COLOR #135D32

HEX: #135D32
RGB: (19,93,50)

Color info

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

RGB color model

#135D32 color RGB value is (19,93,50).

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

RGB channels and saturation

R 19 of 255 = 7%
G 93 of 255 = 36%
B 50 of 255 = 20%

19
93
50

R + G + B ~ 21%. #135D32 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 93 + 50 = 162 (100%)
R 19 of 162 ~ 11.73%
G 93 of 162 ~ 57.41%
B 50 of 162 ~ 30.86%

%11.73
%57.41
%30.86

CMYK color model

#135D32 color CMYK value is (80,0,46,64).

  • cyan value is 79.57%
  • magenta value is 0.00%
  • yellow value is 46.24%
  • key color value is 63.53%
CMYK:
(80,0,46,64)
C80M0Y46K64 
(80%,0%,46%,64%)
(0.80/0.00/0.46/0.64)	

CMYK percentages

%79.57
%0
%46.24
%63.53

Codes

Color #135D32 in popluar color models

135D32
RGB199350
HSL145°66.07%21.96%
HSB/HSV145°79.57%36.47%
CMYK79.57%0.00%46.24%
63.53%

Color #135D32 in popluar number systems.

HEX135D32
Decimal199350
Binary100111011101110010
Octal2313562

Shades and tints

Shades of #135D32

#135D32
(19,93,50)
#12552E
(18,85,46)
#114D2A
(17,77,42)
#104526
(16,69,38)
#0F3D22
(15,61,34)
#0E351E
(14,53,30)
#0D2D1A
(13,45,26)
#0C2516
(12,37,22)
#0B1D12
(11,29,18)
#0A150E
(10,21,14)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #135D32

#135D32
(19,93,50)
#286B44
(40,107,68)
#3D7956
(61,121,86)
#528768
(82,135,104)
#67957A
(103,149,122)
#7CA38C
(124,163,140)
#91B19E
(145,177,158)
#A6BFB0
(166,191,176)
#BBCDC2
(187,205,194)
#D0DBD4
(208,219,212)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #135D32; }

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

This text font color is #135D32.


Background Color

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

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

This div background color is #135D32.


Border color

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

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

This div border color is #135D32.


Opacity

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

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

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

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

This text has shadow with #135D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135D32 on black background.


Color preview on white background

This text has color #135D32 on white background.



Black color preview on #135D32 background

This text has black color on #135D32 background.


White color preview on #135D32 background

This text has white color on #135D32 background.