COLOR #332D25

HEX: #332D25 RGB: (51,45,37)

Color info

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

RGB color model

#332D25 color RGB value is (51,45,37).

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

RGB channels and saturation

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

51
45
37

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

Portions of RGB colors in percentages

R + G + B = 51 + 45 + 37 = 133 (100%)
R 51 of 133 ~ 38.35%
G 45 of 133 ~ 33.83%
B 37 of 133 ~ 27.82'%

%38.35
%33.83
%27.82

CMYK color model

#332D25 color CMYK value is (0,12,27,80).

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

CMYK: (0,12,27,80)
C0M12Y27K80 (0%, 12%, 27%, 80%)
(0.00 / 0.12 / 0.27 / 0.80)

CMYK percentages

%0
%11.76
%27.45
%80

Codes

Color #332D25 in popluar color models

33 2D 25
RGB 51 45 37
HSL 34° 15.91% 17.25%
HSB/HSV 34° 27.45% 20.00%
CMYK 0.00% 11.76% 27.45%
80.00%

Color #332D25 in popluar number systems.

HEX 33 2D 25
Decimal 51 45 37
Binary 110011 101101 100101
Octal 63 55 45

Shades and tints

Shades of #332D25

#332D25
(51,45,37)
#2F2922
(47,41,34)
#2B251F
(43,37,31)
#27211C
(39,33,28)
#231D19
(35,29,25)
#1F1916
(31,25,22)
#1B1513
(27,21,19)
#171110
(23,17,16)
#130D0D
(19,13,13)
#0F090A
(15,9,10)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #332D25

#332D25
(51,45,37)
#454038
(69,64,56)
#57534B
(87,83,75)
#69665E
(105,102,94)
#7B7971
(123,121,113)
#8D8C84
(141,140,132)
#9F9F97
(159,159,151)
#B1B2AA
(177,178,170)
#C3C5BD
(195,197,189)
#D5D8D0
(213,216,208)
#E7EBE3
(231,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #332D25; }

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

This text font color is #332D25.

Background Color

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

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

This div background color is #332D25.

Border color

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

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

This div border color is #332D25.

Opacity

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

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

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

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

This text has shadow with #332D25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #332D25.

Preview

Color preview on black background

This text has color #332D25 on black background.


Color preview on white background

This text has color #332D25 on white background.


Black color preview on #332D25 background

This text has black color on #332D25 background.


White color preview on #332D25 background

This text has white color on #332D25 background.


Related colors

Complementary color

Complementary color for #hex is #CCD2DA.


I love getcolorcode.com

Triadic colors

1 #25332D and #2D2533 with #332D25 are triadic colors.

2 #252D33 and #2D3325 with #332D25 are triadic colors.