COLOR #136547

HEX: #136547
RGB: (19,101,71)

Color info

#136547 contains mainly green and blue colors. Web safe color of #136547 is #006633 (or #063).

RGB color model

#136547 color RGB value is (19,101,71).

  • red value is 19;
  • green value is 101;
  • blue value is 71.
RGB:
(19,101,71)
(7%,40%,28%)

RGB channels and saturation

R 19 of 255 = 7%
G 101 of 255 = 40%
B 71 of 255 = 28%

19
101
71

R + G + B ~ 25%. #136547 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 101 + 71 = 191 (100%)
R 19 of 191 ~ 9.95%
G 101 of 191 ~ 52.88%
B 71 of 191 ~ 37.17%

%9.95
%52.88
%37.17

CMYK color model

#136547 color CMYK value is (81,0,30,60).

  • cyan value is 81.19%
  • magenta value is 0.00%
  • yellow value is 29.70%
  • key color value is 60.39%
CMYK:
(81,0,30,60)
C81M0Y30K60 
(81%,0%,30%,60%)
(0.81/0.00/0.30/0.60)	

CMYK percentages

%81.19
%0
%29.7
%60.39

Codes

Color #136547 in popluar color models

136547
RGB1910171
HSL158°68.33%23.53%
HSB/HSV158°81.19%39.61%
CMYK81.19%0.00%29.70%
60.39%

Color #136547 in popluar number systems.

HEX136547
Decimal1910171
Binary1001111001011000111
Octal23145107

Shades and tints

Shades of #136547

#136547
(19,101,71)
#125C41
(18,92,65)
#11533B
(17,83,59)
#104A35
(16,74,53)
#0F412F
(15,65,47)
#0E3829
(14,56,41)
#0D2F23
(13,47,35)
#0C261D
(12,38,29)
#0B1D17
(11,29,23)
#0A1411
(10,20,17)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #136547

#136547
(19,101,71)
#287357
(40,115,87)
#3D8167
(61,129,103)
#528F77
(82,143,119)
#679D87
(103,157,135)
#7CAB97
(124,171,151)
#91B9A7
(145,185,167)
#A6C7B7
(166,199,183)
#BBD5C7
(187,213,199)
#D0E3D7
(208,227,215)
#E5F1E7
(229,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136547 color. Also use rgb(19,101,71) instead hex code.

Text Font Color

.myTextColor { color: #136547; }

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

This text font color is #136547.


Background Color

.myBgColor { background-color: #136547; }

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

This div background color is #136547.


Border color

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

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

This div border color is #136547.


Opacity

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

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

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

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

This text has shadow with #136547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136547 on black background.


Color preview on white background

This text has color #136547 on white background.



Black color preview on #136547 background

This text has black color on #136547 background.


White color preview on #136547 background

This text has white color on #136547 background.