COLOR #213004

HEX: #213004
RGB: (33,48,4)

Color info

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

RGB color model

#213004 color RGB value is (33,48,4).

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

RGB channels and saturation

R 33 of 255 = 13%
G 48 of 255 = 19%
B 4 of 255 = 2%

33
48
4

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

Portions of RGB colors in percentages

R + G + B =
33 + 48 + 4 = 85 (100%)
R 33 of 85 ~ 38.82%
G 48 of 85 ~ 56.47%
B 4 of 85 ~ 4.71%

%38.82
%56.47

CMYK color model

#213004 color CMYK value is (31,0,92,81).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 91.67%
  • key color value is 81.18%
CMYK:
(31,0,92,81)
C31M0Y92K81 
(31%,0%,92%,81%)
(0.31/0.00/0.92/0.81)	

CMYK percentages

%31.25
%0
%91.67
%81.18

Codes

Color #213004 in popluar color models

213004
RGB33484
HSL80°84.62%10.20%
HSB/HSV80°91.67%18.82%
CMYK31.25%0.00%91.67%
81.18%

Color #213004 in popluar number systems.

HEX213004
Decimal33484
Binary100001110000100
Octal41604

Shades and tints

Shades of #213004

#213004
(33,48,4)
#1E2C04
(30,44,4)
#1B2804
(27,40,4)
#182404
(24,36,4)
#152004
(21,32,4)
#121C04
(18,28,4)
#0F1804
(15,24,4)
#0C1404
(12,20,4)
#091004
(9,16,4)
#060C04
(6,12,4)
#030804
(3,8,4)
#000000
(0,0,0)

Tints of #213004

#213004
(33,48,4)
#35421A
(53,66,26)
#495430
(73,84,48)
#5D6646
(93,102,70)
#71785C
(113,120,92)
#858A72
(133,138,114)
#999C88
(153,156,136)
#ADAE9E
(173,174,158)
#C1C0B4
(193,192,180)
#D5D2CA
(213,210,202)
#E9E4E0
(233,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #213004; }

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

This text font color is #213004.


Background Color

.myBgColor { background-color: #213004; }

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

This div background color is #213004.


Border color

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

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

This div border color is #213004.


Opacity

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

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

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

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

This text has shadow with #213004 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #213004 on black background.


Color preview on white background

This text has color #213004 on white background.



Black color preview on #213004 background

This text has black color on #213004 background.


White color preview on #213004 background

This text has white color on #213004 background.