COLOR #252325

HEX: #252325
RGB: (37,35,37)

Color info

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

RGB color model

#252325 color RGB value is (37,35,37).

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

RGB channels and saturation

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

37
35
37

R + G + B ~ 15%. #252325 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 35 + 37 = 109 (100%)
R 37 of 109 ~ 33.94%
G 35 of 109 ~ 32.11%
B 37 of 109 ~ 33.94%

%33.94
%32.11
%33.94

CMYK color model

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

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

CMYK percentages

%0
%5.41
%0
%85.49

Codes

Color #252325 in popluar color models

252325
RGB373537
HSL300°2.78%14.12%
HSB/HSV300°5.41%14.51%
CMYK0.00%5.41%0.00%
85.49%

Color #252325 in popluar number systems.

HEX252325
Decimal373537
Binary100101100011100101
Octal454345

Shades and tints

Shades of #252325

#252325
(37,35,37)
#222022
(34,32,34)
#1F1D1F
(31,29,31)
#1C1A1C
(28,26,28)
#191719
(25,23,25)
#161416
(22,20,22)
#131113
(19,17,19)
#100E10
(16,14,16)
#0D0B0D
(13,11,13)
#0A080A
(10,8,10)
#070507
(7,5,7)
#000000
(0,0,0)

Tints of #252325

#252325
(37,35,37)
#383738
(56,55,56)
#4B4B4B
(75,75,75)
#5E5F5E
(94,95,94)
#717371
(113,115,113)
#848784
(132,135,132)
#979B97
(151,155,151)
#AAAFAA
(170,175,170)
#BDC3BD
(189,195,189)
#D0D7D0
(208,215,208)
#E3EBE3
(227,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252325; }

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

This text font color is #252325.


Background Color

.myBgColor { background-color: #252325; }

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

This div background color is #252325.


Border color

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

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

This div border color is #252325.


Opacity

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

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

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

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

This text has shadow with #252325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252325 on black background.


Color preview on white background

This text has color #252325 on white background.



Black color preview on #252325 background

This text has black color on #252325 background.


White color preview on #252325 background

This text has white color on #252325 background.