COLOR #03301D

HEX: #03301D
RGB: (3,48,29)

Color info

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

RGB color model

#03301D color RGB value is (3,48,29).

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

RGB channels and saturation

R 3 of 255 = 1%
G 48 of 255 = 19%
B 29 of 255 = 11%

3
48
29

R + G + B ~ 10%. #03301D is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 48 + 29 = 80 (100%)
R 3 of 80 ~ 3.75%
G 48 of 80 ~ 60%
B 29 of 80 ~ 36.25%

%60
%36.25

CMYK color model

#03301D color CMYK value is (94,0,40,81).

  • cyan value is 93.75%
  • magenta value is 0.00%
  • yellow value is 39.58%
  • key color value is 81.18%
CMYK:
(94,0,40,81)
C94M0Y40K81 
(94%,0%,40%,81%)
(0.94/0.00/0.40/0.81)	

CMYK percentages

%93.75
%0
%39.58
%81.18

Codes

Color #03301D in popluar color models

03301D
RGB34829
HSL155°88.24%10.00%
HSB/HSV155°93.75%18.82%
CMYK93.75%0.00%39.58%
81.18%

Color #03301D in popluar number systems.

HEX03301D
Decimal34829
Binary1111000011101
Octal36035

Shades and tints

Shades of #03301D

#03301D
(3,48,29)
#032C1B
(3,44,27)
#032819
(3,40,25)
#032417
(3,36,23)
#032015
(3,32,21)
#031C13
(3,28,19)
#031811
(3,24,17)
#03140F
(3,20,15)
#03100D
(3,16,13)
#030C0B
(3,12,11)
#030809
(3,8,9)
#000000
(0,0,0)

Tints of #03301D

#03301D
(3,48,29)
#194231
(25,66,49)
#2F5445
(47,84,69)
#456659
(69,102,89)
#5B786D
(91,120,109)
#718A81
(113,138,129)
#879C95
(135,156,149)
#9DAEA9
(157,174,169)
#B3C0BD
(179,192,189)
#C9D2D1
(201,210,209)
#DFE4E5
(223,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03301D; }

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

This text font color is #03301D.


Background Color

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

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

This div background color is #03301D.


Border color

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

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

This div border color is #03301D.


Opacity

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

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

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

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

This text has shadow with #03301D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03301D on black background.


Color preview on white background

This text has color #03301D on white background.



Black color preview on #03301D background

This text has black color on #03301D background.


White color preview on #03301D background

This text has white color on #03301D background.