COLOR #135531

HEX: #135531
RGB: (19,85,49)

Color info

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

RGB color model

#135531 color RGB value is (19,85,49).

  • red value is 19;
  • green value is 85;
  • blue value is 49.
RGB:
(19,85,49)
(7%,33%,19%)

RGB channels and saturation

R 19 of 255 = 7%
G 85 of 255 = 33%
B 49 of 255 = 19%

19
85
49

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

Portions of RGB colors in percentages

R + G + B =
19 + 85 + 49 = 153 (100%)
R 19 of 153 ~ 12.42%
G 85 of 153 ~ 55.56%
B 49 of 153 ~ 32.03%

%12.42
%55.56
%32.03

CMYK color model

#135531 color CMYK value is (78,0,42,67).

  • cyan value is 77.65%
  • magenta value is 0.00%
  • yellow value is 42.35%
  • key color value is 66.67%
CMYK:
(78,0,42,67)
C78M0Y42K67 
(78%,0%,42%,67%)
(0.78/0.00/0.42/0.67)	

CMYK percentages

%77.65
%0
%42.35
%66.67

Codes

Color #135531 in popluar color models

135531
RGB198549
HSL147°63.46%20.39%
HSB/HSV147°77.65%33.33%
CMYK77.65%0.00%42.35%
66.67%

Color #135531 in popluar number systems.

HEX135531
Decimal198549
Binary100111010101110001
Octal2312561

Shades and tints

Shades of #135531

#135531
(19,85,49)
#124E2D
(18,78,45)
#114729
(17,71,41)
#104025
(16,64,37)
#0F3921
(15,57,33)
#0E321D
(14,50,29)
#0D2B19
(13,43,25)
#0C2415
(12,36,21)
#0B1D11
(11,29,17)
#0A160D
(10,22,13)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #135531

#135531
(19,85,49)
#286443
(40,100,67)
#3D7355
(61,115,85)
#528267
(82,130,103)
#679179
(103,145,121)
#7CA08B
(124,160,139)
#91AF9D
(145,175,157)
#A6BEAF
(166,190,175)
#BBCDC1
(187,205,193)
#D0DCD3
(208,220,211)
#E5EBE5
(229,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135531 color. Also use rgb(19,85,49) instead hex code.

Text Font Color

.myTextColor { color: #135531; }

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

This text font color is #135531.


Background Color

.myBgColor { background-color: #135531; }

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

This div background color is #135531.


Border color

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

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

This div border color is #135531.


Opacity

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

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

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

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

This text has shadow with #135531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135531 on black background.


Color preview on white background

This text has color #135531 on white background.



Black color preview on #135531 background

This text has black color on #135531 background.


White color preview on #135531 background

This text has white color on #135531 background.