COLOR #135D43

HEX: #135D43
RGB: (19,93,67)

Color info

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

RGB color model

#135D43 color RGB value is (19,93,67).

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

RGB channels and saturation

R 19 of 255 = 7%
G 93 of 255 = 36%
B 67 of 255 = 26%

19
93
67

R + G + B ~ 23%. #135D43 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 93 + 67 = 179 (100%)
R 19 of 179 ~ 10.61%
G 93 of 179 ~ 51.96%
B 67 of 179 ~ 37.43%

%10.61
%51.96
%37.43

CMYK color model

#135D43 color CMYK value is (80,0,28,64).

  • cyan value is 79.57%
  • magenta value is 0.00%
  • yellow value is 27.96%
  • key color value is 63.53%
CMYK:
(80,0,28,64)
C80M0Y28K64 
(80%,0%,28%,64%)
(0.80/0.00/0.28/0.64)	

CMYK percentages

%79.57
%0
%27.96
%63.53

Codes

Color #135D43 in popluar color models

135D43
RGB199367
HSL159°66.07%21.96%
HSB/HSV159°79.57%36.47%
CMYK79.57%0.00%27.96%
63.53%

Color #135D43 in popluar number systems.

HEX135D43
Decimal199367
Binary1001110111011000011
Octal23135103

Shades and tints

Shades of #135D43

#135D43
(19,93,67)
#12553D
(18,85,61)
#114D37
(17,77,55)
#104531
(16,69,49)
#0F3D2B
(15,61,43)
#0E3525
(14,53,37)
#0D2D1F
(13,45,31)
#0C2519
(12,37,25)
#0B1D13
(11,29,19)
#0A150D
(10,21,13)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #135D43

#135D43
(19,93,67)
#286B54
(40,107,84)
#3D7965
(61,121,101)
#528776
(82,135,118)
#679587
(103,149,135)
#7CA398
(124,163,152)
#91B1A9
(145,177,169)
#A6BFBA
(166,191,186)
#BBCDCB
(187,205,203)
#D0DBDC
(208,219,220)
#E5E9ED
(229,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #135D43; }

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

This text font color is #135D43.


Background Color

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

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

This div background color is #135D43.


Border color

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

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

This div border color is #135D43.


Opacity

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

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

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

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

This text has shadow with #135D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135D43 on black background.


Color preview on white background

This text has color #135D43 on white background.



Black color preview on #135D43 background

This text has black color on #135D43 background.


White color preview on #135D43 background

This text has white color on #135D43 background.