COLOR #36774B

HEX: #36774B
RGB: (54,119,75)

Color info

#36774B contains mainly green and blue colors. Web safe color of #36774B is #336633 (or #363).

RGB color model

#36774B color RGB value is (54,119,75).

  • red value is 54;
  • green value is 119;
  • blue value is 75.
RGB:
(54,119,75)
(21%,47%,29%)

RGB channels and saturation

R 54 of 255 = 21%
G 119 of 255 = 47%
B 75 of 255 = 29%

54
119
75

R + G + B ~ 32%. #36774B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 119 + 75 = 248 (100%)
R 54 of 248 ~ 21.77%
G 119 of 248 ~ 47.98%
B 75 of 248 ~ 30.24%

%21.77
%47.98
%30.24

CMYK color model

#36774B color CMYK value is (55,0,37,53).

  • cyan value is 54.62%
  • magenta value is 0.00%
  • yellow value is 36.97%
  • key color value is 53.33%
CMYK:
(55,0,37,53)
C55M0Y37K53 
(55%,0%,37%,53%)
(0.55/0.00/0.37/0.53)	

CMYK percentages

%54.62
%0
%36.97
%53.33

Codes

Color #36774B in popluar color models

36774B
RGB5411975
HSL139°37.57%33.92%
HSB/HSV139°54.62%46.67%
CMYK54.62%0.00%36.97%
53.33%

Color #36774B in popluar number systems.

HEX36774B
Decimal5411975
Binary11011011101111001011
Octal66167113

Shades and tints

Shades of #36774B

#36774B
(54,119,75)
#326D45
(50,109,69)
#2E633F
(46,99,63)
#2A5939
(42,89,57)
#264F33
(38,79,51)
#22452D
(34,69,45)
#1E3B27
(30,59,39)
#1A3121
(26,49,33)
#16271B
(22,39,27)
#121D15
(18,29,21)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #36774B

#36774B
(54,119,75)
#48835B
(72,131,91)
#5A8F6B
(90,143,107)
#6C9B7B
(108,155,123)
#7EA78B
(126,167,139)
#90B39B
(144,179,155)
#A2BFAB
(162,191,171)
#B4CBBB
(180,203,187)
#C6D7CB
(198,215,203)
#D8E3DB
(216,227,219)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36774B color. Also use rgb(54,119,75) instead hex code.

Text Font Color

.myTextColor { color: #36774B; }

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

This text font color is #36774B.


Background Color

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

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

This div background color is #36774B.


Border color

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

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

This div border color is #36774B.


Opacity

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

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

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

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

This text has shadow with #36774B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36774B on black background.


Color preview on white background

This text has color #36774B on white background.



Black color preview on #36774B background

This text has black color on #36774B background.


White color preview on #36774B background

This text has white color on #36774B background.