COLOR #153301

HEX: #153301 RGB: (21,51,1)

Color info

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

RGB color model

#153301 color RGB value is (21,51,1).

RGB: (21,51,1) (8%, 20%, 0%)

RGB channels and saturation

R 21 of 255 = 8%
G 51 of 255 = 20%
B 1 of 255 = 0%

21
51
1

R + G + B ~ 9%. #153301 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 51 + 1 = 73 (100%)
R 21 of 73 ~ 28.77%
G 51 of 73 ~ 69.86%
B 1 of 73 ~ 1.37'%

%28.77
%69.86

CMYK color model

#153301 color CMYK value is (59,0,98,80).

  • cyan value is 58.82%
  • magenta value is 0.00%
  • yellow value is 98.04%
  • key color value is 80.00%

CMYK: (59,0,98,80)
C59M0Y98K80 (59%, 0%, 98%, 80%)
(0.59 / 0.00 / 0.98 / 0.80)

CMYK percentages

%58.82
%0
%98.04
%80

Codes

Color #153301 in popluar color models

15 33 01
RGB 21 51 1
HSL 96° 96.15% 10.20%
HSB/HSV 96° 98.04% 20.00%
CMYK 58.82% 0.00% 98.04%
80.00%

Color #153301 in popluar number systems.

HEX 15 33 01
Decimal 21 51 1
Binary 10101 110011 1
Octal 25 63 1

Shades and tints

Shades of #153301

#153301
(21,51,1)
#142F01
(20,47,1)
#132B01
(19,43,1)
#122701
(18,39,1)
#112301
(17,35,1)
#101F01
(16,31,1)
#0F1B01
(15,27,1)
#0E1701
(14,23,1)
#0D1301
(13,19,1)
#0C0F01
(12,15,1)
#0B0B01
(11,11,1)
#000000
(0,0,0)

Tints of #153301

#153301
(21,51,1)
#2A4518
(42,69,24)
#3F572F
(63,87,47)
#546946
(84,105,70)
#697B5D
(105,123,93)
#7E8D74
(126,141,116)
#939F8B
(147,159,139)
#A8B1A2
(168,177,162)
#BDC3B9
(189,195,185)
#D2D5D0
(210,213,208)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #153301 color. Also use rgb(21,51,1) instead hex code.

Text Font Color

.myTextColor { color: #153301; }

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

This text font color is #153301.

Background Color

.myBgColor { background-color: #153301; }

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

This div background color is #153301.

Border color

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

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

This div border color is #153301.

Opacity

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

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

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

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

This text has shadow with #153301 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #153301.

Preview

Color preview on black background

This text has color #153301 on black background.


Color preview on white background

This text has color #153301 on white background.


Black color preview on #153301 background

This text has black color on #153301 background.


White color preview on #153301 background

This text has white color on #153301 background.


Related colors

Complementary color

Complementary color for #hex is #EACCFE.


I love getcolorcode.com

Triadic colors

1 #011533 and #330115 with #153301 are triadic colors.

2 #013315 and #331501 with #153301 are triadic colors.