COLOR #36A17D

HEX: #36A17D
RGB: (54,161,125)

Color info

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

RGB color model

#36A17D color RGB value is (54,161,125).

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

RGB channels and saturation

R 54 of 255 = 21%
G 161 of 255 = 63%
B 125 of 255 = 49%

54
161
125

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

Portions of RGB colors in percentages

R + G + B =
54 + 161 + 125 = 340 (100%)
R 54 of 340 ~ 15.88%
G 161 of 340 ~ 47.35%
B 125 of 340 ~ 36.76%

%15.88
%47.35
%36.76

CMYK color model

#36A17D color CMYK value is (66,0,22,37).

  • cyan value is 66.46%
  • magenta value is 0.00%
  • yellow value is 22.36%
  • key color value is 36.86%
CMYK:
(66,0,22,37)
C66M0Y22K37 
(66%,0%,22%,37%)
(0.66/0.00/0.22/0.37)	

CMYK percentages

%66.46
%0
%22.36
%36.86

Codes

Color #36A17D in popluar color models

36A17D
RGB54161125
HSL160°49.77%42.16%
HSB/HSV160°66.46%63.14%
CMYK66.46%0.00%22.36%
36.86%

Color #36A17D in popluar number systems.

HEX36A17D
Decimal54161125
Binary110110101000011111101
Octal66241175

Shades and tints

Shades of #36A17D

#36A17D
(54,161,125)
#329372
(50,147,114)
#2E8567
(46,133,103)
#2A775C
(42,119,92)
#266951
(38,105,81)
#225B46
(34,91,70)
#1E4D3B
(30,77,59)
#1A3F30
(26,63,48)
#163125
(22,49,37)
#12231A
(18,35,26)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #36A17D

#36A17D
(54,161,125)
#48A988
(72,169,136)
#5AB193
(90,177,147)
#6CB99E
(108,185,158)
#7EC1A9
(126,193,169)
#90C9B4
(144,201,180)
#A2D1BF
(162,209,191)
#B4D9CA
(180,217,202)
#C6E1D5
(198,225,213)
#D8E9E0
(216,233,224)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36A17D; }

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

This text font color is #36A17D.


Background Color

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

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

This div background color is #36A17D.


Border color

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

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

This div border color is #36A17D.


Opacity

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

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

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

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

This text has shadow with #36A17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36A17D on black background.


Color preview on white background

This text has color #36A17D on white background.



Black color preview on #36A17D background

This text has black color on #36A17D background.


White color preview on #36A17D background

This text has white color on #36A17D background.