COLOR #332F09

HEX: #332F09 RGB: (51,47,9)

Color info

#332F09 contains red, green and blue colors in about the same proportion. Web safe color of #332F09 is #333300 (or #330).

RGB color model

#332F09 color RGB value is (51,47,9).

RGB: (51,47,9) (20%, 18%, 4%)

RGB channels and saturation

R 51 of 255 = 20%
G 47 of 255 = 18%
B 9 of 255 = 4%

51
47
9

R + G + B ~ 14%. #332F09 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 47 + 9 = 107 (100%)
R 51 of 107 ~ 47.66%
G 47 of 107 ~ 43.93%
B 9 of 107 ~ 8.41'%

%47.66
%43.93

CMYK color model

#332F09 color CMYK value is (0,8,82,80).

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 82.35%
  • key color value is 80.00%

CMYK: (0,8,82,80)
C0M8Y82K80 (0%, 8%, 82%, 80%)
(0.00 / 0.08 / 0.82 / 0.80)

CMYK percentages

%0
%7.84
%82.35
%80

Codes

Color #332F09 in popluar color models

33 2F 09
RGB 51 47 9
HSL 54° 70.00% 11.76%
HSB/HSV 54° 82.35% 20.00%
CMYK 0.00% 7.84% 82.35%
80.00%

Color #332F09 in popluar number systems.

HEX 33 2F 09
Decimal 51 47 9
Binary 110011 101111 1001
Octal 63 57 11

Shades and tints

Shades of #332F09

#332F09
(51,47,9)
#2F2B09
(47,43,9)
#2B2709
(43,39,9)
#272309
(39,35,9)
#231F09
(35,31,9)
#1F1B09
(31,27,9)
#1B1709
(27,23,9)
#171309
(23,19,9)
#130F09
(19,15,9)
#0F0B09
(15,11,9)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #332F09

#332F09
(51,47,9)
#45411F
(69,65,31)
#575335
(87,83,53)
#69654B
(105,101,75)
#7B7761
(123,119,97)
#8D8977
(141,137,119)
#9F9B8D
(159,155,141)
#B1ADA3
(177,173,163)
#C3BFB9
(195,191,185)
#D5D1CF
(213,209,207)
#E7E3E5
(231,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332F09 color. Also use rgb(51,47,9) instead hex code.

Text Font Color

.myTextColor { color: #332F09; }

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

This text font color is #332F09.

Background Color

.myBgColor { background-color: #332F09; }

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

This div background color is #332F09.

Border color

.myBorderColor { border: 1px solid #332F09; }

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

This div border color is #332F09.

Opacity

.myOpacity80 { color: #332F09; opacity: 0.8; }

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

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

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

This text has shadow with #332F09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #332F09.

Preview

Color preview on black background

This text has color #332F09 on black background.


Color preview on white background

This text has color #332F09 on white background.


Black color preview on #332F09 background

This text has black color on #332F09 background.


White color preview on #332F09 background

This text has white color on #332F09 background.


Related colors

Complementary color

Complementary color for #hex is #CCD0F6.


I love getcolorcode.com

Triadic colors

1 #09332F and #2F0933 with #332F09 are triadic colors.

2 #092F33 and #2F3309 with #332F09 are triadic colors.