COLOR #135B1C

HEX: #135B1C
RGB: (19,91,28)

Color info

#135B1C contains mainly green color. Web safe color of #135B1C is #006633 (or #063).

RGB color model

#135B1C color RGB value is (19,91,28).

  • red value is 19;
  • green value is 91;
  • blue value is 28.
RGB:
(19,91,28)
(7%,36%,11%)

RGB channels and saturation

R 19 of 255 = 7%
G 91 of 255 = 36%
B 28 of 255 = 11%

19
91
28

R + G + B ~ 18%. #135B1C is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 91 + 28 = 138 (100%)
R 19 of 138 ~ 13.77%
G 91 of 138 ~ 65.94%
B 28 of 138 ~ 20.29%

%13.77
%65.94
%20.29

CMYK color model

#135B1C color CMYK value is (79,0,69,64).

  • cyan value is 79.12%
  • magenta value is 0.00%
  • yellow value is 69.23%
  • key color value is 64.31%
CMYK:
(79,0,69,64)
C79M0Y69K64 
(79%,0%,69%,64%)
(0.79/0.00/0.69/0.64)	

CMYK percentages

%79.12
%0
%69.23
%64.31

Codes

Color #135B1C in popluar color models

135B1C
RGB199128
HSL128°65.45%21.57%
HSB/HSV128°79.12%35.69%
CMYK79.12%0.00%69.23%
64.31%

Color #135B1C in popluar number systems.

HEX135B1C
Decimal199128
Binary10011101101111100
Octal2313334

Shades and tints

Shades of #135B1C

#135B1C
(19,91,28)
#12531A
(18,83,26)
#114B18
(17,75,24)
#104316
(16,67,22)
#0F3B14
(15,59,20)
#0E3312
(14,51,18)
#0D2B10
(13,43,16)
#0C230E
(12,35,14)
#0B1B0C
(11,27,12)
#0A130A
(10,19,10)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #135B1C

#135B1C
(19,91,28)
#286930
(40,105,48)
#3D7744
(61,119,68)
#528558
(82,133,88)
#67936C
(103,147,108)
#7CA180
(124,161,128)
#91AF94
(145,175,148)
#A6BDA8
(166,189,168)
#BBCBBC
(187,203,188)
#D0D9D0
(208,217,208)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135B1C color. Also use rgb(19,91,28) instead hex code.

Text Font Color

.myTextColor { color: #135B1C; }

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

This text font color is #135B1C.


Background Color

.myBgColor { background-color: #135B1C; }

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

This div background color is #135B1C.


Border color

.myBorderColor { border: 1px solid #135B1C; }

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

This div border color is #135B1C.


Opacity

.myOpacity80 { color: #135B1C; opacity: 0.8; }

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

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

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

This text has shadow with #135B1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135B1C on black background.


Color preview on white background

This text has color #135B1C on white background.



Black color preview on #135B1C background

This text has black color on #135B1C background.


White color preview on #135B1C background

This text has white color on #135B1C background.