COLOR #33252E

HEX: #33252E
RGB: (51,37,46)

Color info

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

RGB color model

#33252E color RGB value is (51,37,46).

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

RGB channels and saturation

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

51
37
46

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

Portions of RGB colors in percentages

R + G + B =
51 + 37 + 46 = 134 (100%)
R 51 of 134 ~ 38.06%
G 37 of 134 ~ 27.61%
B 46 of 134 ~ 34.33%

%38.06
%27.61
%34.33

CMYK color model

#33252E color CMYK value is (0,27,10,80).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 9.80%
  • key color value is 80.00%
CMYK:
(0,27,10,80)
C0M27Y10K80 
(0%,27%,10%,80%)
(0.00/0.27/0.10/0.80)	

CMYK percentages

%0
%27.45
%9.8
%80

Codes

Color #33252E in popluar color models

33252E
RGB513746
HSL321°15.91%17.25%
HSB/HSV321°27.45%20.00%
CMYK0.00%27.45%9.80%
80.00%

Color #33252E in popluar number systems.

HEX33252E
Decimal513746
Binary110011100101101110
Octal634556

Shades and tints

Shades of #33252E

#33252E
(51,37,46)
#2F222A
(47,34,42)
#2B1F26
(43,31,38)
#271C22
(39,28,34)
#23191E
(35,25,30)
#1F161A
(31,22,26)
#1B1316
(27,19,22)
#171012
(23,16,18)
#130D0E
(19,13,14)
#0F0A0A
(15,10,10)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #33252E

#33252E
(51,37,46)
#453841
(69,56,65)
#574B54
(87,75,84)
#695E67
(105,94,103)
#7B717A
(123,113,122)
#8D848D
(141,132,141)
#9F97A0
(159,151,160)
#B1AAB3
(177,170,179)
#C3BDC6
(195,189,198)
#D5D0D9
(213,208,217)
#E7E3EC
(231,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33252E; }

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

This text font color is #33252E.


Background Color

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

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

This div background color is #33252E.


Border color

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

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

This div border color is #33252E.


Opacity

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

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

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

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

This text has shadow with #33252E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33252E on black background.


Color preview on white background

This text has color #33252E on white background.



Black color preview on #33252E background

This text has black color on #33252E background.


White color preview on #33252E background

This text has white color on #33252E background.