COLOR #332529

HEX: #332529
RGB: (51,37,41)

Color info

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

RGB color model

#332529 color RGB value is (51,37,41).

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

RGB channels and saturation

R 51 of 255 = 20%
G 37 of 255 = 15%
B 41 of 255 = 16%

51
37
41

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

Portions of RGB colors in percentages

R + G + B =
51 + 37 + 41 = 129 (100%)
R 51 of 129 ~ 39.53%
G 37 of 129 ~ 28.68%
B 41 of 129 ~ 31.78%

%39.53
%28.68
%31.78

CMYK color model

#332529 color CMYK value is (0,27,20,80).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 19.61%
  • key color value is 80.00%
CMYK:
(0,27,20,80)
C0M27Y20K80 
(0%,27%,20%,80%)
(0.00/0.27/0.20/0.80)	

CMYK percentages

%0
%27.45
%19.61
%80

Codes

Color #332529 in popluar color models

332529
RGB513741
HSL343°15.91%17.25%
HSB/HSV343°27.45%20.00%
CMYK0.00%27.45%19.61%
80.00%

Color #332529 in popluar number systems.

HEX332529
Decimal513741
Binary110011100101101001
Octal634551

Shades and tints

Shades of #332529

#332529
(51,37,41)
#2F2226
(47,34,38)
#2B1F23
(43,31,35)
#271C20
(39,28,32)
#23191D
(35,25,29)
#1F161A
(31,22,26)
#1B1317
(27,19,23)
#171014
(23,16,20)
#130D11
(19,13,17)
#0F0A0E
(15,10,14)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #332529

#332529
(51,37,41)
#45383C
(69,56,60)
#574B4F
(87,75,79)
#695E62
(105,94,98)
#7B7175
(123,113,117)
#8D8488
(141,132,136)
#9F979B
(159,151,155)
#B1AAAE
(177,170,174)
#C3BDC1
(195,189,193)
#D5D0D4
(213,208,212)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332529 color. Also use rgb(51,37,41) instead hex code.

Text Font Color

.myTextColor { color: #332529; }

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

This text font color is #332529.


Background Color

.myBgColor { background-color: #332529; }

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

This div background color is #332529.


Border color

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

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

This div border color is #332529.


Opacity

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

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

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

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

This text has shadow with #332529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332529 on black background.


Color preview on white background

This text has color #332529 on white background.



Black color preview on #332529 background

This text has black color on #332529 background.


White color preview on #332529 background

This text has white color on #332529 background.