COLOR #155020

HEX: #155020
RGB: (21,80,32)

Color info

#155020 contains red, green and blue colors in about the same proportion. Web safe color of #155020 is #006633 (or #063).

RGB color model

#155020 color RGB value is (21,80,32).

  • red value is 21;
  • green value is 80;
  • blue value is 32.
RGB:
(21,80,32)
(8%,31%,13%)

RGB channels and saturation

R 21 of 255 = 8%
G 80 of 255 = 31%
B 32 of 255 = 13%

21
80
32

R + G + B ~ 17%. #155020 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 80 + 32 = 133 (100%)
R 21 of 133 ~ 15.79%
G 80 of 133 ~ 60.15%
B 32 of 133 ~ 24.06%

%15.79
%60.15
%24.06

CMYK color model

#155020 color CMYK value is (74,0,60,69).

  • cyan value is 73.75%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 68.63%
CMYK:
(74,0,60,69)
C74M0Y60K69 
(74%,0%,60%,69%)
(0.74/0.00/0.60/0.69)	

CMYK percentages

%73.75
%0
%60
%68.63

Codes

Color #155020 in popluar color models

155020
RGB218032
HSL131°58.42%19.80%
HSB/HSV131°73.75%31.37%
CMYK73.75%0.00%60.00%
68.63%

Color #155020 in popluar number systems.

HEX155020
Decimal218032
Binary101011010000100000
Octal2512040

Shades and tints

Shades of #155020

#155020
(21,80,32)
#14491E
(20,73,30)
#13421C
(19,66,28)
#123B1A
(18,59,26)
#113418
(17,52,24)
#102D16
(16,45,22)
#0F2614
(15,38,20)
#0E1F12
(14,31,18)
#0D1810
(13,24,16)
#0C110E
(12,17,14)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #155020

#155020
(21,80,32)
#2A5F34
(42,95,52)
#3F6E48
(63,110,72)
#547D5C
(84,125,92)
#698C70
(105,140,112)
#7E9B84
(126,155,132)
#93AA98
(147,170,152)
#A8B9AC
(168,185,172)
#BDC8C0
(189,200,192)
#D2D7D4
(210,215,212)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #155020 color. Also use rgb(21,80,32) instead hex code.

Text Font Color

.myTextColor { color: #155020; }

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

This text font color is #155020.


Background Color

.myBgColor { background-color: #155020; }

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

This div background color is #155020.


Border color

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

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

This div border color is #155020.


Opacity

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

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

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

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

This text has shadow with #155020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155020 on black background.


Color preview on white background

This text has color #155020 on white background.



Black color preview on #155020 background

This text has black color on #155020 background.


White color preview on #155020 background

This text has white color on #155020 background.