COLOR #033609

HEX: #033609 RGB: (3,54,9)

Color info

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

RGB color model

#033609 color RGB value is (3,54,9).

RGB: (3,54,9) (1%, 21%, 4%)

RGB channels and saturation

R 3 of 255 = 1%
G 54 of 255 = 21%
B 9 of 255 = 4%

3
54
9

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

Portions of RGB colors in percentages

R + G + B = 3 + 54 + 9 = 66 (100%)
R 3 of 66 ~ 4.55%
G 54 of 66 ~ 81.82%
B 9 of 66 ~ 13.64'%

%81.82
%13.64

CMYK color model

#033609 color CMYK value is (94,0,83,79).

  • cyan value is 94.44%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 78.82%

CMYK: (94,0,83,79)
C94M0Y83K79 (94%, 0%, 83%, 79%)
(0.94 / 0.00 / 0.83 / 0.79)

CMYK percentages

%94.44
%0
%83.33
%78.82

Codes

Color #033609 in popluar color models

03 36 09
RGB 3 54 9
HSL 127° 89.47% 11.18%
HSB/HSV 127° 94.44% 21.18%
CMYK 94.44% 0.00% 83.33%
78.82%

Color #033609 in popluar number systems.

HEX 03 36 09
Decimal 3 54 9
Binary 11 110110 1001
Octal 3 66 11

Shades and tints

Shades of #033609

#033609
(3,54,9)
#033209
(3,50,9)
#032E09
(3,46,9)
#032A09
(3,42,9)
#032609
(3,38,9)
#032209
(3,34,9)
#031E09
(3,30,9)
#031A09
(3,26,9)
#031609
(3,22,9)
#031209
(3,18,9)
#030E09
(3,14,9)
#000000
(0,0,0)

Tints of #033609

#033609
(3,54,9)
#19481F
(25,72,31)
#2F5A35
(47,90,53)
#456C4B
(69,108,75)
#5B7E61
(91,126,97)
#719077
(113,144,119)
#87A28D
(135,162,141)
#9DB4A3
(157,180,163)
#B3C6B9
(179,198,185)
#C9D8CF
(201,216,207)
#DFEAE5
(223,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #033609; }

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

This text font color is #033609.

Background Color

.myBgColor { background-color: #033609; }

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

This div background color is #033609.

Border color

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

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

This div border color is #033609.

Opacity

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

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

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

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

This text has shadow with #033609 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #033609.

Preview

Color preview on black background

This text has color #033609 on black background.


Color preview on white background

This text has color #033609 on white background.


Black color preview on #033609 background

This text has black color on #033609 background.


White color preview on #033609 background

This text has white color on #033609 background.


Related colors

Complementary color

Complementary color for #hex is #FCC9F6.


I love getcolorcode.com

Triadic colors

1 #090336 and #360903 with #033609 are triadic colors.

2 #093603 and #360309 with #033609 are triadic colors.