COLOR #332628

HEX: #332628
RGB: (51,38,40)

Color info

#332628 contains red, green and blue colors in about the same proportion. Web safe color of #332628 is #333333 (or #333).

RGB color model

#332628 color RGB value is (51,38,40).

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

RGB channels and saturation

R 51 of 255 = 20%
G 38 of 255 = 15%
B 40 of 255 = 16%

51
38
40

R + G + B ~ 17%. #332628 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 38 + 40 = 129 (100%)
R 51 of 129 ~ 39.53%
G 38 of 129 ~ 29.46%
B 40 of 129 ~ 31.01%

%39.53
%29.46
%31.01

CMYK color model

#332628 color CMYK value is (0,25,22,80).

  • cyan value is 0.00%
  • magenta value is 25.49%
  • yellow value is 21.57%
  • key color value is 80.00%
CMYK:
(0,25,22,80)
C0M25Y22K80 
(0%,25%,22%,80%)
(0.00/0.25/0.22/0.80)	

CMYK percentages

%0
%25.49
%21.57
%80

Codes

Color #332628 in popluar color models

332628
RGB513840
HSL351°14.61%17.45%
HSB/HSV351°25.49%20.00%
CMYK0.00%25.49%21.57%
80.00%

Color #332628 in popluar number systems.

HEX332628
Decimal513840
Binary110011100110101000
Octal634650

Shades and tints

Shades of #332628

#332628
(51,38,40)
#2F2325
(47,35,37)
#2B2022
(43,32,34)
#271D1F
(39,29,31)
#231A1C
(35,26,28)
#1F1719
(31,23,25)
#1B1416
(27,20,22)
#171113
(23,17,19)
#130E10
(19,14,16)
#0F0B0D
(15,11,13)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #332628

#332628
(51,38,40)
#45393B
(69,57,59)
#574C4E
(87,76,78)
#695F61
(105,95,97)
#7B7274
(123,114,116)
#8D8587
(141,133,135)
#9F989A
(159,152,154)
#B1ABAD
(177,171,173)
#C3BEC0
(195,190,192)
#D5D1D3
(213,209,211)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332628; }

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

This text font color is #332628.


Background Color

.myBgColor { background-color: #332628; }

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

This div background color is #332628.


Border color

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

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

This div border color is #332628.


Opacity

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

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

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

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

This text has shadow with #332628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332628 on black background.


Color preview on white background

This text has color #332628 on white background.



Black color preview on #332628 background

This text has black color on #332628 background.


White color preview on #332628 background

This text has white color on #332628 background.