COLOR #213003

HEX: #213003
RGB: (33,48,3)

Color info

#213003 contains red, green and blue colors in about the same proportion. Web safe color of #213003 is #333300 (or #330).

RGB color model

#213003 color RGB value is (33,48,3).

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

RGB channels and saturation

R 33 of 255 = 13%
G 48 of 255 = 19%
B 3 of 255 = 1%

33
48
3

R + G + B ~ 11%. #213003 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 48 + 3 = 84 (100%)
R 33 of 84 ~ 39.29%
G 48 of 84 ~ 57.14%
B 3 of 84 ~ 3.57%

%39.29
%57.14

CMYK color model

#213003 color CMYK value is (31,0,94,81).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 93.75%
  • key color value is 81.18%
CMYK:
(31,0,94,81)
C31M0Y94K81 
(31%,0%,94%,81%)
(0.31/0.00/0.94/0.81)	

CMYK percentages

%31.25
%0
%93.75
%81.18

Codes

Color #213003 in popluar color models

213003
RGB33483
HSL80°88.24%10.00%
HSB/HSV80°93.75%18.82%
CMYK31.25%0.00%93.75%
81.18%

Color #213003 in popluar number systems.

HEX213003
Decimal33483
Binary10000111000011
Octal41603

Shades and tints

Shades of #213003

#213003
(33,48,3)
#1E2C03
(30,44,3)
#1B2803
(27,40,3)
#182403
(24,36,3)
#152003
(21,32,3)
#121C03
(18,28,3)
#0F1803
(15,24,3)
#0C1403
(12,20,3)
#091003
(9,16,3)
#060C03
(6,12,3)
#030803
(3,8,3)
#000000
(0,0,0)

Tints of #213003

#213003
(33,48,3)
#354219
(53,66,25)
#49542F
(73,84,47)
#5D6645
(93,102,69)
#71785B
(113,120,91)
#858A71
(133,138,113)
#999C87
(153,156,135)
#ADAE9D
(173,174,157)
#C1C0B3
(193,192,179)
#D5D2C9
(213,210,201)
#E9E4DF
(233,228,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213003; }

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

This text font color is #213003.


Background Color

.myBgColor { background-color: #213003; }

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

This div background color is #213003.


Border color

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

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

This div border color is #213003.


Opacity

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

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

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

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

This text has shadow with #213003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213003 on black background.


Color preview on white background

This text has color #213003 on white background.



Black color preview on #213003 background

This text has black color on #213003 background.


White color preview on #213003 background

This text has white color on #213003 background.