COLOR #252625

HEX: #252625
RGB: (37,38,37)

Color info

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

RGB color model

#252625 color RGB value is (37,38,37).

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

RGB channels and saturation

R 37 of 255 = 15%
G 38 of 255 = 15%
B 37 of 255 = 15%

37
38
37

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

Portions of RGB colors in percentages

R + G + B =
37 + 38 + 37 = 112 (100%)
R 37 of 112 ~ 33.04%
G 38 of 112 ~ 33.93%
B 37 of 112 ~ 33.04%

%33.04
%33.93
%33.04

CMYK color model

#252625 color CMYK value is (3,0,3,85).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 85.10%
CMYK:
(3,0,3,85)
C3M0Y3K85 
(3%,0%,3%,85%)
(0.03/0.00/0.03/0.85)	

CMYK percentages

%2.63
%0
%2.63
%85.1

Codes

Color #252625 in popluar color models

252625
RGB373837
HSL120°1.33%14.71%
HSB/HSV120°2.63%14.90%
CMYK2.63%0.00%2.63%
85.10%

Color #252625 in popluar number systems.

HEX252625
Decimal373837
Binary100101100110100101
Octal454645

Shades and tints

Shades of #252625

#252625
(37,38,37)
#222322
(34,35,34)
#1F201F
(31,32,31)
#1C1D1C
(28,29,28)
#191A19
(25,26,25)
#161716
(22,23,22)
#131413
(19,20,19)
#101110
(16,17,16)
#0D0E0D
(13,14,13)
#0A0B0A
(10,11,10)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #252625

#252625
(37,38,37)
#383938
(56,57,56)
#4B4C4B
(75,76,75)
#5E5F5E
(94,95,94)
#717271
(113,114,113)
#848584
(132,133,132)
#979897
(151,152,151)
#AAABAA
(170,171,170)
#BDBEBD
(189,190,189)
#D0D1D0
(208,209,208)
#E3E4E3
(227,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252625; }

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

This text font color is #252625.


Background Color

.myBgColor { background-color: #252625; }

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

This div background color is #252625.


Border color

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

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

This div border color is #252625.


Opacity

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

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

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

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

This text has shadow with #252625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252625 on black background.


Color preview on white background

This text has color #252625 on white background.



Black color preview on #252625 background

This text has black color on #252625 background.


White color preview on #252625 background

This text has white color on #252625 background.