COLOR #155028

HEX: #155028
RGB: (21,80,40)

Color info

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

RGB color model

#155028 color RGB value is (21,80,40).

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

RGB channels and saturation

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

21
80
40

R + G + B ~ 18%. #155028 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 80 + 40 = 141 (100%)
R 21 of 141 ~ 14.89%
G 80 of 141 ~ 56.74%
B 40 of 141 ~ 28.37%

%14.89
%56.74
%28.37

CMYK color model

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

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

CMYK percentages

%73.75
%0
%50
%68.63

Codes

Color #155028 in popluar color models

155028
RGB218040
HSL139°58.42%19.80%
HSB/HSV139°73.75%31.37%
CMYK73.75%0.00%50.00%
68.63%

Color #155028 in popluar number systems.

HEX155028
Decimal218040
Binary101011010000101000
Octal2512050

Shades and tints

Shades of #155028

#155028
(21,80,40)
#144925
(20,73,37)
#134222
(19,66,34)
#123B1F
(18,59,31)
#11341C
(17,52,28)
#102D19
(16,45,25)
#0F2616
(15,38,22)
#0E1F13
(14,31,19)
#0D1810
(13,24,16)
#0C110D
(12,17,13)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #155028

#155028
(21,80,40)
#2A5F3B
(42,95,59)
#3F6E4E
(63,110,78)
#547D61
(84,125,97)
#698C74
(105,140,116)
#7E9B87
(126,155,135)
#93AA9A
(147,170,154)
#A8B9AD
(168,185,173)
#BDC8C0
(189,200,192)
#D2D7D3
(210,215,211)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #155028; }

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

This text font color is #155028.


Background Color

.myBgColor { background-color: #155028; }

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

This div background color is #155028.


Border color

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

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

This div border color is #155028.


Opacity

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

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

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

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

This text has shadow with #155028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155028 on black background.


Color preview on white background

This text has color #155028 on white background.



Black color preview on #155028 background

This text has black color on #155028 background.


White color preview on #155028 background

This text has white color on #155028 background.