COLOR #03331E

HEX: #03331E RGB: (3,51,30)

Color info

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

RGB color model

#03331E color RGB value is (3,51,30).

RGB: (3,51,30) (1%, 20%, 12%)

RGB channels and saturation

R 3 of 255 = 1%
G 51 of 255 = 20%
B 30 of 255 = 12%

3
51
30

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

Portions of RGB colors in percentages

R + G + B = 3 + 51 + 30 = 84 (100%)
R 3 of 84 ~ 3.57%
G 51 of 84 ~ 60.71%
B 30 of 84 ~ 35.71'%

%60.71
%35.71

CMYK color model

#03331E color CMYK value is (94,0,41,80).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 80.00%

CMYK: (94,0,41,80)
C94M0Y41K80 (94%, 0%, 41%, 80%)
(0.94 / 0.00 / 0.41 / 0.80)

CMYK percentages

%94.12
%0
%41.18
%80

Codes

Color #03331E in popluar color models

03 33 1E
RGB 3 51 30
HSL 154° 88.89% 10.59%
HSB/HSV 154° 94.12% 20.00%
CMYK 94.12% 0.00% 41.18%
80.00%

Color #03331E in popluar number systems.

HEX 03 33 1E
Decimal 3 51 30
Binary 11 110011 11110
Octal 3 63 36

Shades and tints

Shades of #03331E

#03331E
(3,51,30)
#032F1C
(3,47,28)
#032B1A
(3,43,26)
#032718
(3,39,24)
#032316
(3,35,22)
#031F14
(3,31,20)
#031B12
(3,27,18)
#031710
(3,23,16)
#03130E
(3,19,14)
#030F0C
(3,15,12)
#030B0A
(3,11,10)
#000000
(0,0,0)

Tints of #03331E

#03331E
(3,51,30)
#194532
(25,69,50)
#2F5746
(47,87,70)
#45695A
(69,105,90)
#5B7B6E
(91,123,110)
#718D82
(113,141,130)
#879F96
(135,159,150)
#9DB1AA
(157,177,170)
#B3C3BE
(179,195,190)
#C9D5D2
(201,213,210)
#DFE7E6
(223,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03331E color. Also use rgb(3,51,30) instead hex code.

Text Font Color

.myTextColor { color: #03331E; }

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

This text font color is #03331E.

Background Color

.myBgColor { background-color: #03331E; }

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

This div background color is #03331E.

Border color

.myBorderColor { border: 1px solid #03331E; }

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

This div border color is #03331E.

Opacity

.myOpacity80 { color: #03331E; opacity: 0.8; }

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

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

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

This text has shadow with #03331E color.


.textShadow {text-shadow: 3px 3px 1px #03331E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #03331E; -webkit-box-shadow: 1px 1px 3px 2px #03331E; box-shadow:1px 1px 3px 2px #03331E;">
Div content here
</div>

This div box has shadow with color #03331E.

Preview

Color preview on black background

This text has color #03331E on black background.


Color preview on white background

This text has color #03331E on white background.


Black color preview on #03331E background

This text has black color on #03331E background.


White color preview on #03331E background

This text has white color on #03331E background.


Related colors

Complementary color

Complementary color for #hex is #FCCCE1.


I love getcolorcode.com

Triadic colors

1 #1E0333 and #331E03 with #03331E are triadic colors.

2 #1E3303 and #33031E with #03331E are triadic colors.