COLOR #135606

HEX: #135606
RGB: (19,86,6)

Color info

#135606 contains mainly green color. Web safe color of #135606 is #006600 (or #060).

RGB color model

#135606 color RGB value is (19,86,6).

  • red value is 19;
  • green value is 86;
  • blue value is 6.
RGB:
(19,86,6)
(7%,34%,2%)

RGB channels and saturation

R 19 of 255 = 7%
G 86 of 255 = 34%
B 6 of 255 = 2%

19
86
6

R + G + B ~ 14%. #135606 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 86 + 6 = 111 (100%)
R 19 of 111 ~ 17.12%
G 86 of 111 ~ 77.48%
B 6 of 111 ~ 5.41%

%17.12
%77.48

CMYK color model

#135606 color CMYK value is (78,0,93,66).

  • cyan value is 77.91%
  • magenta value is 0.00%
  • yellow value is 93.02%
  • key color value is 66.27%
CMYK:
(78,0,93,66)
C78M0Y93K66 
(78%,0%,93%,66%)
(0.78/0.00/0.93/0.66)	

CMYK percentages

%77.91
%0
%93.02
%66.27

Codes

Color #135606 in popluar color models

135606
RGB19866
HSL110°86.96%18.04%
HSB/HSV110°93.02%33.73%
CMYK77.91%0.00%93.02%
66.27%

Color #135606 in popluar number systems.

HEX135606
Decimal19866
Binary100111010110110
Octal231266

Shades and tints

Shades of #135606

#135606
(19,86,6)
#124F06
(18,79,6)
#114806
(17,72,6)
#104106
(16,65,6)
#0F3A06
(15,58,6)
#0E3306
(14,51,6)
#0D2C06
(13,44,6)
#0C2506
(12,37,6)
#0B1E06
(11,30,6)
#0A1706
(10,23,6)
#091006
(9,16,6)
#000000
(0,0,0)

Tints of #135606

#135606
(19,86,6)
#28651C
(40,101,28)
#3D7432
(61,116,50)
#528348
(82,131,72)
#67925E
(103,146,94)
#7CA174
(124,161,116)
#91B08A
(145,176,138)
#A6BFA0
(166,191,160)
#BBCEB6
(187,206,182)
#D0DDCC
(208,221,204)
#E5ECE2
(229,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135606 color. Also use rgb(19,86,6) instead hex code.

Text Font Color

.myTextColor { color: #135606; }

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

This text font color is #135606.


Background Color

.myBgColor { background-color: #135606; }

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

This div background color is #135606.


Border color

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

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

This div border color is #135606.


Opacity

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

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

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

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

This text has shadow with #135606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135606 on black background.


Color preview on white background

This text has color #135606 on white background.



Black color preview on #135606 background

This text has black color on #135606 background.


White color preview on #135606 background

This text has white color on #135606 background.