COLOR #252838

HEX: #252838
RGB: (37,40,56)

Color info

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

RGB color model

#252838 color RGB value is (37,40,56).

  • red value is 37;
  • green value is 40;
  • blue value is 56.
RGB:
(37,40,56)
(15%,16%,22%)

RGB channels and saturation

R 37 of 255 = 15%
G 40 of 255 = 16%
B 56 of 255 = 22%

37
40
56

R + G + B ~ 18%. #252838 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 40 + 56 = 133 (100%)
R 37 of 133 ~ 27.82%
G 40 of 133 ~ 30.08%
B 56 of 133 ~ 42.11%

%27.82
%30.08
%42.11

CMYK color model

#252838 color CMYK value is (34,29,0,78).

  • cyan value is 33.93%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(34,29,0,78)
C34M29Y0K78 
(34%,29%,0%,78%)
(0.34/0.29/0.00/0.78)	

CMYK percentages

%33.93
%28.57
%0
%78.04

Codes

Color #252838 in popluar color models

252838
RGB374056
HSL231°20.43%18.24%
HSB/HSV231°33.93%21.96%
CMYK33.93%28.57%0.00%
78.04%

Color #252838 in popluar number systems.

HEX252838
Decimal374056
Binary100101101000111000
Octal455070

Shades and tints

Shades of #252838

#252838
(37,40,56)
#222533
(34,37,51)
#1F222E
(31,34,46)
#1C1F29
(28,31,41)
#191C24
(25,28,36)
#16191F
(22,25,31)
#13161A
(19,22,26)
#101315
(16,19,21)
#0D1010
(13,16,16)
#0A0D0B
(10,13,11)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #252838

#252838
(37,40,56)
#383B4A
(56,59,74)
#4B4E5C
(75,78,92)
#5E616E
(94,97,110)
#717480
(113,116,128)
#848792
(132,135,146)
#979AA4
(151,154,164)
#AAADB6
(170,173,182)
#BDC0C8
(189,192,200)
#D0D3DA
(208,211,218)
#E3E6EC
(227,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252838; }

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

This text font color is #252838.


Background Color

.myBgColor { background-color: #252838; }

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

This div background color is #252838.


Border color

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

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

This div border color is #252838.


Opacity

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

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

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

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

This text has shadow with #252838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252838 on black background.


Color preview on white background

This text has color #252838 on white background.



Black color preview on #252838 background

This text has black color on #252838 background.


White color preview on #252838 background

This text has white color on #252838 background.