COLOR #33252D

HEX: #33252D
RGB: (51,37,45)

Color info

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

RGB color model

#33252D color RGB value is (51,37,45).

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

RGB channels and saturation

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

51
37
45

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

Portions of RGB colors in percentages

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

%38.35
%27.82
%33.83

CMYK color model

#33252D color CMYK value is (0,27,12,80).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 11.76%
  • key color value is 80.00%
CMYK:
(0,27,12,80)
C0M27Y12K80 
(0%,27%,12%,80%)
(0.00/0.27/0.12/0.80)	

CMYK percentages

%0
%27.45
%11.76
%80

Codes

Color #33252D in popluar color models

33252D
RGB513745
HSL326°15.91%17.25%
HSB/HSV326°27.45%20.00%
CMYK0.00%27.45%11.76%
80.00%

Color #33252D in popluar number systems.

HEX33252D
Decimal513745
Binary110011100101101101
Octal634555

Shades and tints

Shades of #33252D

#33252D
(51,37,45)
#2F2229
(47,34,41)
#2B1F25
(43,31,37)
#271C21
(39,28,33)
#23191D
(35,25,29)
#1F1619
(31,22,25)
#1B1315
(27,19,21)
#171011
(23,16,17)
#130D0D
(19,13,13)
#0F0A09
(15,10,9)
#0B0705
(11,7,5)
#000000
(0,0,0)

Tints of #33252D

#33252D
(51,37,45)
#453840
(69,56,64)
#574B53
(87,75,83)
#695E66
(105,94,102)
#7B7179
(123,113,121)
#8D848C
(141,132,140)
#9F979F
(159,151,159)
#B1AAB2
(177,170,178)
#C3BDC5
(195,189,197)
#D5D0D8
(213,208,216)
#E7E3EB
(231,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33252D; }

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

This text font color is #33252D.


Background Color

.myBgColor { background-color: #33252D; }

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

This div background color is #33252D.


Border color

.myBorderColor { border: 1px solid #33252D; }

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

This div border color is #33252D.


Opacity

.myOpacity80 { color: #33252D; opacity: 0.8; }

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

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

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

This text has shadow with #33252D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33252D on black background.


Color preview on white background

This text has color #33252D on white background.



Black color preview on #33252D background

This text has black color on #33252D background.


White color preview on #33252D background

This text has white color on #33252D background.