COLOR #155519

HEX: #155519
RGB: (21,85,25)

Color info

#155519 contains mainly green color. Web safe color of #155519 is #006600 (or #060).

RGB color model

#155519 color RGB value is (21,85,25).

  • red value is 21;
  • green value is 85;
  • blue value is 25.
RGB:
(21,85,25)
(8%,33%,10%)

RGB channels and saturation

R 21 of 255 = 8%
G 85 of 255 = 33%
B 25 of 255 = 10%

21
85
25

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

Portions of RGB colors in percentages

R + G + B =
21 + 85 + 25 = 131 (100%)
R 21 of 131 ~ 16.03%
G 85 of 131 ~ 64.89%
B 25 of 131 ~ 19.08%

%16.03
%64.89
%19.08

CMYK color model

#155519 color CMYK value is (75,0,71,67).

  • cyan value is 75.29%
  • magenta value is 0.00%
  • yellow value is 70.59%
  • key color value is 66.67%
CMYK:
(75,0,71,67)
C75M0Y71K67 
(75%,0%,71%,67%)
(0.75/0.00/0.71/0.67)	

CMYK percentages

%75.29
%0
%70.59
%66.67

Codes

Color #155519 in popluar color models

155519
RGB218525
HSL124°60.38%20.78%
HSB/HSV124°75.29%33.33%
CMYK75.29%0.00%70.59%
66.67%

Color #155519 in popluar number systems.

HEX155519
Decimal218525
Binary10101101010111001
Octal2512531

Shades and tints

Shades of #155519

#155519
(21,85,25)
#144E17
(20,78,23)
#134715
(19,71,21)
#124013
(18,64,19)
#113911
(17,57,17)
#10320F
(16,50,15)
#0F2B0D
(15,43,13)
#0E240B
(14,36,11)
#0D1D09
(13,29,9)
#0C1607
(12,22,7)
#0B0F05
(11,15,5)
#000000
(0,0,0)

Tints of #155519

#155519
(21,85,25)
#2A642D
(42,100,45)
#3F7341
(63,115,65)
#548255
(84,130,85)
#699169
(105,145,105)
#7EA07D
(126,160,125)
#93AF91
(147,175,145)
#A8BEA5
(168,190,165)
#BDCDB9
(189,205,185)
#D2DCCD
(210,220,205)
#E7EBE1
(231,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #155519; }

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

This text font color is #155519.


Background Color

.myBgColor { background-color: #155519; }

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

This div background color is #155519.


Border color

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

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

This div border color is #155519.


Opacity

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

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

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

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

This text has shadow with #155519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155519 on black background.


Color preview on white background

This text has color #155519 on white background.



Black color preview on #155519 background

This text has black color on #155519 background.


White color preview on #155519 background

This text has white color on #155519 background.