COLOR #135E28

HEX: #135E28
RGB: (19,94,40)

Color info

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

RGB color model

#135E28 color RGB value is (19,94,40).

  • red value is 19;
  • green value is 94;
  • blue value is 40.
RGB:
(19,94,40)
(7%,37%,16%)

RGB channels and saturation

R 19 of 255 = 7%
G 94 of 255 = 37%
B 40 of 255 = 16%

19
94
40

R + G + B ~ 20%. #135E28 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 94 + 40 = 153 (100%)
R 19 of 153 ~ 12.42%
G 94 of 153 ~ 61.44%
B 40 of 153 ~ 26.14%

%12.42
%61.44
%26.14

CMYK color model

#135E28 color CMYK value is (80,0,57,63).

  • cyan value is 79.79%
  • magenta value is 0.00%
  • yellow value is 57.45%
  • key color value is 63.14%
CMYK:
(80,0,57,63)
C80M0Y57K63 
(80%,0%,57%,63%)
(0.80/0.00/0.57/0.63)	

CMYK percentages

%79.79
%0
%57.45
%63.14

Codes

Color #135E28 in popluar color models

135E28
RGB199440
HSL137°66.37%22.16%
HSB/HSV137°79.79%36.86%
CMYK79.79%0.00%57.45%
63.14%

Color #135E28 in popluar number systems.

HEX135E28
Decimal199440
Binary100111011110101000
Octal2313650

Shades and tints

Shades of #135E28

#135E28
(19,94,40)
#125625
(18,86,37)
#114E22
(17,78,34)
#10461F
(16,70,31)
#0F3E1C
(15,62,28)
#0E3619
(14,54,25)
#0D2E16
(13,46,22)
#0C2613
(12,38,19)
#0B1E10
(11,30,16)
#0A160D
(10,22,13)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #135E28

#135E28
(19,94,40)
#286C3B
(40,108,59)
#3D7A4E
(61,122,78)
#528861
(82,136,97)
#679674
(103,150,116)
#7CA487
(124,164,135)
#91B29A
(145,178,154)
#A6C0AD
(166,192,173)
#BBCEC0
(187,206,192)
#D0DCD3
(208,220,211)
#E5EAE6
(229,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135E28 color. Also use rgb(19,94,40) instead hex code.

Text Font Color

.myTextColor { color: #135E28; }

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

This text font color is #135E28.


Background Color

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

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

This div background color is #135E28.


Border color

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

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

This div border color is #135E28.


Opacity

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

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

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

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

This text has shadow with #135E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135E28 on black background.


Color preview on white background

This text has color #135E28 on white background.



Black color preview on #135E28 background

This text has black color on #135E28 background.


White color preview on #135E28 background

This text has white color on #135E28 background.