COLOR #332619

HEX: #332619
RGB: (51,38,25)

Color info

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

RGB color model

#332619 color RGB value is (51,38,25).

  • red value is 51;
  • green value is 38;
  • blue value is 25.
RGB:
(51,38,25)
(20%,15%,10%)

RGB channels and saturation

R 51 of 255 = 20%
G 38 of 255 = 15%
B 25 of 255 = 10%

51
38
25

R + G + B ~ 15%. #332619 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 38 + 25 = 114 (100%)
R 51 of 114 ~ 44.74%
G 38 of 114 ~ 33.33%
B 25 of 114 ~ 21.93%

%44.74
%33.33
%21.93

CMYK color model

#332619 color CMYK value is (0,25,51,80).

  • cyan value is 0.00%
  • magenta value is 25.49%
  • yellow value is 50.98%
  • key color value is 80.00%
CMYK:
(0,25,51,80)
C0M25Y51K80 
(0%,25%,51%,80%)
(0.00/0.25/0.51/0.80)	

CMYK percentages

%0
%25.49
%50.98
%80

Codes

Color #332619 in popluar color models

332619
RGB513825
HSL30°34.21%14.90%
HSB/HSV30°50.98%20.00%
CMYK0.00%25.49%50.98%
80.00%

Color #332619 in popluar number systems.

HEX332619
Decimal513825
Binary11001110011011001
Octal634631

Shades and tints

Shades of #332619

#332619
(51,38,25)
#2F2317
(47,35,23)
#2B2015
(43,32,21)
#271D13
(39,29,19)
#231A11
(35,26,17)
#1F170F
(31,23,15)
#1B140D
(27,20,13)
#17110B
(23,17,11)
#130E09
(19,14,9)
#0F0B07
(15,11,7)
#0B0805
(11,8,5)
#000000
(0,0,0)

Tints of #332619

#332619
(51,38,25)
#45392D
(69,57,45)
#574C41
(87,76,65)
#695F55
(105,95,85)
#7B7269
(123,114,105)
#8D857D
(141,133,125)
#9F9891
(159,152,145)
#B1ABA5
(177,171,165)
#C3BEB9
(195,190,185)
#D5D1CD
(213,209,205)
#E7E4E1
(231,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332619 color. Also use rgb(51,38,25) instead hex code.

Text Font Color

.myTextColor { color: #332619; }

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

This text font color is #332619.


Background Color

.myBgColor { background-color: #332619; }

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

This div background color is #332619.


Border color

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

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

This div border color is #332619.


Opacity

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

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

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

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

This text has shadow with #332619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332619 on black background.


Color preview on white background

This text has color #332619 on white background.



Black color preview on #332619 background

This text has black color on #332619 background.


White color preview on #332619 background

This text has white color on #332619 background.