COLOR #135235

HEX: #135235
RGB: (19,82,53)

Color info

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

RGB color model

#135235 color RGB value is (19,82,53).

  • red value is 19;
  • green value is 82;
  • blue value is 53.
RGB:
(19,82,53)
(7%,32%,21%)

RGB channels and saturation

R 19 of 255 = 7%
G 82 of 255 = 32%
B 53 of 255 = 21%

19
82
53

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

Portions of RGB colors in percentages

R + G + B =
19 + 82 + 53 = 154 (100%)
R 19 of 154 ~ 12.34%
G 82 of 154 ~ 53.25%
B 53 of 154 ~ 34.42%

%12.34
%53.25
%34.42

CMYK color model

#135235 color CMYK value is (77,0,35,68).

  • cyan value is 76.83%
  • magenta value is 0.00%
  • yellow value is 35.37%
  • key color value is 67.84%
CMYK:
(77,0,35,68)
C77M0Y35K68 
(77%,0%,35%,68%)
(0.77/0.00/0.35/0.68)	

CMYK percentages

%76.83
%0
%35.37
%67.84

Codes

Color #135235 in popluar color models

135235
RGB198253
HSL152°62.38%19.80%
HSB/HSV152°76.83%32.16%
CMYK76.83%0.00%35.37%
67.84%

Color #135235 in popluar number systems.

HEX135235
Decimal198253
Binary100111010010110101
Octal2312265

Shades and tints

Shades of #135235

#135235
(19,82,53)
#124B31
(18,75,49)
#11442D
(17,68,45)
#103D29
(16,61,41)
#0F3625
(15,54,37)
#0E2F21
(14,47,33)
#0D281D
(13,40,29)
#0C2119
(12,33,25)
#0B1A15
(11,26,21)
#0A1311
(10,19,17)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #135235

#135235
(19,82,53)
#286147
(40,97,71)
#3D7059
(61,112,89)
#527F6B
(82,127,107)
#678E7D
(103,142,125)
#7C9D8F
(124,157,143)
#91ACA1
(145,172,161)
#A6BBB3
(166,187,179)
#BBCAC5
(187,202,197)
#D0D9D7
(208,217,215)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135235 color. Also use rgb(19,82,53) instead hex code.

Text Font Color

.myTextColor { color: #135235; }

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

This text font color is #135235.


Background Color

.myBgColor { background-color: #135235; }

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

This div background color is #135235.


Border color

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

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

This div border color is #135235.


Opacity

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

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

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

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

This text has shadow with #135235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135235 on black background.


Color preview on white background

This text has color #135235 on white background.



Black color preview on #135235 background

This text has black color on #135235 background.


White color preview on #135235 background

This text has white color on #135235 background.