COLOR #153003

HEX: #153003
RGB: (21,48,3)

Color info

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

RGB color model

#153003 color RGB value is (21,48,3).

  • red value is 21;
  • green value is 48;
  • blue value is 3.
RGB:
(21,48,3)
(8%,19%,1%)

RGB channels and saturation

R 21 of 255 = 8%
G 48 of 255 = 19%
B 3 of 255 = 1%

21
48
3

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

Portions of RGB colors in percentages

R + G + B =
21 + 48 + 3 = 72 (100%)
R 21 of 72 ~ 29.17%
G 48 of 72 ~ 66.67%
B 3 of 72 ~ 4.17%

%29.17
%66.67

CMYK color model

#153003 color CMYK value is (56,0,94,81).

  • cyan value is 56.25%
  • magenta value is 0.00%
  • yellow value is 93.75%
  • key color value is 81.18%
CMYK:
(56,0,94,81)
C56M0Y94K81 
(56%,0%,94%,81%)
(0.56/0.00/0.94/0.81)	

CMYK percentages

%56.25
%0
%93.75
%81.18

Codes

Color #153003 in popluar color models

153003
RGB21483
HSL96°88.24%10.00%
HSB/HSV96°93.75%18.82%
CMYK56.25%0.00%93.75%
81.18%

Color #153003 in popluar number systems.

HEX153003
Decimal21483
Binary1010111000011
Octal25603

Shades and tints

Shades of #153003

#153003
(21,48,3)
#142C03
(20,44,3)
#132803
(19,40,3)
#122403
(18,36,3)
#112003
(17,32,3)
#101C03
(16,28,3)
#0F1803
(15,24,3)
#0E1403
(14,20,3)
#0D1003
(13,16,3)
#0C0C03
(12,12,3)
#0B0803
(11,8,3)
#000000
(0,0,0)

Tints of #153003

#153003
(21,48,3)
#2A4219
(42,66,25)
#3F542F
(63,84,47)
#546645
(84,102,69)
#69785B
(105,120,91)
#7E8A71
(126,138,113)
#939C87
(147,156,135)
#A8AE9D
(168,174,157)
#BDC0B3
(189,192,179)
#D2D2C9
(210,210,201)
#E7E4DF
(231,228,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #153003 color. Also use rgb(21,48,3) instead hex code.

Text Font Color

.myTextColor { color: #153003; }

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

This text font color is #153003.


Background Color

.myBgColor { background-color: #153003; }

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

This div background color is #153003.


Border color

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

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

This div border color is #153003.


Opacity

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

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

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

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

This text has shadow with #153003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #153003 on black background.


Color preview on white background

This text has color #153003 on white background.



Black color preview on #153003 background

This text has black color on #153003 background.


White color preview on #153003 background

This text has white color on #153003 background.