COLOR #36AF7D

HEX: #36AF7D
RGB: (54,175,125)

Color info

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

RGB color model

#36AF7D color RGB value is (54,175,125).

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

RGB channels and saturation

R 54 of 255 = 21%
G 175 of 255 = 69%
B 125 of 255 = 49%

54
175
125

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

Portions of RGB colors in percentages

R + G + B =
54 + 175 + 125 = 354 (100%)
R 54 of 354 ~ 15.25%
G 175 of 354 ~ 49.44%
B 125 of 354 ~ 35.31%

%15.25
%49.44
%35.31

CMYK color model

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

  • cyan value is 69.14%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 31.37%
CMYK:
(69,0,29,31)
C69M0Y29K31 
(69%,0%,29%,31%)
(0.69/0.00/0.29/0.31)	

CMYK percentages

%69.14
%0
%28.57
%31.37

Codes

Color #36AF7D in popluar color models

36AF7D
RGB54175125
HSL155°52.84%44.90%
HSB/HSV155°69.14%68.63%
CMYK69.14%0.00%28.57%
31.37%

Color #36AF7D in popluar number systems.

HEX36AF7D
Decimal54175125
Binary110110101011111111101
Octal66257175

Shades and tints

Shades of #36AF7D

#36AF7D
(54,175,125)
#32A072
(50,160,114)
#2E9167
(46,145,103)
#2A825C
(42,130,92)
#267351
(38,115,81)
#226446
(34,100,70)
#1E553B
(30,85,59)
#1A4630
(26,70,48)
#163725
(22,55,37)
#12281A
(18,40,26)
#0E190F
(14,25,15)
#000000
(0,0,0)

Tints of #36AF7D

#36AF7D
(54,175,125)
#48B688
(72,182,136)
#5ABD93
(90,189,147)
#6CC49E
(108,196,158)
#7ECBA9
(126,203,169)
#90D2B4
(144,210,180)
#A2D9BF
(162,217,191)
#B4E0CA
(180,224,202)
#C6E7D5
(198,231,213)
#D8EEE0
(216,238,224)
#EAF5EB
(234,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36AF7D; }

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

This text font color is #36AF7D.


Background Color

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

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

This div background color is #36AF7D.


Border color

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

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

This div border color is #36AF7D.


Opacity

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

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

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

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

This text has shadow with #36AF7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36AF7D on black background.


Color preview on white background

This text has color #36AF7D on white background.



Black color preview on #36AF7D background

This text has black color on #36AF7D background.


White color preview on #36AF7D background

This text has white color on #36AF7D background.