COLOR #252631

HEX: #252631
RGB: (37,38,49)

Color info

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

RGB color model

#252631 color RGB value is (37,38,49).

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

RGB channels and saturation

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

37
38
49

R + G + B ~ 16%. #252631 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 38 + 49 = 124 (100%)
R 37 of 124 ~ 29.84%
G 38 of 124 ~ 30.65%
B 49 of 124 ~ 39.52%

%29.84
%30.65
%39.52

CMYK color model

#252631 color CMYK value is (24,22,0,81).

  • cyan value is 24.49%
  • magenta value is 22.45%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(24,22,0,81)
C24M22Y0K81 
(24%,22%,0%,81%)
(0.24/0.22/0.00/0.81)	

CMYK percentages

%24.49
%22.45
%0
%80.78

Codes

Color #252631 in popluar color models

252631
RGB373849
HSL235°13.95%16.86%
HSB/HSV235°24.49%19.22%
CMYK24.49%22.45%0.00%
80.78%

Color #252631 in popluar number systems.

HEX252631
Decimal373849
Binary100101100110110001
Octal454661

Shades and tints

Shades of #252631

#252631
(37,38,49)
#22232D
(34,35,45)
#1F2029
(31,32,41)
#1C1D25
(28,29,37)
#191A21
(25,26,33)
#16171D
(22,23,29)
#131419
(19,20,25)
#101115
(16,17,21)
#0D0E11
(13,14,17)
#0A0B0D
(10,11,13)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #252631

#252631
(37,38,49)
#383943
(56,57,67)
#4B4C55
(75,76,85)
#5E5F67
(94,95,103)
#717279
(113,114,121)
#84858B
(132,133,139)
#97989D
(151,152,157)
#AAABAF
(170,171,175)
#BDBEC1
(189,190,193)
#D0D1D3
(208,209,211)
#E3E4E5
(227,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252631; }

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

This text font color is #252631.


Background Color

.myBgColor { background-color: #252631; }

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

This div background color is #252631.


Border color

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

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

This div border color is #252631.


Opacity

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

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

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

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

This text has shadow with #252631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252631 on black background.


Color preview on white background

This text has color #252631 on white background.



Black color preview on #252631 background

This text has black color on #252631 background.


White color preview on #252631 background

This text has white color on #252631 background.