COLOR #252426

HEX: #252426
RGB: (37,36,38)

Color info

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

RGB color model

#252426 color RGB value is (37,36,38).

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

RGB channels and saturation

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

37
36
38

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

Portions of RGB colors in percentages

R + G + B =
37 + 36 + 38 = 111 (100%)
R 37 of 111 ~ 33.33%
G 36 of 111 ~ 32.43%
B 38 of 111 ~ 34.23%

%33.33
%32.43
%34.23

CMYK color model

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

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

CMYK percentages

%2.63
%5.26
%0
%85.1

Codes

Color #252426 in popluar color models

252426
RGB373638
HSL270°2.70%14.51%
HSB/HSV270°5.26%14.90%
CMYK2.63%5.26%0.00%
85.10%

Color #252426 in popluar number systems.

HEX252426
Decimal373638
Binary100101100100100110
Octal454446

Shades and tints

Shades of #252426

#252426
(37,36,38)
#222123
(34,33,35)
#1F1E20
(31,30,32)
#1C1B1D
(28,27,29)
#19181A
(25,24,26)
#161517
(22,21,23)
#131214
(19,18,20)
#100F11
(16,15,17)
#0D0C0E
(13,12,14)
#0A090B
(10,9,11)
#070608
(7,6,8)
#000000
(0,0,0)

Tints of #252426

#252426
(37,36,38)
#383739
(56,55,57)
#4B4A4C
(75,74,76)
#5E5D5F
(94,93,95)
#717072
(113,112,114)
#848385
(132,131,133)
#979698
(151,150,152)
#AAA9AB
(170,169,171)
#BDBCBE
(189,188,190)
#D0CFD1
(208,207,209)
#E3E2E4
(227,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252426; }

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

This text font color is #252426.


Background Color

.myBgColor { background-color: #252426; }

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

This div background color is #252426.


Border color

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

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

This div border color is #252426.


Opacity

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

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

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

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

This text has shadow with #252426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252426 on black background.


Color preview on white background

This text has color #252426 on white background.



Black color preview on #252426 background

This text has black color on #252426 background.


White color preview on #252426 background

This text has white color on #252426 background.