COLOR #36A978

HEX: #36A978
RGB: (54,169,120)

Color info

#36A978 contains mainly green and blue colors. Web safe color of #36A978 is #339966 (or #396).

RGB color model

#36A978 color RGB value is (54,169,120).

  • red value is 54;
  • green value is 169;
  • blue value is 120.
RGB:
(54,169,120)
(21%,66%,47%)

RGB channels and saturation

R 54 of 255 = 21%
G 169 of 255 = 66%
B 120 of 255 = 47%

54
169
120

R + G + B ~ 45%. #36A978 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 169 + 120 = 343 (100%)
R 54 of 343 ~ 15.74%
G 169 of 343 ~ 49.27%
B 120 of 343 ~ 34.99%

%15.74
%49.27
%34.99

CMYK color model

#36A978 color CMYK value is (68,0,29,34).

  • cyan value is 68.05%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 33.73%
CMYK:
(68,0,29,34)
C68M0Y29K34 
(68%,0%,29%,34%)
(0.68/0.00/0.29/0.34)	

CMYK percentages

%68.05
%0
%28.99
%33.73

Codes

Color #36A978 in popluar color models

36A978
RGB54169120
HSL154°51.57%43.73%
HSB/HSV154°68.05%66.27%
CMYK68.05%0.00%28.99%
33.73%

Color #36A978 in popluar number systems.

HEX36A978
Decimal54169120
Binary110110101010011111000
Octal66251170

Shades and tints

Shades of #36A978

#36A978
(54,169,120)
#329A6E
(50,154,110)
#2E8B64
(46,139,100)
#2A7C5A
(42,124,90)
#266D50
(38,109,80)
#225E46
(34,94,70)
#1E4F3C
(30,79,60)
#1A4032
(26,64,50)
#163128
(22,49,40)
#12221E
(18,34,30)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #36A978

#36A978
(54,169,120)
#48B084
(72,176,132)
#5AB790
(90,183,144)
#6CBE9C
(108,190,156)
#7EC5A8
(126,197,168)
#90CCB4
(144,204,180)
#A2D3C0
(162,211,192)
#B4DACC
(180,218,204)
#C6E1D8
(198,225,216)
#D8E8E4
(216,232,228)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36A978 color. Also use rgb(54,169,120) instead hex code.

Text Font Color

.myTextColor { color: #36A978; }

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

This text font color is #36A978.


Background Color

.myBgColor { background-color: #36A978; }

<div style="background-color:#36A978">Inner text</div>

This div background color is #36A978.


Border color

.myBorderColor { border: 1px solid #36A978; }

<div style="border:3px solid #36A978">Div</div>

This div border color is #36A978.


Opacity

.myOpacity80 { color: #36A978; opacity: 0.8; }

<p style="color:#36A978;opacity:0.8;">80%</p>

Text with #36A978 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 #36A978;}

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

This text has shadow with #36A978 color.

.textShadow {text-shadow: 3px 3px 1px #36A978, 3px 3px 1px red;}

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

This text has shadow with #36A978 primary color and red secondary color.


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

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

This text has shadow with #36A978 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36A978 on black background.


Color preview on white background

This text has color #36A978 on white background.



Black color preview on #36A978 background

This text has black color on #36A978 background.


White color preview on #36A978 background

This text has white color on #36A978 background.