COLOR #135D1B

HEX: #135D1B
RGB: (19,93,27)

Color info

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

RGB color model

#135D1B color RGB value is (19,93,27).

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

RGB channels and saturation

R 19 of 255 = 7%
G 93 of 255 = 36%
B 27 of 255 = 11%

19
93
27

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

Portions of RGB colors in percentages

R + G + B =
19 + 93 + 27 = 139 (100%)
R 19 of 139 ~ 13.67%
G 93 of 139 ~ 66.91%
B 27 of 139 ~ 19.42%

%13.67
%66.91
%19.42

CMYK color model

#135D1B color CMYK value is (80,0,71,64).

  • cyan value is 79.57%
  • magenta value is 0.00%
  • yellow value is 70.97%
  • key color value is 63.53%
CMYK:
(80,0,71,64)
C80M0Y71K64 
(80%,0%,71%,64%)
(0.80/0.00/0.71/0.64)	

CMYK percentages

%79.57
%0
%70.97
%63.53

Codes

Color #135D1B in popluar color models

135D1B
RGB199327
HSL126°66.07%21.96%
HSB/HSV126°79.57%36.47%
CMYK79.57%0.00%70.97%
63.53%

Color #135D1B in popluar number systems.

HEX135D1B
Decimal199327
Binary10011101110111011
Octal2313533

Shades and tints

Shades of #135D1B

#135D1B
(19,93,27)
#125519
(18,85,25)
#114D17
(17,77,23)
#104515
(16,69,21)
#0F3D13
(15,61,19)
#0E3511
(14,53,17)
#0D2D0F
(13,45,15)
#0C250D
(12,37,13)
#0B1D0B
(11,29,11)
#0A1509
(10,21,9)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #135D1B

#135D1B
(19,93,27)
#286B2F
(40,107,47)
#3D7943
(61,121,67)
#528757
(82,135,87)
#67956B
(103,149,107)
#7CA37F
(124,163,127)
#91B193
(145,177,147)
#A6BFA7
(166,191,167)
#BBCDBB
(187,205,187)
#D0DBCF
(208,219,207)
#E5E9E3
(229,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135D1B color. Also use rgb(19,93,27) instead hex code.

Text Font Color

.myTextColor { color: #135D1B; }

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

This text font color is #135D1B.


Background Color

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

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

This div background color is #135D1B.


Border color

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

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

This div border color is #135D1B.


Opacity

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

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

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

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

This text has shadow with #135D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135D1B on black background.


Color preview on white background

This text has color #135D1B on white background.



Black color preview on #135D1B background

This text has black color on #135D1B background.


White color preview on #135D1B background

This text has white color on #135D1B background.