COLOR #15553B

HEX: #15553B
RGB: (21,85,59)

Color info

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

RGB color model

#15553B color RGB value is (21,85,59).

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

RGB channels and saturation

R 21 of 255 = 8%
G 85 of 255 = 33%
B 59 of 255 = 23%

21
85
59

R + G + B ~ 21%. #15553B is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 85 + 59 = 165 (100%)
R 21 of 165 ~ 12.73%
G 85 of 165 ~ 51.52%
B 59 of 165 ~ 35.76%

%12.73
%51.52
%35.76

CMYK color model

#15553B color CMYK value is (75,0,31,67).

  • cyan value is 75.29%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 66.67%
CMYK:
(75,0,31,67)
C75M0Y31K67 
(75%,0%,31%,67%)
(0.75/0.00/0.31/0.67)	

CMYK percentages

%75.29
%0
%30.59
%66.67

Codes

Color #15553B in popluar color models

15553B
RGB218559
HSL156°60.38%20.78%
HSB/HSV156°75.29%33.33%
CMYK75.29%0.00%30.59%
66.67%

Color #15553B in popluar number systems.

HEX15553B
Decimal218559
Binary101011010101111011
Octal2512573

Shades and tints

Shades of #15553B

#15553B
(21,85,59)
#144E36
(20,78,54)
#134731
(19,71,49)
#12402C
(18,64,44)
#113927
(17,57,39)
#103222
(16,50,34)
#0F2B1D
(15,43,29)
#0E2418
(14,36,24)
#0D1D13
(13,29,19)
#0C160E
(12,22,14)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #15553B

#15553B
(21,85,59)
#2A644C
(42,100,76)
#3F735D
(63,115,93)
#54826E
(84,130,110)
#69917F
(105,145,127)
#7EA090
(126,160,144)
#93AFA1
(147,175,161)
#A8BEB2
(168,190,178)
#BDCDC3
(189,205,195)
#D2DCD4
(210,220,212)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15553B; }

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

This text font color is #15553B.


Background Color

.myBgColor { background-color: #15553B; }

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

This div background color is #15553B.


Border color

.myBorderColor { border: 1px solid #15553B; }

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

This div border color is #15553B.


Opacity

.myOpacity80 { color: #15553B; opacity: 0.8; }

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

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

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

This text has shadow with #15553B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15553B on black background.


Color preview on white background

This text has color #15553B on white background.



Black color preview on #15553B background

This text has black color on #15553B background.


White color preview on #15553B background

This text has white color on #15553B background.