COLOR #135027

HEX: #135027
RGB: (19,80,39)

Color info

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

RGB color model

#135027 color RGB value is (19,80,39).

  • red value is 19;
  • green value is 80;
  • blue value is 39.
RGB:
(19,80,39)
(7%,31%,15%)

RGB channels and saturation

R 19 of 255 = 7%
G 80 of 255 = 31%
B 39 of 255 = 15%

19
80
39

R + G + B ~ 18%. #135027 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 80 + 39 = 138 (100%)
R 19 of 138 ~ 13.77%
G 80 of 138 ~ 57.97%
B 39 of 138 ~ 28.26%

%13.77
%57.97
%28.26

CMYK color model

#135027 color CMYK value is (76,0,51,69).

  • cyan value is 76.25%
  • magenta value is 0.00%
  • yellow value is 51.25%
  • key color value is 68.63%
CMYK:
(76,0,51,69)
C76M0Y51K69 
(76%,0%,51%,69%)
(0.76/0.00/0.51/0.69)	

CMYK percentages

%76.25
%0
%51.25
%68.63

Codes

Color #135027 in popluar color models

135027
RGB198039
HSL140°61.62%19.41%
HSB/HSV140°76.25%31.37%
CMYK76.25%0.00%51.25%
68.63%

Color #135027 in popluar number systems.

HEX135027
Decimal198039
Binary100111010000100111
Octal2312047

Shades and tints

Shades of #135027

#135027
(19,80,39)
#124924
(18,73,36)
#114221
(17,66,33)
#103B1E
(16,59,30)
#0F341B
(15,52,27)
#0E2D18
(14,45,24)
#0D2615
(13,38,21)
#0C1F12
(12,31,18)
#0B180F
(11,24,15)
#0A110C
(10,17,12)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #135027

#135027
(19,80,39)
#285F3A
(40,95,58)
#3D6E4D
(61,110,77)
#527D60
(82,125,96)
#678C73
(103,140,115)
#7C9B86
(124,155,134)
#91AA99
(145,170,153)
#A6B9AC
(166,185,172)
#BBC8BF
(187,200,191)
#D0D7D2
(208,215,210)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135027 color. Also use rgb(19,80,39) instead hex code.

Text Font Color

.myTextColor { color: #135027; }

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

This text font color is #135027.


Background Color

.myBgColor { background-color: #135027; }

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

This div background color is #135027.


Border color

.myBorderColor { border: 1px solid #135027; }

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

This div border color is #135027.


Opacity

.myOpacity80 { color: #135027; opacity: 0.8; }

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

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

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

This text has shadow with #135027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135027 on black background.


Color preview on white background

This text has color #135027 on white background.



Black color preview on #135027 background

This text has black color on #135027 background.


White color preview on #135027 background

This text has white color on #135027 background.