COLOR #252526

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

37
37
38

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

Portions of RGB colors in percentages

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

%33.04
%33.04
%33.93

CMYK color model

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

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

CMYK percentages

%2.63
%2.63
%0
%85.1

Codes

Color #252526 in popluar color models

252526
RGB373738
HSL240°1.33%14.71%
HSB/HSV240°2.63%14.90%
CMYK2.63%2.63%0.00%
85.10%

Color #252526 in popluar number systems.

HEX252526
Decimal373738
Binary100101100101100110
Octal454546

Shades and tints

Shades of #252526

#252526
(37,37,38)
#222223
(34,34,35)
#1F1F20
(31,31,32)
#1C1C1D
(28,28,29)
#19191A
(25,25,26)
#161617
(22,22,23)
#131314
(19,19,20)
#101011
(16,16,17)
#0D0D0E
(13,13,14)
#0A0A0B
(10,10,11)
#070708
(7,7,8)
#000000
(0,0,0)

Tints of #252526

#252526
(37,37,38)
#383839
(56,56,57)
#4B4B4C
(75,75,76)
#5E5E5F
(94,94,95)
#717172
(113,113,114)
#848485
(132,132,133)
#979798
(151,151,152)
#AAAAAB
(170,170,171)
#BDBDBE
(189,189,190)
#D0D0D1
(208,208,209)
#E3E3E4
(227,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252526; }

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

This text font color is #252526.


Background Color

.myBgColor { background-color: #252526; }

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

This div background color is #252526.


Border color

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

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

This div border color is #252526.


Opacity

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

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

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

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

This text has shadow with #252526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252526 on black background.


Color preview on white background

This text has color #252526 on white background.



Black color preview on #252526 background

This text has black color on #252526 background.


White color preview on #252526 background

This text has white color on #252526 background.