COLOR #136852

HEX: #136852
RGB: (19,104,82)

Color info

#136852 contains mainly green and blue colors. Web safe color of #136852 is #006666 (or #066).

RGB color model

#136852 color RGB value is (19,104,82).

  • red value is 19;
  • green value is 104;
  • blue value is 82.
RGB:
(19,104,82)
(7%,41%,32%)

RGB channels and saturation

R 19 of 255 = 7%
G 104 of 255 = 41%
B 82 of 255 = 32%

19
104
82

R + G + B ~ 27%. #136852 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 104 + 82 = 205 (100%)
R 19 of 205 ~ 9.27%
G 104 of 205 ~ 50.73%
B 82 of 205 ~ 40%

%50.73
%40

CMYK color model

#136852 color CMYK value is (82,0,21,59).

  • cyan value is 81.73%
  • magenta value is 0.00%
  • yellow value is 21.15%
  • key color value is 59.22%
CMYK:
(82,0,21,59)
C82M0Y21K59 
(82%,0%,21%,59%)
(0.82/0.00/0.21/0.59)	

CMYK percentages

%81.73
%0
%21.15
%59.22

Codes

Color #136852 in popluar color models

136852
RGB1910482
HSL164°69.11%24.12%
HSB/HSV164°81.73%40.78%
CMYK81.73%0.00%21.15%
59.22%

Color #136852 in popluar number systems.

HEX136852
Decimal1910482
Binary1001111010001010010
Octal23150122

Shades and tints

Shades of #136852

#136852
(19,104,82)
#125F4B
(18,95,75)
#115644
(17,86,68)
#104D3D
(16,77,61)
#0F4436
(15,68,54)
#0E3B2F
(14,59,47)
#0D3228
(13,50,40)
#0C2921
(12,41,33)
#0B201A
(11,32,26)
#0A1713
(10,23,19)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #136852

#136852
(19,104,82)
#287561
(40,117,97)
#3D8270
(61,130,112)
#528F7F
(82,143,127)
#679C8E
(103,156,142)
#7CA99D
(124,169,157)
#91B6AC
(145,182,172)
#A6C3BB
(166,195,187)
#BBD0CA
(187,208,202)
#D0DDD9
(208,221,217)
#E5EAE8
(229,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136852 color. Also use rgb(19,104,82) instead hex code.

Text Font Color

.myTextColor { color: #136852; }

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

This text font color is #136852.


Background Color

.myBgColor { background-color: #136852; }

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

This div background color is #136852.


Border color

.myBorderColor { border: 1px solid #136852; }

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

This div border color is #136852.


Opacity

.myOpacity80 { color: #136852; opacity: 0.8; }

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

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

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

This text has shadow with #136852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136852 on black background.


Color preview on white background

This text has color #136852 on white background.



Black color preview on #136852 background

This text has black color on #136852 background.


White color preview on #136852 background

This text has white color on #136852 background.