COLOR #250828

HEX: #250828
RGB: (37,8,40)

Color info

#250828 contains red, green and blue colors in about the same proportion. Web safe color of #250828 is #330033 (or #303).

RGB color model

#250828 color RGB value is (37,8,40).

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

RGB channels and saturation

R 37 of 255 = 15%
G 8 of 255 = 3%
B 40 of 255 = 16%

37
8
40

R + G + B ~ 11%. #250828 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 8 + 40 = 85 (100%)
R 37 of 85 ~ 43.53%
G 8 of 85 ~ 9.41%
B 40 of 85 ~ 47.06%

%43.53
%47.06

CMYK color model

#250828 color CMYK value is (7,80,0,84).

  • cyan value is 7.50%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(7,80,0,84)
C7M80Y0K84 
(7%,80%,0%,84%)
(0.07/0.80/0.00/0.84)	

CMYK percentages

%7.5
%80
%0
%84.31

Codes

Color #250828 in popluar color models

250828
RGB37840
HSL294°66.67%9.41%
HSB/HSV294°80.00%15.69%
CMYK7.50%80.00%0.00%
84.31%

Color #250828 in popluar number systems.

HEX250828
Decimal37840
Binary1001011000101000
Octal451050

Shades and tints

Shades of #250828

#250828
(37,8,40)
#220825
(34,8,37)
#1F0822
(31,8,34)
#1C081F
(28,8,31)
#19081C
(25,8,28)
#160819
(22,8,25)
#130816
(19,8,22)
#100813
(16,8,19)
#0D0810
(13,8,16)
#0A080D
(10,8,13)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #250828

#250828
(37,8,40)
#381E3B
(56,30,59)
#4B344E
(75,52,78)
#5E4A61
(94,74,97)
#716074
(113,96,116)
#847687
(132,118,135)
#978C9A
(151,140,154)
#AAA2AD
(170,162,173)
#BDB8C0
(189,184,192)
#D0CED3
(208,206,211)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250828; }

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

This text font color is #250828.


Background Color

.myBgColor { background-color: #250828; }

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

This div background color is #250828.


Border color

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

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

This div border color is #250828.


Opacity

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

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

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

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

This text has shadow with #250828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250828 on black background.


Color preview on white background

This text has color #250828 on white background.



Black color preview on #250828 background

This text has black color on #250828 background.


White color preview on #250828 background

This text has white color on #250828 background.