COLOR #36AF78

HEX: #36AF78
RGB: (54,175,120)

Color info

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

RGB color model

#36AF78 color RGB value is (54,175,120).

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

RGB channels and saturation

R 54 of 255 = 21%
G 175 of 255 = 69%
B 120 of 255 = 47%

54
175
120

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

Portions of RGB colors in percentages

R + G + B =
54 + 175 + 120 = 349 (100%)
R 54 of 349 ~ 15.47%
G 175 of 349 ~ 50.14%
B 120 of 349 ~ 34.38%

%15.47
%50.14
%34.38

CMYK color model

#36AF78 color CMYK value is (69,0,31,31).

  • cyan value is 69.14%
  • magenta value is 0.00%
  • yellow value is 31.43%
  • key color value is 31.37%
CMYK:
(69,0,31,31)
C69M0Y31K31 
(69%,0%,31%,31%)
(0.69/0.00/0.31/0.31)	

CMYK percentages

%69.14
%0
%31.43
%31.37

Codes

Color #36AF78 in popluar color models

36AF78
RGB54175120
HSL153°52.84%44.90%
HSB/HSV153°69.14%68.63%
CMYK69.14%0.00%31.43%
31.37%

Color #36AF78 in popluar number systems.

HEX36AF78
Decimal54175120
Binary110110101011111111000
Octal66257170

Shades and tints

Shades of #36AF78

#36AF78
(54,175,120)
#32A06E
(50,160,110)
#2E9164
(46,145,100)
#2A825A
(42,130,90)
#267350
(38,115,80)
#226446
(34,100,70)
#1E553C
(30,85,60)
#1A4632
(26,70,50)
#163728
(22,55,40)
#12281E
(18,40,30)
#0E1914
(14,25,20)
#000000
(0,0,0)

Tints of #36AF78

#36AF78
(54,175,120)
#48B684
(72,182,132)
#5ABD90
(90,189,144)
#6CC49C
(108,196,156)
#7ECBA8
(126,203,168)
#90D2B4
(144,210,180)
#A2D9C0
(162,217,192)
#B4E0CC
(180,224,204)
#C6E7D8
(198,231,216)
#D8EEE4
(216,238,228)
#EAF5F0
(234,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36AF78; }

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

This text font color is #36AF78.


Background Color

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

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

This div background color is #36AF78.


Border color

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

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

This div border color is #36AF78.


Opacity

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

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

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

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

This text has shadow with #36AF78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36AF78 on black background.


Color preview on white background

This text has color #36AF78 on white background.



Black color preview on #36AF78 background

This text has black color on #36AF78 background.


White color preview on #36AF78 background

This text has white color on #36AF78 background.