COLOR #332C30

HEX: #332C30
RGB: (51,44,48)

Color info

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

RGB color model

#332C30 color RGB value is (51,44,48).

  • red value is 51;
  • green value is 44;
  • blue value is 48.
RGB:
(51,44,48)
(20%,17%,19%)

RGB channels and saturation

R 51 of 255 = 20%
G 44 of 255 = 17%
B 48 of 255 = 19%

51
44
48

R + G + B ~ 19%. #332C30 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 44 + 48 = 143 (100%)
R 51 of 143 ~ 35.66%
G 44 of 143 ~ 30.77%
B 48 of 143 ~ 33.57%

%35.66
%30.77
%33.57

CMYK color model

#332C30 color CMYK value is (0,14,6,80).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 5.88%
  • key color value is 80.00%
CMYK:
(0,14,6,80)
C0M14Y6K80 
(0%,14%,6%,80%)
(0.00/0.14/0.06/0.80)	

CMYK percentages

%0
%13.73
%5.88
%80

Codes

Color #332C30 in popluar color models

332C30
RGB514448
HSL326°7.37%18.63%
HSB/HSV326°13.73%20.00%
CMYK0.00%13.73%5.88%
80.00%

Color #332C30 in popluar number systems.

HEX332C30
Decimal514448
Binary110011101100110000
Octal635460

Shades and tints

Shades of #332C30

#332C30
(51,44,48)
#2F282C
(47,40,44)
#2B2428
(43,36,40)
#272024
(39,32,36)
#231C20
(35,28,32)
#1F181C
(31,24,28)
#1B1418
(27,20,24)
#171014
(23,16,20)
#130C10
(19,12,16)
#0F080C
(15,8,12)
#0B0408
(11,4,8)
#000000
(0,0,0)

Tints of #332C30

#332C30
(51,44,48)
#453F42
(69,63,66)
#575254
(87,82,84)
#696566
(105,101,102)
#7B7878
(123,120,120)
#8D8B8A
(141,139,138)
#9F9E9C
(159,158,156)
#B1B1AE
(177,177,174)
#C3C4C0
(195,196,192)
#D5D7D2
(213,215,210)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332C30 color. Also use rgb(51,44,48) instead hex code.

Text Font Color

.myTextColor { color: #332C30; }

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

This text font color is #332C30.


Background Color

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

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

This div background color is #332C30.


Border color

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

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

This div border color is #332C30.


Opacity

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

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

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

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

This text has shadow with #332C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332C30 on black background.


Color preview on white background

This text has color #332C30 on white background.



Black color preview on #332C30 background

This text has black color on #332C30 background.


White color preview on #332C30 background

This text has white color on #332C30 background.