COLOR #136532

HEX: #136532
RGB: (19,101,50)

Color info

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

RGB color model

#136532 color RGB value is (19,101,50).

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

RGB channels and saturation

R 19 of 255 = 7%
G 101 of 255 = 40%
B 50 of 255 = 20%

19
101
50

R + G + B ~ 22%. #136532 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 101 + 50 = 170 (100%)
R 19 of 170 ~ 11.18%
G 101 of 170 ~ 59.41%
B 50 of 170 ~ 29.41%

%11.18
%59.41
%29.41

CMYK color model

#136532 color CMYK value is (81,0,50,60).

  • cyan value is 81.19%
  • magenta value is 0.00%
  • yellow value is 50.50%
  • key color value is 60.39%
CMYK:
(81,0,50,60)
C81M0Y50K60 
(81%,0%,50%,60%)
(0.81/0.00/0.50/0.60)	

CMYK percentages

%81.19
%0
%50.5
%60.39

Codes

Color #136532 in popluar color models

136532
RGB1910150
HSL143°68.33%23.53%
HSB/HSV143°81.19%39.61%
CMYK81.19%0.00%50.50%
60.39%

Color #136532 in popluar number systems.

HEX136532
Decimal1910150
Binary100111100101110010
Octal2314562

Shades and tints

Shades of #136532

#136532
(19,101,50)
#125C2E
(18,92,46)
#11532A
(17,83,42)
#104A26
(16,74,38)
#0F4122
(15,65,34)
#0E381E
(14,56,30)
#0D2F1A
(13,47,26)
#0C2616
(12,38,22)
#0B1D12
(11,29,18)
#0A140E
(10,20,14)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #136532

#136532
(19,101,50)
#287344
(40,115,68)
#3D8156
(61,129,86)
#528F68
(82,143,104)
#679D7A
(103,157,122)
#7CAB8C
(124,171,140)
#91B99E
(145,185,158)
#A6C7B0
(166,199,176)
#BBD5C2
(187,213,194)
#D0E3D4
(208,227,212)
#E5F1E6
(229,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #136532; }

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

This text font color is #136532.


Background Color

.myBgColor { background-color: #136532; }

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

This div background color is #136532.


Border color

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

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

This div border color is #136532.


Opacity

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

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

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

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

This text has shadow with #136532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136532 on black background.


Color preview on white background

This text has color #136532 on white background.



Black color preview on #136532 background

This text has black color on #136532 background.


White color preview on #136532 background

This text has white color on #136532 background.