COLOR #155015

HEX: #155015
RGB: (21,80,21)

Color info

#155015 contains red, green and blue colors in about the same proportion. Web safe color of #155015 is #006600 (or #060).

RGB color model

#155015 color RGB value is (21,80,21).

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

RGB channels and saturation

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

21
80
21

R + G + B ~ 16%. #155015 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 80 + 21 = 122 (100%)
R 21 of 122 ~ 17.21%
G 80 of 122 ~ 65.57%
B 21 of 122 ~ 17.21%

%17.21
%65.57
%17.21

CMYK color model

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

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

CMYK percentages

%73.75
%0
%73.75
%68.63

Codes

Color #155015 in popluar color models

155015
RGB218021
HSL120°58.42%19.80%
HSB/HSV120°73.75%31.37%
CMYK73.75%0.00%73.75%
68.63%

Color #155015 in popluar number systems.

HEX155015
Decimal218021
Binary10101101000010101
Octal2512025

Shades and tints

Shades of #155015

#155015
(21,80,21)
#144914
(20,73,20)
#134213
(19,66,19)
#123B12
(18,59,18)
#113411
(17,52,17)
#102D10
(16,45,16)
#0F260F
(15,38,15)
#0E1F0E
(14,31,14)
#0D180D
(13,24,13)
#0C110C
(12,17,12)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #155015

#155015
(21,80,21)
#2A5F2A
(42,95,42)
#3F6E3F
(63,110,63)
#547D54
(84,125,84)
#698C69
(105,140,105)
#7E9B7E
(126,155,126)
#93AA93
(147,170,147)
#A8B9A8
(168,185,168)
#BDC8BD
(189,200,189)
#D2D7D2
(210,215,210)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #155015; }

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

This text font color is #155015.


Background Color

.myBgColor { background-color: #155015; }

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

This div background color is #155015.


Border color

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

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

This div border color is #155015.


Opacity

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

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

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

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

This text has shadow with #155015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155015 on black background.


Color preview on white background

This text has color #155015 on white background.



Black color preview on #155015 background

This text has black color on #155015 background.


White color preview on #155015 background

This text has white color on #155015 background.