COLOR #36874C

HEX: #36874C
RGB: (54,135,76)

Color info

#36874C contains mainly green and blue colors. Web safe color of #36874C is #339933 (or #393).

RGB color model

#36874C color RGB value is (54,135,76).

  • red value is 54;
  • green value is 135;
  • blue value is 76.
RGB:
(54,135,76)
(21%,53%,30%)

RGB channels and saturation

R 54 of 255 = 21%
G 135 of 255 = 53%
B 76 of 255 = 30%

54
135
76

R + G + B ~ 35%. #36874C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 135 + 76 = 265 (100%)
R 54 of 265 ~ 20.38%
G 135 of 265 ~ 50.94%
B 76 of 265 ~ 28.68%

%20.38
%50.94
%28.68

CMYK color model

#36874C color CMYK value is (60,0,44,47).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 43.70%
  • key color value is 47.06%
CMYK:
(60,0,44,47)
C60M0Y44K47 
(60%,0%,44%,47%)
(0.60/0.00/0.44/0.47)	

CMYK percentages

%60
%0
%43.7
%47.06

Codes

Color #36874C in popluar color models

36874C
RGB5413576
HSL136°42.86%37.06%
HSB/HSV136°60.00%52.94%
CMYK60.00%0.00%43.70%
47.06%

Color #36874C in popluar number systems.

HEX36874C
Decimal5413576
Binary110110100001111001100
Octal66207114

Shades and tints

Shades of #36874C

#36874C
(54,135,76)
#327B46
(50,123,70)
#2E6F40
(46,111,64)
#2A633A
(42,99,58)
#265734
(38,87,52)
#224B2E
(34,75,46)
#1E3F28
(30,63,40)
#1A3322
(26,51,34)
#16271C
(22,39,28)
#121B16
(18,27,22)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #36874C

#36874C
(54,135,76)
#48915C
(72,145,92)
#5A9B6C
(90,155,108)
#6CA57C
(108,165,124)
#7EAF8C
(126,175,140)
#90B99C
(144,185,156)
#A2C3AC
(162,195,172)
#B4CDBC
(180,205,188)
#C6D7CC
(198,215,204)
#D8E1DC
(216,225,220)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36874C color. Also use rgb(54,135,76) instead hex code.

Text Font Color

.myTextColor { color: #36874C; }

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

This text font color is #36874C.


Background Color

.myBgColor { background-color: #36874C; }

<div style="background-color:#36874C">Inner text</div>

This div background color is #36874C.


Border color

.myBorderColor { border: 1px solid #36874C; }

<div style="border:3px solid #36874C">Div</div>

This div border color is #36874C.


Opacity

.myOpacity80 { color: #36874C; opacity: 0.8; }

<p style="color:#36874C;opacity:0.8;">80%</p>

Text with #36874C 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 #36874C;}

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

This text has shadow with #36874C color.

.textShadow {text-shadow: 3px 3px 1px #36874C, 3px 3px 1px red;}

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

This text has shadow with #36874C primary color and red secondary color.


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

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

This text has shadow with #36874C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36874C on black background.


Color preview on white background

This text has color #36874C on white background.



Black color preview on #36874C background

This text has black color on #36874C background.


White color preview on #36874C background

This text has white color on #36874C background.