COLOR #135A09

HEX: #135A09 RGB: (19,90,9)

Color info

#135A09 contains mainly green color. Web safe color of #135A09 is #006600 (or #060).

RGB color model

#135A09 color RGB value is (19,90,9).

RGB: (19,90,9) (7%, 35%, 4%)

RGB channels and saturation

R 19 of 255 = 7%
G 90 of 255 = 35%
B 9 of 255 = 4%

19
90
9

R + G + B ~ 15%. #135A09 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 90 + 9 = 118 (100%)
R 19 of 118 ~ 16.1%
G 90 of 118 ~ 76.27%
B 9 of 118 ~ 7.63'%

%16.1
%76.27

CMYK color model

#135A09 color CMYK value is (79,0,90,65).

  • cyan value is 78.89%
  • magenta value is 0.00%
  • yellow value is 90.00%
  • key color value is 64.71%

CMYK: (79,0,90,65)
C79M0Y90K65 (79%, 0%, 90%, 65%)
(0.79 / 0.00 / 0.90 / 0.65)

CMYK percentages

%78.89
%0
%90
%64.71

Codes

Color #135A09 in popluar color models

13 5A 09
RGB 19 90 9
HSL 113° 81.82% 19.41%
HSB/HSV 113° 90.00% 35.29%
CMYK 78.89% 0.00% 90.00%
64.71%

Color #135A09 in popluar number systems.

HEX 13 5A 09
Decimal 19 90 9
Binary 10011 1011010 1001
Octal 23 132 11

Shades and tints

Shades of #135A09

#135A09
(19,90,9)
#125209
(18,82,9)
#114A09
(17,74,9)
#104209
(16,66,9)
#0F3A09
(15,58,9)
#0E3209
(14,50,9)
#0D2A09
(13,42,9)
#0C2209
(12,34,9)
#0B1A09
(11,26,9)
#0A1209
(10,18,9)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #135A09

#135A09
(19,90,9)
#28691F
(40,105,31)
#3D7835
(61,120,53)
#52874B
(82,135,75)
#679661
(103,150,97)
#7CA577
(124,165,119)
#91B48D
(145,180,141)
#A6C3A3
(166,195,163)
#BBD2B9
(187,210,185)
#D0E1CF
(208,225,207)
#E5F0E5
(229,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135A09 color. Also use rgb(19,90,9) instead hex code.

Text Font Color

.myTextColor { color: #135A09; }

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

This text font color is #135A09.

Background Color

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

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

This div background color is #135A09.

Border color

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

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

This div border color is #135A09.

Opacity

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

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

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

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

This text has shadow with #135A09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #135A09.

Preview

Color preview on black background

This text has color #135A09 on black background.


Color preview on white background

This text has color #135A09 on white background.


Black color preview on #135A09 background

This text has black color on #135A09 background.


White color preview on #135A09 background

This text has white color on #135A09 background.


Related colors

Complementary color

Complementary color for #hex is #ECA5F6.


I love getcolorcode.com

Triadic colors

1 #09135A and #5A0913 with #135A09 are triadic colors.

2 #095A13 and #5A1309 with #135A09 are triadic colors.