COLOR #135D3B

HEX: #135D3B
RGB: (19,93,59)

Color info

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

RGB color model

#135D3B color RGB value is (19,93,59).

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

RGB channels and saturation

R 19 of 255 = 7%
G 93 of 255 = 36%
B 59 of 255 = 23%

19
93
59

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

Portions of RGB colors in percentages

R + G + B =
19 + 93 + 59 = 171 (100%)
R 19 of 171 ~ 11.11%
G 93 of 171 ~ 54.39%
B 59 of 171 ~ 34.5%

%11.11
%54.39
%34.5

CMYK color model

#135D3B color CMYK value is (80,0,37,64).

  • cyan value is 79.57%
  • magenta value is 0.00%
  • yellow value is 36.56%
  • key color value is 63.53%
CMYK:
(80,0,37,64)
C80M0Y37K64 
(80%,0%,37%,64%)
(0.80/0.00/0.37/0.64)	

CMYK percentages

%79.57
%0
%36.56
%63.53

Codes

Color #135D3B in popluar color models

135D3B
RGB199359
HSL152°66.07%21.96%
HSB/HSV152°79.57%36.47%
CMYK79.57%0.00%36.56%
63.53%

Color #135D3B in popluar number systems.

HEX135D3B
Decimal199359
Binary100111011101111011
Octal2313573

Shades and tints

Shades of #135D3B

#135D3B
(19,93,59)
#125536
(18,85,54)
#114D31
(17,77,49)
#10452C
(16,69,44)
#0F3D27
(15,61,39)
#0E3522
(14,53,34)
#0D2D1D
(13,45,29)
#0C2518
(12,37,24)
#0B1D13
(11,29,19)
#0A150E
(10,21,14)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #135D3B

#135D3B
(19,93,59)
#286B4C
(40,107,76)
#3D795D
(61,121,93)
#52876E
(82,135,110)
#67957F
(103,149,127)
#7CA390
(124,163,144)
#91B1A1
(145,177,161)
#A6BFB2
(166,191,178)
#BBCDC3
(187,205,195)
#D0DBD4
(208,219,212)
#E5E9E5
(229,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #135D3B; }

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

This text font color is #135D3B.


Background Color

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

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

This div background color is #135D3B.


Border color

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

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

This div border color is #135D3B.


Opacity

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

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

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

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

This text has shadow with #135D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135D3B on black background.


Color preview on white background

This text has color #135D3B on white background.



Black color preview on #135D3B background

This text has black color on #135D3B background.


White color preview on #135D3B background

This text has white color on #135D3B background.