COLOR #03371D

HEX: #03371D
RGB: (3,55,29)

Color info

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

RGB color model

#03371D color RGB value is (3,55,29).

  • red value is 3;
  • green value is 55;
  • blue value is 29.
RGB:
(3,55,29)
(1%,22%,11%)

RGB channels and saturation

R 3 of 255 = 1%
G 55 of 255 = 22%
B 29 of 255 = 11%

3
55
29

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

Portions of RGB colors in percentages

R + G + B =
3 + 55 + 29 = 87 (100%)
R 3 of 87 ~ 3.45%
G 55 of 87 ~ 63.22%
B 29 of 87 ~ 33.33%

%63.22
%33.33

CMYK color model

#03371D color CMYK value is (95,0,47,78).

  • cyan value is 94.55%
  • magenta value is 0.00%
  • yellow value is 47.27%
  • key color value is 78.43%
CMYK:
(95,0,47,78)
C95M0Y47K78 
(95%,0%,47%,78%)
(0.95/0.00/0.47/0.78)	

CMYK percentages

%94.55
%0
%47.27
%78.43

Codes

Color #03371D in popluar color models

03371D
RGB35529
HSL150°89.66%11.37%
HSB/HSV150°94.55%21.57%
CMYK94.55%0.00%47.27%
78.43%

Color #03371D in popluar number systems.

HEX03371D
Decimal35529
Binary1111011111101
Octal36735

Shades and tints

Shades of #03371D

#03371D
(3,55,29)
#03321B
(3,50,27)
#032D19
(3,45,25)
#032817
(3,40,23)
#032315
(3,35,21)
#031E13
(3,30,19)
#031911
(3,25,17)
#03140F
(3,20,15)
#030F0D
(3,15,13)
#030A0B
(3,10,11)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #03371D

#03371D
(3,55,29)
#194931
(25,73,49)
#2F5B45
(47,91,69)
#456D59
(69,109,89)
#5B7F6D
(91,127,109)
#719181
(113,145,129)
#87A395
(135,163,149)
#9DB5A9
(157,181,169)
#B3C7BD
(179,199,189)
#C9D9D1
(201,217,209)
#DFEBE5
(223,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03371D color. Also use rgb(3,55,29) instead hex code.

Text Font Color

.myTextColor { color: #03371D; }

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

This text font color is #03371D.


Background Color

.myBgColor { background-color: #03371D; }

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

This div background color is #03371D.


Border color

.myBorderColor { border: 1px solid #03371D; }

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

This div border color is #03371D.


Opacity

.myOpacity80 { color: #03371D; opacity: 0.8; }

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

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

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

This text has shadow with #03371D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03371D on black background.


Color preview on white background

This text has color #03371D on white background.



Black color preview on #03371D background

This text has black color on #03371D background.


White color preview on #03371D background

This text has white color on #03371D background.