COLOR #250809

HEX: #250809
RGB: (37,8,9)

Color info

#250809 contains red, green and blue colors in about the same proportion. Web safe color of #250809 is #330000 (or #300).

RGB color model

#250809 color RGB value is (37,8,9).

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

RGB channels and saturation

R 37 of 255 = 15%
G 8 of 255 = 3%
B 9 of 255 = 4%

37
8
9

R + G + B ~ 7%. #250809 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 8 + 9 = 54 (100%)
R 37 of 54 ~ 68.52%
G 8 of 54 ~ 14.81%
B 9 of 54 ~ 16.67%

%68.52
%14.81
%16.67

CMYK color model

#250809 color CMYK value is (0,78,76,85).

  • cyan value is 0.00%
  • magenta value is 78.38%
  • yellow value is 75.68%
  • key color value is 85.49%
CMYK:
(0,78,76,85)
C0M78Y76K85 
(0%,78%,76%,85%)
(0.00/0.78/0.76/0.85)	

CMYK percentages

%0
%78.38
%75.68
%85.49

Codes

Color #250809 in popluar color models

250809
RGB3789
HSL358°64.44%8.82%
HSB/HSV358°78.38%14.51%
CMYK0.00%78.38%75.68%
85.49%

Color #250809 in popluar number systems.

HEX250809
Decimal3789
Binary10010110001001
Octal451011

Shades and tints

Shades of #250809

#250809
(37,8,9)
#220809
(34,8,9)
#1F0809
(31,8,9)
#1C0809
(28,8,9)
#190809
(25,8,9)
#160809
(22,8,9)
#130809
(19,8,9)
#100809
(16,8,9)
#0D0809
(13,8,9)
#0A0809
(10,8,9)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #250809

#250809
(37,8,9)
#381E1F
(56,30,31)
#4B3435
(75,52,53)
#5E4A4B
(94,74,75)
#716061
(113,96,97)
#847677
(132,118,119)
#978C8D
(151,140,141)
#AAA2A3
(170,162,163)
#BDB8B9
(189,184,185)
#D0CECF
(208,206,207)
#E3E4E5
(227,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250809; }

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

This text font color is #250809.


Background Color

.myBgColor { background-color: #250809; }

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

This div background color is #250809.


Border color

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

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

This div border color is #250809.


Opacity

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

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

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

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

This text has shadow with #250809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250809 on black background.


Color preview on white background

This text has color #250809 on white background.



Black color preview on #250809 background

This text has black color on #250809 background.


White color preview on #250809 background

This text has white color on #250809 background.