COLOR #252320

HEX: #252320
RGB: (37,35,32)

Color info

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

RGB color model

#252320 color RGB value is (37,35,32).

  • red value is 37;
  • green value is 35;
  • blue value is 32.
RGB:
(37,35,32)
(15%,14%,13%)

RGB channels and saturation

R 37 of 255 = 15%
G 35 of 255 = 14%
B 32 of 255 = 13%

37
35
32

R + G + B ~ 14%. #252320 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 35 + 32 = 104 (100%)
R 37 of 104 ~ 35.58%
G 35 of 104 ~ 33.65%
B 32 of 104 ~ 30.77%

%35.58
%33.65
%30.77

CMYK color model

#252320 color CMYK value is (0,5,14,85).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 13.51%
  • key color value is 85.49%
CMYK:
(0,5,14,85)
C0M5Y14K85 
(0%,5%,14%,85%)
(0.00/0.05/0.14/0.85)	

CMYK percentages

%0
%5.41
%13.51
%85.49

Codes

Color #252320 in popluar color models

252320
RGB373532
HSL36°7.25%13.53%
HSB/HSV36°13.51%14.51%
CMYK0.00%5.41%13.51%
85.49%

Color #252320 in popluar number systems.

HEX252320
Decimal373532
Binary100101100011100000
Octal454340

Shades and tints

Shades of #252320

#252320
(37,35,32)
#22201E
(34,32,30)
#1F1D1C
(31,29,28)
#1C1A1A
(28,26,26)
#191718
(25,23,24)
#161416
(22,20,22)
#131114
(19,17,20)
#100E12
(16,14,18)
#0D0B10
(13,11,16)
#0A080E
(10,8,14)
#07050C
(7,5,12)
#000000
(0,0,0)

Tints of #252320

#252320
(37,35,32)
#383734
(56,55,52)
#4B4B48
(75,75,72)
#5E5F5C
(94,95,92)
#717370
(113,115,112)
#848784
(132,135,132)
#979B98
(151,155,152)
#AAAFAC
(170,175,172)
#BDC3C0
(189,195,192)
#D0D7D4
(208,215,212)
#E3EBE8
(227,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252320 color. Also use rgb(37,35,32) instead hex code.

Text Font Color

.myTextColor { color: #252320; }

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

This text font color is #252320.


Background Color

.myBgColor { background-color: #252320; }

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

This div background color is #252320.


Border color

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

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

This div border color is #252320.


Opacity

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

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

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

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

This text has shadow with #252320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252320 on black background.


Color preview on white background

This text has color #252320 on white background.



Black color preview on #252320 background

This text has black color on #252320 background.


White color preview on #252320 background

This text has white color on #252320 background.