COLOR #332315

HEX: #332315
RGB: (51,35,21)

Color info

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

RGB color model

#332315 color RGB value is (51,35,21).

  • red value is 51;
  • green value is 35;
  • blue value is 21.
RGB:
(51,35,21)
(20%,14%,8%)

RGB channels and saturation

R 51 of 255 = 20%
G 35 of 255 = 14%
B 21 of 255 = 8%

51
35
21

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

Portions of RGB colors in percentages

R + G + B =
51 + 35 + 21 = 107 (100%)
R 51 of 107 ~ 47.66%
G 35 of 107 ~ 32.71%
B 21 of 107 ~ 19.63%

%47.66
%32.71
%19.63

CMYK color model

#332315 color CMYK value is (0,31,59,80).

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 58.82%
  • key color value is 80.00%
CMYK:
(0,31,59,80)
C0M31Y59K80 
(0%,31%,59%,80%)
(0.00/0.31/0.59/0.80)	

CMYK percentages

%0
%31.37
%58.82
%80

Codes

Color #332315 in popluar color models

332315
RGB513521
HSL28°41.67%14.12%
HSB/HSV28°58.82%20.00%
CMYK0.00%31.37%58.82%
80.00%

Color #332315 in popluar number systems.

HEX332315
Decimal513521
Binary11001110001110101
Octal634325

Shades and tints

Shades of #332315

#332315
(51,35,21)
#2F2014
(47,32,20)
#2B1D13
(43,29,19)
#271A12
(39,26,18)
#231711
(35,23,17)
#1F1410
(31,20,16)
#1B110F
(27,17,15)
#170E0E
(23,14,14)
#130B0D
(19,11,13)
#0F080C
(15,8,12)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #332315

#332315
(51,35,21)
#45372A
(69,55,42)
#574B3F
(87,75,63)
#695F54
(105,95,84)
#7B7369
(123,115,105)
#8D877E
(141,135,126)
#9F9B93
(159,155,147)
#B1AFA8
(177,175,168)
#C3C3BD
(195,195,189)
#D5D7D2
(213,215,210)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332315 color. Also use rgb(51,35,21) instead hex code.

Text Font Color

.myTextColor { color: #332315; }

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

This text font color is #332315.


Background Color

.myBgColor { background-color: #332315; }

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

This div background color is #332315.


Border color

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

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

This div border color is #332315.


Opacity

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

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

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

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

This text has shadow with #332315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332315 on black background.


Color preview on white background

This text has color #332315 on white background.



Black color preview on #332315 background

This text has black color on #332315 background.


White color preview on #332315 background

This text has white color on #332315 background.