COLOR #033009

HEX: #033009
RGB: (3,48,9)

Color info

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

RGB color model

#033009 color RGB value is (3,48,9).

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

RGB channels and saturation

R 3 of 255 = 1%
G 48 of 255 = 19%
B 9 of 255 = 4%

3
48
9

R + G + B ~ 8%. #033009 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 48 + 9 = 60 (100%)
R 3 of 60 ~ 5%
G 48 of 60 ~ 80%
B 9 of 60 ~ 15%

%80
%15

CMYK color model

#033009 color CMYK value is (94,0,81,81).

  • cyan value is 93.75%
  • magenta value is 0.00%
  • yellow value is 81.25%
  • key color value is 81.18%
CMYK:
(94,0,81,81)
C94M0Y81K81 
(94%,0%,81%,81%)
(0.94/0.00/0.81/0.81)	

CMYK percentages

%93.75
%0
%81.25
%81.18

Codes

Color #033009 in popluar color models

033009
RGB3489
HSL128°88.24%10.00%
HSB/HSV128°93.75%18.82%
CMYK93.75%0.00%81.25%
81.18%

Color #033009 in popluar number systems.

HEX033009
Decimal3489
Binary111100001001
Octal36011

Shades and tints

Shades of #033009

#033009
(3,48,9)
#032C09
(3,44,9)
#032809
(3,40,9)
#032409
(3,36,9)
#032009
(3,32,9)
#031C09
(3,28,9)
#031809
(3,24,9)
#031409
(3,20,9)
#031009
(3,16,9)
#030C09
(3,12,9)
#030809
(3,8,9)
#000000
(0,0,0)

Tints of #033009

#033009
(3,48,9)
#19421F
(25,66,31)
#2F5435
(47,84,53)
#45664B
(69,102,75)
#5B7861
(91,120,97)
#718A77
(113,138,119)
#879C8D
(135,156,141)
#9DAEA3
(157,174,163)
#B3C0B9
(179,192,185)
#C9D2CF
(201,210,207)
#DFE4E5
(223,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #033009; }

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

This text font color is #033009.


Background Color

.myBgColor { background-color: #033009; }

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

This div background color is #033009.


Border color

.myBorderColor { border: 1px solid #033009; }

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

This div border color is #033009.


Opacity

.myOpacity80 { color: #033009; opacity: 0.8; }

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

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

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

This text has shadow with #033009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #033009 on black background.


Color preview on white background

This text has color #033009 on white background.



Black color preview on #033009 background

This text has black color on #033009 background.


White color preview on #033009 background

This text has white color on #033009 background.