COLOR #332E27

HEX: #332E27
RGB: (51,46,39)

Color info

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

RGB color model

#332E27 color RGB value is (51,46,39).

  • red value is 51;
  • green value is 46;
  • blue value is 39.
RGB:
(51,46,39)
(20%,18%,15%)

RGB channels and saturation

R 51 of 255 = 20%
G 46 of 255 = 18%
B 39 of 255 = 15%

51
46
39

R + G + B ~ 18%. #332E27 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 46 + 39 = 136 (100%)
R 51 of 136 ~ 37.5%
G 46 of 136 ~ 33.82%
B 39 of 136 ~ 28.68%

%37.5
%33.82
%28.68

CMYK color model

#332E27 color CMYK value is (0,10,24,80).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 23.53%
  • key color value is 80.00%
CMYK:
(0,10,24,80)
C0M10Y24K80 
(0%,10%,24%,80%)
(0.00/0.10/0.24/0.80)	

CMYK percentages

%0
%9.8
%23.53
%80

Codes

Color #332E27 in popluar color models

332E27
RGB514639
HSL35°13.33%17.65%
HSB/HSV35°23.53%20.00%
CMYK0.00%9.80%23.53%
80.00%

Color #332E27 in popluar number systems.

HEX332E27
Decimal514639
Binary110011101110100111
Octal635647

Shades and tints

Shades of #332E27

#332E27
(51,46,39)
#2F2A24
(47,42,36)
#2B2621
(43,38,33)
#27221E
(39,34,30)
#231E1B
(35,30,27)
#1F1A18
(31,26,24)
#1B1615
(27,22,21)
#171212
(23,18,18)
#130E0F
(19,14,15)
#0F0A0C
(15,10,12)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #332E27

#332E27
(51,46,39)
#45413A
(69,65,58)
#57544D
(87,84,77)
#696760
(105,103,96)
#7B7A73
(123,122,115)
#8D8D86
(141,141,134)
#9FA099
(159,160,153)
#B1B3AC
(177,179,172)
#C3C6BF
(195,198,191)
#D5D9D2
(213,217,210)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332E27 color. Also use rgb(51,46,39) instead hex code.

Text Font Color

.myTextColor { color: #332E27; }

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

This text font color is #332E27.


Background Color

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

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

This div background color is #332E27.


Border color

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

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

This div border color is #332E27.


Opacity

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

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

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

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

This text has shadow with #332E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332E27 on black background.


Color preview on white background

This text has color #332E27 on white background.



Black color preview on #332E27 background

This text has black color on #332E27 background.


White color preview on #332E27 background

This text has white color on #332E27 background.