COLOR #153B13

HEX: #153B13
RGB: (21,59,19)

Color info

#153B13 contains red, green and blue colors in about the same proportion. Web safe color of #153B13 is #003300 (or #030).

RGB color model

#153B13 color RGB value is (21,59,19).

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

RGB channels and saturation

R 21 of 255 = 8%
G 59 of 255 = 23%
B 19 of 255 = 7%

21
59
19

R + G + B ~ 13%. #153B13 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 59 + 19 = 99 (100%)
R 21 of 99 ~ 21.21%
G 59 of 99 ~ 59.6%
B 19 of 99 ~ 19.19%

%21.21
%59.6
%19.19

CMYK color model

#153B13 color CMYK value is (64,0,68,77).

  • cyan value is 64.41%
  • magenta value is 0.00%
  • yellow value is 67.80%
  • key color value is 76.86%
CMYK:
(64,0,68,77)
C64M0Y68K77 
(64%,0%,68%,77%)
(0.64/0.00/0.68/0.77)	

CMYK percentages

%64.41
%0
%67.8
%76.86

Codes

Color #153B13 in popluar color models

153B13
RGB215919
HSL117°51.28%15.29%
HSB/HSV117°67.80%23.14%
CMYK64.41%0.00%67.80%
76.86%

Color #153B13 in popluar number systems.

HEX153B13
Decimal215919
Binary1010111101110011
Octal257323

Shades and tints

Shades of #153B13

#153B13
(21,59,19)
#143612
(20,54,18)
#133111
(19,49,17)
#122C10
(18,44,16)
#11270F
(17,39,15)
#10220E
(16,34,14)
#0F1D0D
(15,29,13)
#0E180C
(14,24,12)
#0D130B
(13,19,11)
#0C0E0A
(12,14,10)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #153B13

#153B13
(21,59,19)
#2A4C28
(42,76,40)
#3F5D3D
(63,93,61)
#546E52
(84,110,82)
#697F67
(105,127,103)
#7E907C
(126,144,124)
#93A191
(147,161,145)
#A8B2A6
(168,178,166)
#BDC3BB
(189,195,187)
#D2D4D0
(210,212,208)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #153B13 color. Also use rgb(21,59,19) instead hex code.

Text Font Color

.myTextColor { color: #153B13; }

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

This text font color is #153B13.


Background Color

.myBgColor { background-color: #153B13; }

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

This div background color is #153B13.


Border color

.myBorderColor { border: 1px solid #153B13; }

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

This div border color is #153B13.


Opacity

.myOpacity80 { color: #153B13; opacity: 0.8; }

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

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

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

This text has shadow with #153B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #153B13 on black background.


Color preview on white background

This text has color #153B13 on white background.



Black color preview on #153B13 background

This text has black color on #153B13 background.


White color preview on #153B13 background

This text has white color on #153B13 background.