COLOR #03321B

HEX: #03321B
RGB: (3,50,27)

Color info

#03321B contains red, green and blue colors in about the same proportion. Web safe color of #03321B is #003333 (or #033).

RGB color model

#03321B color RGB value is (3,50,27).

  • red value is 3;
  • green value is 50;
  • blue value is 27.
RGB:
(3,50,27)
(1%,20%,11%)

RGB channels and saturation

R 3 of 255 = 1%
G 50 of 255 = 20%
B 27 of 255 = 11%

3
50
27

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

Portions of RGB colors in percentages

R + G + B =
3 + 50 + 27 = 80 (100%)
R 3 of 80 ~ 3.75%
G 50 of 80 ~ 62.5%
B 27 of 80 ~ 33.75%

%62.5
%33.75

CMYK color model

#03321B color CMYK value is (94,0,46,80).

  • cyan value is 94.00%
  • magenta value is 0.00%
  • yellow value is 46.00%
  • key color value is 80.39%
CMYK:
(94,0,46,80)
C94M0Y46K80 
(94%,0%,46%,80%)
(0.94/0.00/0.46/0.80)	

CMYK percentages

%94
%0
%46
%80.39

Codes

Color #03321B in popluar color models

03321B
RGB35027
HSL151°88.68%10.39%
HSB/HSV151°94.00%19.61%
CMYK94.00%0.00%46.00%
80.39%

Color #03321B in popluar number systems.

HEX03321B
Decimal35027
Binary1111001011011
Octal36233

Shades and tints

Shades of #03321B

#03321B
(3,50,27)
#032E19
(3,46,25)
#032A17
(3,42,23)
#032615
(3,38,21)
#032213
(3,34,19)
#031E11
(3,30,17)
#031A0F
(3,26,15)
#03160D
(3,22,13)
#03120B
(3,18,11)
#030E09
(3,14,9)
#030A07
(3,10,7)
#000000
(0,0,0)

Tints of #03321B

#03321B
(3,50,27)
#19442F
(25,68,47)
#2F5643
(47,86,67)
#456857
(69,104,87)
#5B7A6B
(91,122,107)
#718C7F
(113,140,127)
#879E93
(135,158,147)
#9DB0A7
(157,176,167)
#B3C2BB
(179,194,187)
#C9D4CF
(201,212,207)
#DFE6E3
(223,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03321B color. Also use rgb(3,50,27) instead hex code.

Text Font Color

.myTextColor { color: #03321B; }

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

This text font color is #03321B.


Background Color

.myBgColor { background-color: #03321B; }

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

This div background color is #03321B.


Border color

.myBorderColor { border: 1px solid #03321B; }

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

This div border color is #03321B.


Opacity

.myOpacity80 { color: #03321B; opacity: 0.8; }

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

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

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

This text has shadow with #03321B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03321B on black background.


Color preview on white background

This text has color #03321B on white background.



Black color preview on #03321B background

This text has black color on #03321B background.


White color preview on #03321B background

This text has white color on #03321B background.