COLOR #03330D

HEX: #03330D
RGB: (3,51,13)

Color info

#03330D contains red, green and blue colors in about the same proportion. Web safe color of #03330D is #003300 (or #030).

RGB color model

#03330D color RGB value is (3,51,13).

  • red value is 3;
  • green value is 51;
  • blue value is 13.
RGB:
(3,51,13)
(1%,20%,5%)

RGB channels and saturation

R 3 of 255 = 1%
G 51 of 255 = 20%
B 13 of 255 = 5%

3
51
13

R + G + B ~ 9%. #03330D is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 51 + 13 = 67 (100%)
R 3 of 67 ~ 4.48%
G 51 of 67 ~ 76.12%
B 13 of 67 ~ 19.4%

%76.12
%19.4

CMYK color model

#03330D color CMYK value is (94,0,75,80).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 74.51%
  • key color value is 80.00%
CMYK:
(94,0,75,80)
C94M0Y75K80 
(94%,0%,75%,80%)
(0.94/0.00/0.75/0.80)	

CMYK percentages

%94.12
%0
%74.51
%80

Codes

Color #03330D in popluar color models

03330D
RGB35113
HSL133°88.89%10.59%
HSB/HSV133°94.12%20.00%
CMYK94.12%0.00%74.51%
80.00%

Color #03330D in popluar number systems.

HEX03330D
Decimal35113
Binary111100111101
Octal36315

Shades and tints

Shades of #03330D

#03330D
(3,51,13)
#032F0C
(3,47,12)
#032B0B
(3,43,11)
#03270A
(3,39,10)
#032309
(3,35,9)
#031F08
(3,31,8)
#031B07
(3,27,7)
#031706
(3,23,6)
#031305
(3,19,5)
#030F04
(3,15,4)
#030B03
(3,11,3)
#000000
(0,0,0)

Tints of #03330D

#03330D
(3,51,13)
#194523
(25,69,35)
#2F5739
(47,87,57)
#45694F
(69,105,79)
#5B7B65
(91,123,101)
#718D7B
(113,141,123)
#879F91
(135,159,145)
#9DB1A7
(157,177,167)
#B3C3BD
(179,195,189)
#C9D5D3
(201,213,211)
#DFE7E9
(223,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03330D color. Also use rgb(3,51,13) instead hex code.

Text Font Color

.myTextColor { color: #03330D; }

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

This text font color is #03330D.


Background Color

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

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

This div background color is #03330D.


Border color

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

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

This div border color is #03330D.


Opacity

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

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

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

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

This text has shadow with #03330D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03330D on black background.


Color preview on white background

This text has color #03330D on white background.



Black color preview on #03330D background

This text has black color on #03330D background.


White color preview on #03330D background

This text has white color on #03330D background.