COLOR #36765A

HEX: #36765A RGB: (54,118,90)

Color info

#36765A contains mainly green and blue colors. Web safe color of #36765A is #336666 (or #366).

RGB color model

#36765A color RGB value is (54,118,90).

RGB: (54,118,90) (21%, 46%, 35%)

RGB channels and saturation

R 54 of 255 = 21%
G 118 of 255 = 46%
B 90 of 255 = 35%

54
118
90

R + G + B ~ 34%. #36765A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 118 + 90 = 262 (100%)
R 54 of 262 ~ 20.61%
G 118 of 262 ~ 45.04%
B 90 of 262 ~ 34.35'%

%20.61
%45.04
%34.35

CMYK color model

#36765A color CMYK value is (54,0,24,54).

  • cyan value is 54.24%
  • magenta value is 0.00%
  • yellow value is 23.73%
  • key color value is 53.73%
CMYK: (54,0,24,54) C54M0Y24K54 (54%,0%,24%,54%) (0.54/0.00/0.24/0.54) 

CMYK percentages

%54.24
%0
%23.73
%53.73

Codes

Color #36765A in popluar color models

36 76 5A
RGB 54 118 90
HSL 154° 37.21% 33.73%
HSB/HSV 154° 54.24% 46.27%
CMYK 54.24% 0.00% 23.73%
53.73%

Color #36765A in popluar number systems.

HEX 36 76 5A
Decimal 54 118 90
Binary 110110 1110110 1011010
Octal 66 166 132

Shades and tints

Shades of #36765A

#36765A
(54,118,90)
#326C52
(50,108,82)
#2E624A
(46,98,74)
#2A5842
(42,88,66)
#264E3A
(38,78,58)
#224432
(34,68,50)
#1E3A2A
(30,58,42)
#1A3022
(26,48,34)
#16261A
(22,38,26)
#121C12
(18,28,18)
#0E120A
(14,18,10)
#000000
(0,0,0)

Tints of #36765A

#36765A
(54,118,90)
#488269
(72,130,105)
#5A8E78
(90,142,120)
#6C9A87
(108,154,135)
#7EA696
(126,166,150)
#90B2A5
(144,178,165)
#A2BEB4
(162,190,180)
#B4CAC3
(180,202,195)
#C6D6D2
(198,214,210)
#D8E2E1
(216,226,225)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36765A color. Also use rgb(54,118,90) instead hex code.

Text Font Color

.myTextColor { color: #36765A; }

<p style="color:#36765A">This sample text font color is #36765A.</p>

This text font color is #36765A.


Background Color

.myBgColor { background-color: #36765A; }

<div style="background-color:#36765A">Inner text</div>

This div background color is #36765A.


Border color

.myBorderColor { border: 1px solid #36765A; }

<div style="border:3px solid #36765A">Div</div>

This div border color is #36765A.


Opacity

.myOpacity80 { color: #36765A; opacity: 0.8; }

<p style="color:#36765A;opacity:0.8;">80%</p>

Text with #36765A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #36765A;}

<p style="text-shadow: 3px 3px 1px #36765A">Text here.</p>

This text has shadow with #36765A color.

.textShadow {text-shadow: 3px 3px 1px #36765A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #36765A, 5px 5px 20px red">Text here.</p>

This text has shadow with #36765A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#36765A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#36765A, Direction=45, Strength=4)">Text</p>

This text has shadow with #36765A and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #36765A; -webkit-box-shadow:	1px 1px 3px 2px #36765A; box-shadow:	1px 1px 3px 2px #36765A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #36765A; -webkit-box-shadow: 1px 1px 3px 2px #36765A; box-shadow:1px 1px 3px 2px #36765A;">
Div content here</div>
This div box has shadow with color #36765A.

Preview

Color preview on black background

This text has color #36765A on black background.


Color preview on white background

This text has color #36765A on white background.



Black color preview on #36765A background

This text has black color on #36765A background.


White color preview on #36765A background

This text has white color on #36765A background.