COLOR #332509

HEX: #332509
RGB: (51,37,9)

Color info

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

RGB color model

#332509 color RGB value is (51,37,9).

  • red value is 51;
  • green value is 37;
  • blue value is 9.
RGB:
(51,37,9)
(20%,15%,4%)

RGB channels and saturation

R 51 of 255 = 20%
G 37 of 255 = 15%
B 9 of 255 = 4%

51
37
9

R + G + B ~ 13%. #332509 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 37 + 9 = 97 (100%)
R 51 of 97 ~ 52.58%
G 37 of 97 ~ 38.14%
B 9 of 97 ~ 9.28%

%52.58
%38.14

CMYK color model

#332509 color CMYK value is (0,27,82,80).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 82.35%
  • key color value is 80.00%
CMYK:
(0,27,82,80)
C0M27Y82K80 
(0%,27%,82%,80%)
(0.00/0.27/0.82/0.80)	

CMYK percentages

%0
%27.45
%82.35
%80

Codes

Color #332509 in popluar color models

332509
RGB51379
HSL40°70.00%11.76%
HSB/HSV40°82.35%20.00%
CMYK0.00%27.45%82.35%
80.00%

Color #332509 in popluar number systems.

HEX332509
Decimal51379
Binary1100111001011001
Octal634511

Shades and tints

Shades of #332509

#332509
(51,37,9)
#2F2209
(47,34,9)
#2B1F09
(43,31,9)
#271C09
(39,28,9)
#231909
(35,25,9)
#1F1609
(31,22,9)
#1B1309
(27,19,9)
#171009
(23,16,9)
#130D09
(19,13,9)
#0F0A09
(15,10,9)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #332509

#332509
(51,37,9)
#45381F
(69,56,31)
#574B35
(87,75,53)
#695E4B
(105,94,75)
#7B7161
(123,113,97)
#8D8477
(141,132,119)
#9F978D
(159,151,141)
#B1AAA3
(177,170,163)
#C3BDB9
(195,189,185)
#D5D0CF
(213,208,207)
#E7E3E5
(231,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332509; }

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

This text font color is #332509.


Background Color

.myBgColor { background-color: #332509; }

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

This div background color is #332509.


Border color

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

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

This div border color is #332509.


Opacity

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

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

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

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

This text has shadow with #332509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332509 on black background.


Color preview on white background

This text has color #332509 on white background.



Black color preview on #332509 background

This text has black color on #332509 background.


White color preview on #332509 background

This text has white color on #332509 background.