COLOR #252212

HEX: #252212 RGB: (37,34,18)

Color info

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

RGB color model

#252212 color RGB value is (37,34,18).

RGB: (37,34,18) (15%, 13%, 7%)

RGB channels and saturation

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

37
34
18

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

Portions of RGB colors in percentages

R + G + B = 37 + 34 + 18 = 89 (100%)
R 37 of 89 ~ 41.57%
G 34 of 89 ~ 38.2%
B 18 of 89 ~ 20.22'%

%41.57
%38.2
%20.22

CMYK color model

#252212 color CMYK value is (0,8,51,85).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 51.35%
  • key color value is 85.49%

CMYK: (0,8,51,85)
C0M8Y51K85 (0%, 8%, 51%, 85%)
(0.00 / 0.08 / 0.51 / 0.85)

CMYK percentages

%0
%8.11
%51.35
%85.49

Codes

Color #252212 in popluar color models

25 22 12
RGB 37 34 18
HSL 51° 34.55% 10.78%
HSB/HSV 51° 51.35% 14.51%
CMYK 0.00% 8.11% 51.35%
85.49%

Color #252212 in popluar number systems.

HEX 25 22 12
Decimal 37 34 18
Binary 100101 100010 10010
Octal 45 42 22

Shades and tints

Shades of #252212

#252212
(37,34,18)
#221F11
(34,31,17)
#1F1C10
(31,28,16)
#1C190F
(28,25,15)
#19160E
(25,22,14)
#16130D
(22,19,13)
#13100C
(19,16,12)
#100D0B
(16,13,11)
#0D0A0A
(13,10,10)
#0A0709
(10,7,9)
#070408
(7,4,8)
#000000
(0,0,0)

Tints of #252212

#252212
(37,34,18)
#383627
(56,54,39)
#4B4A3C
(75,74,60)
#5E5E51
(94,94,81)
#717266
(113,114,102)
#84867B
(132,134,123)
#979A90
(151,154,144)
#AAAEA5
(170,174,165)
#BDC2BA
(189,194,186)
#D0D6CF
(208,214,207)
#E3EAE4
(227,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252212; }

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

This text font color is #252212.

Background Color

.myBgColor { background-color: #252212; }

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

This div background color is #252212.

Border color

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

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

This div border color is #252212.

Opacity

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

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

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

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

This text has shadow with #252212 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252212.

Preview

Color preview on black background

This text has color #252212 on black background.


Color preview on white background

This text has color #252212 on white background.


Black color preview on #252212 background

This text has black color on #252212 background.


White color preview on #252212 background

This text has white color on #252212 background.


Related colors

Complementary color

Complementary color for #hex is #DADDED.


I love getcolorcode.com

Triadic colors

1 #122522 and #221225 with #252212 are triadic colors.

2 #122225 and #222512 with #252212 are triadic colors.