COLOR #152301

HEX: #152301 RGB: (21,35,1)

Color info

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

RGB color model

#152301 color RGB value is (21,35,1).

RGB: (21,35,1) (8%, 14%, 0%)

RGB channels and saturation

R 21 of 255 = 8%
G 35 of 255 = 14%
B 1 of 255 = 0%

21
35
1

R + G + B ~ 7%. #152301 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 35 + 1 = 57 (100%)
R 21 of 57 ~ 36.84%
G 35 of 57 ~ 61.4%
B 1 of 57 ~ 1.75'%

%36.84
%61.4

CMYK color model

#152301 color CMYK value is (40,0,97,86).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 97.14%
  • key color value is 86.27%

CMYK: (40,0,97,86)
C40M0Y97K86 (40%, 0%, 97%, 86%)
(0.40 / 0.00 / 0.97 / 0.86)

CMYK percentages

%40
%0
%97.14
%86.27

Codes

Color #152301 in popluar color models

15 23 01
RGB 21 35 1
HSL 85° 94.44% 7.06%
HSB/HSV 85° 97.14% 13.73%
CMYK 40.00% 0.00% 97.14%
86.27%

Color #152301 in popluar number systems.

HEX 15 23 01
Decimal 21 35 1
Binary 10101 100011 1
Octal 25 43 1

Shades and tints

Shades of #152301

#152301
(21,35,1)
#142001
(20,32,1)
#131D01
(19,29,1)
#121A01
(18,26,1)
#111701
(17,23,1)
#101401
(16,20,1)
#0F1101
(15,17,1)
#0E0E01
(14,14,1)
#0D0B01
(13,11,1)
#0C0801
(12,8,1)
#0B0501
(11,5,1)
#000000
(0,0,0)

Tints of #152301

#152301
(21,35,1)
#2A3718
(42,55,24)
#3F4B2F
(63,75,47)
#545F46
(84,95,70)
#69735D
(105,115,93)
#7E8774
(126,135,116)
#939B8B
(147,155,139)
#A8AFA2
(168,175,162)
#BDC3B9
(189,195,185)
#D2D7D0
(210,215,208)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #152301; }

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

This text font color is #152301.

Background Color

.myBgColor { background-color: #152301; }

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

This div background color is #152301.

Border color

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

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

This div border color is #152301.

Opacity

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

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

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

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

This text has shadow with #152301 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #152301.

Preview

Color preview on black background

This text has color #152301 on black background.


Color preview on white background

This text has color #152301 on white background.


Black color preview on #152301 background

This text has black color on #152301 background.


White color preview on #152301 background

This text has white color on #152301 background.


Related colors

Complementary color

Complementary color for #hex is #EADCFE.


I love getcolorcode.com

Triadic colors

1 #011523 and #230115 with #152301 are triadic colors.

2 #012315 and #231501 with #152301 are triadic colors.