COLOR #252211

HEX: #252211
RGB: (37,34,17)

Color info

#252211 contains red, green and blue colors in about the same proportion. Web safe color of #252211 is #333300 (or #330).

RGB color model

#252211 color RGB value is (37,34,17).

  • red value is 37;
  • green value is 34;
  • blue value is 17.
RGB:
(37,34,17)
(15%,13%,7%)

RGB channels and saturation

R 37 of 255 = 15%
G 34 of 255 = 13%
B 17 of 255 = 7%

37
34
17

R + G + B ~ 12%. #252211 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 34 + 17 = 88 (100%)
R 37 of 88 ~ 42.05%
G 34 of 88 ~ 38.64%
B 17 of 88 ~ 19.32%

%42.05
%38.64
%19.32

CMYK color model

#252211 color CMYK value is (0,8,54,85).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 54.05%
  • key color value is 85.49%
CMYK:
(0,8,54,85)
C0M8Y54K85 
(0%,8%,54%,85%)
(0.00/0.08/0.54/0.85)	

CMYK percentages

%0
%8.11
%54.05
%85.49

Codes

Color #252211 in popluar color models

252211
RGB373417
HSL51°37.04%10.59%
HSB/HSV51°54.05%14.51%
CMYK0.00%8.11%54.05%
85.49%

Color #252211 in popluar number systems.

HEX252211
Decimal373417
Binary10010110001010001
Octal454221

Shades and tints

Shades of #252211

#252211
(37,34,17)
#221F10
(34,31,16)
#1F1C0F
(31,28,15)
#1C190E
(28,25,14)
#19160D
(25,22,13)
#16130C
(22,19,12)
#13100B
(19,16,11)
#100D0A
(16,13,10)
#0D0A09
(13,10,9)
#0A0708
(10,7,8)
#070407
(7,4,7)
#000000
(0,0,0)

Tints of #252211

#252211
(37,34,17)
#383626
(56,54,38)
#4B4A3B
(75,74,59)
#5E5E50
(94,94,80)
#717265
(113,114,101)
#84867A
(132,134,122)
#979A8F
(151,154,143)
#AAAEA4
(170,174,164)
#BDC2B9
(189,194,185)
#D0D6CE
(208,214,206)
#E3EAE3
(227,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252211; }

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

This text font color is #252211.


Background Color

.myBgColor { background-color: #252211; }

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

This div background color is #252211.


Border color

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

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

This div border color is #252211.


Opacity

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

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

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

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

This text has shadow with #252211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252211 on black background.


Color preview on white background

This text has color #252211 on white background.



Black color preview on #252211 background

This text has black color on #252211 background.


White color preview on #252211 background

This text has white color on #252211 background.