COLOR #332525

HEX: #332525 RGB: (51,37,37)

Color info

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

RGB color model

#332525 color RGB value is (51,37,37).

RGB: (51,37,37) (20%, 15%, 15%)

RGB channels and saturation

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

51
37
37

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

Portions of RGB colors in percentages

R + G + B = 51 + 37 + 37 = 125 (100%)
R 51 of 125 ~ 40.8%
G 37 of 125 ~ 29.6%
B 37 of 125 ~ 29.6'%

%40.8
%29.6
%29.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 27.45%
  • key color value is 80.00%

CMYK: (0,27,27,80)
C0M27Y27K80 (0%, 27%, 27%, 80%)
(0.00 / 0.27 / 0.27 / 0.80)

CMYK percentages

%0
%27.45
%27.45
%80

Codes

Color #332525 in popluar color models

33 25 25
RGB 51 37 37
HSL 15.91% 17.25%
HSB/HSV 27.45% 20.00%
CMYK 0.00% 27.45% 27.45%
80.00%

Color #332525 in popluar number systems.

HEX 33 25 25
Decimal 51 37 37
Binary 110011 100101 100101
Octal 63 45 45

Shades and tints

Shades of #332525

#332525
(51,37,37)
#2F2222
(47,34,34)
#2B1F1F
(43,31,31)
#271C1C
(39,28,28)
#231919
(35,25,25)
#1F1616
(31,22,22)
#1B1313
(27,19,19)
#171010
(23,16,16)
#130D0D
(19,13,13)
#0F0A0A
(15,10,10)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #332525

#332525
(51,37,37)
#453838
(69,56,56)
#574B4B
(87,75,75)
#695E5E
(105,94,94)
#7B7171
(123,113,113)
#8D8484
(141,132,132)
#9F9797
(159,151,151)
#B1AAAA
(177,170,170)
#C3BDBD
(195,189,189)
#D5D0D0
(213,208,208)
#E7E3E3
(231,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332525; }

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

This text font color is #332525.

Background Color

.myBgColor { background-color: #332525; }

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

This div background color is #332525.

Border color

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

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

This div border color is #332525.

Opacity

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

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

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

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

This text has shadow with #332525 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #332525.

Preview

Color preview on black background

This text has color #332525 on black background.


Color preview on white background

This text has color #332525 on white background.


Black color preview on #332525 background

This text has black color on #332525 background.


White color preview on #332525 background

This text has white color on #332525 background.


Related colors

Complementary color

Complementary color for #hex is #CCDADA.


I love getcolorcode.com