COLOR #36765B

HEX: #36765B
RGB: (54,118,91)

Color info

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

RGB color model

#36765B color RGB value is (54,118,91).

  • red value is 54;
  • green value is 118;
  • blue value is 91.
RGB:
(54,118,91)
(21%,46%,36%)

RGB channels and saturation

R 54 of 255 = 21%
G 118 of 255 = 46%
B 91 of 255 = 36%

54
118
91

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

Portions of RGB colors in percentages

R + G + B =
54 + 118 + 91 = 263 (100%)
R 54 of 263 ~ 20.53%
G 118 of 263 ~ 44.87%
B 91 of 263 ~ 34.6%

%20.53
%44.87
%34.6

CMYK color model

#36765B color CMYK value is (54,0,23,54).

  • cyan value is 54.24%
  • magenta value is 0.00%
  • yellow value is 22.88%
  • key color value is 53.73%
CMYK:
(54,0,23,54)
C54M0Y23K54 
(54%,0%,23%,54%)
(0.54/0.00/0.23/0.54)	

CMYK percentages

%54.24
%0
%22.88
%53.73

Codes

Color #36765B in popluar color models

36765B
RGB5411891
HSL155°37.21%33.73%
HSB/HSV155°54.24%46.27%
CMYK54.24%0.00%22.88%
53.73%

Color #36765B in popluar number systems.

HEX36765B
Decimal5411891
Binary11011011101101011011
Octal66166133

Shades and tints

Shades of #36765B

#36765B
(54,118,91)
#326C53
(50,108,83)
#2E624B
(46,98,75)
#2A5843
(42,88,67)
#264E3B
(38,78,59)
#224433
(34,68,51)
#1E3A2B
(30,58,43)
#1A3023
(26,48,35)
#16261B
(22,38,27)
#121C13
(18,28,19)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #36765B

#36765B
(54,118,91)
#488269
(72,130,105)
#5A8E77
(90,142,119)
#6C9A85
(108,154,133)
#7EA693
(126,166,147)
#90B2A1
(144,178,161)
#A2BEAF
(162,190,175)
#B4CABD
(180,202,189)
#C6D6CB
(198,214,203)
#D8E2D9
(216,226,217)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36765B; }

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

This text font color is #36765B.


Background Color

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

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

This div background color is #36765B.


Border color

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

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

This div border color is #36765B.


Opacity

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

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

Text with #36765B 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 #36765B;}

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

This text has shadow with #36765B color.

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

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

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


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

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

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


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #36765B;
  -webkit-box-shadow:	1px 1px 3px 2px #36765B;
  box-shadow:		1px 1px 3px 2px #36765B;
}

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

Preview

Color preview on black background

This text has color #36765B on black background.


Color preview on white background

This text has color #36765B on white background.



Black color preview on #36765B background

This text has black color on #36765B background.


White color preview on #36765B background

This text has white color on #36765B background.