COLOR #135335

HEX: #135335
RGB: (19,83,53)

Color info

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

RGB color model

#135335 color RGB value is (19,83,53).

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

RGB channels and saturation

R 19 of 255 = 7%
G 83 of 255 = 33%
B 53 of 255 = 21%

19
83
53

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

Portions of RGB colors in percentages

R + G + B =
19 + 83 + 53 = 155 (100%)
R 19 of 155 ~ 12.26%
G 83 of 155 ~ 53.55%
B 53 of 155 ~ 34.19%

%12.26
%53.55
%34.19

CMYK color model

#135335 color CMYK value is (77,0,36,67).

  • cyan value is 77.11%
  • magenta value is 0.00%
  • yellow value is 36.14%
  • key color value is 67.45%
CMYK:
(77,0,36,67)
C77M0Y36K67 
(77%,0%,36%,67%)
(0.77/0.00/0.36/0.67)	

CMYK percentages

%77.11
%0
%36.14
%67.45

Codes

Color #135335 in popluar color models

135335
RGB198353
HSL152°62.75%20.00%
HSB/HSV152°77.11%32.55%
CMYK77.11%0.00%36.14%
67.45%

Color #135335 in popluar number systems.

HEX135335
Decimal198353
Binary100111010011110101
Octal2312365

Shades and tints

Shades of #135335

#135335
(19,83,53)
#124C31
(18,76,49)
#11452D
(17,69,45)
#103E29
(16,62,41)
#0F3725
(15,55,37)
#0E3021
(14,48,33)
#0D291D
(13,41,29)
#0C2219
(12,34,25)
#0B1B15
(11,27,21)
#0A1411
(10,20,17)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #135335

#135335
(19,83,53)
#286247
(40,98,71)
#3D7159
(61,113,89)
#52806B
(82,128,107)
#678F7D
(103,143,125)
#7C9E8F
(124,158,143)
#91ADA1
(145,173,161)
#A6BCB3
(166,188,179)
#BBCBC5
(187,203,197)
#D0DAD7
(208,218,215)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #135335; }

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

This text font color is #135335.


Background Color

.myBgColor { background-color: #135335; }

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

This div background color is #135335.


Border color

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

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

This div border color is #135335.


Opacity

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

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

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

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

This text has shadow with #135335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135335 on black background.


Color preview on white background

This text has color #135335 on white background.



Black color preview on #135335 background

This text has black color on #135335 background.


White color preview on #135335 background

This text has white color on #135335 background.