COLOR #332830

HEX: #332830
RGB: (51,40,48)

Color info

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

RGB color model

#332830 color RGB value is (51,40,48).

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

RGB channels and saturation

R 51 of 255 = 20%
G 40 of 255 = 16%
B 48 of 255 = 19%

51
40
48

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

Portions of RGB colors in percentages

R + G + B =
51 + 40 + 48 = 139 (100%)
R 51 of 139 ~ 36.69%
G 40 of 139 ~ 28.78%
B 48 of 139 ~ 34.53%

%36.69
%28.78
%34.53

CMYK color model

#332830 color CMYK value is (0,22,6,80).

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 5.88%
  • key color value is 80.00%
CMYK:
(0,22,6,80)
C0M22Y6K80 
(0%,22%,6%,80%)
(0.00/0.22/0.06/0.80)	

CMYK percentages

%0
%21.57
%5.88
%80

Codes

Color #332830 in popluar color models

332830
RGB514048
HSL316°12.09%17.84%
HSB/HSV316°21.57%20.00%
CMYK0.00%21.57%5.88%
80.00%

Color #332830 in popluar number systems.

HEX332830
Decimal514048
Binary110011101000110000
Octal635060

Shades and tints

Shades of #332830

#332830
(51,40,48)
#2F252C
(47,37,44)
#2B2228
(43,34,40)
#271F24
(39,31,36)
#231C20
(35,28,32)
#1F191C
(31,25,28)
#1B1618
(27,22,24)
#171314
(23,19,20)
#131010
(19,16,16)
#0F0D0C
(15,13,12)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #332830

#332830
(51,40,48)
#453B42
(69,59,66)
#574E54
(87,78,84)
#696166
(105,97,102)
#7B7478
(123,116,120)
#8D878A
(141,135,138)
#9F9A9C
(159,154,156)
#B1ADAE
(177,173,174)
#C3C0C0
(195,192,192)
#D5D3D2
(213,211,210)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332830; }

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

This text font color is #332830.


Background Color

.myBgColor { background-color: #332830; }

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

This div background color is #332830.


Border color

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

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

This div border color is #332830.


Opacity

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

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

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

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

This text has shadow with #332830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332830 on black background.


Color preview on white background

This text has color #332830 on white background.



Black color preview on #332830 background

This text has black color on #332830 background.


White color preview on #332830 background

This text has white color on #332830 background.