COLOR #155327

HEX: #155327
RGB: (21,83,39)

Color info

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

RGB color model

#155327 color RGB value is (21,83,39).

  • red value is 21;
  • green value is 83;
  • blue value is 39.
RGB:
(21,83,39)
(8%,33%,15%)

RGB channels and saturation

R 21 of 255 = 8%
G 83 of 255 = 33%
B 39 of 255 = 15%

21
83
39

R + G + B ~ 19%. #155327 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 83 + 39 = 143 (100%)
R 21 of 143 ~ 14.69%
G 83 of 143 ~ 58.04%
B 39 of 143 ~ 27.27%

%14.69
%58.04
%27.27

CMYK color model

#155327 color CMYK value is (75,0,53,67).

  • cyan value is 74.70%
  • magenta value is 0.00%
  • yellow value is 53.01%
  • key color value is 67.45%
CMYK:
(75,0,53,67)
C75M0Y53K67 
(75%,0%,53%,67%)
(0.75/0.00/0.53/0.67)	

CMYK percentages

%74.7
%0
%53.01
%67.45

Codes

Color #155327 in popluar color models

155327
RGB218339
HSL137°59.62%20.39%
HSB/HSV137°74.70%32.55%
CMYK74.70%0.00%53.01%
67.45%

Color #155327 in popluar number systems.

HEX155327
Decimal218339
Binary101011010011100111
Octal2512347

Shades and tints

Shades of #155327

#155327
(21,83,39)
#144C24
(20,76,36)
#134521
(19,69,33)
#123E1E
(18,62,30)
#11371B
(17,55,27)
#103018
(16,48,24)
#0F2915
(15,41,21)
#0E2212
(14,34,18)
#0D1B0F
(13,27,15)
#0C140C
(12,20,12)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #155327

#155327
(21,83,39)
#2A623A
(42,98,58)
#3F714D
(63,113,77)
#548060
(84,128,96)
#698F73
(105,143,115)
#7E9E86
(126,158,134)
#93AD99
(147,173,153)
#A8BCAC
(168,188,172)
#BDCBBF
(189,203,191)
#D2DAD2
(210,218,210)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #155327; }

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

This text font color is #155327.


Background Color

.myBgColor { background-color: #155327; }

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

This div background color is #155327.


Border color

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

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

This div border color is #155327.


Opacity

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

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

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

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

This text has shadow with #155327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155327 on black background.


Color preview on white background

This text has color #155327 on white background.



Black color preview on #155327 background

This text has black color on #155327 background.


White color preview on #155327 background

This text has white color on #155327 background.