COLOR #250814

HEX: #250814
RGB: (37,8,20)

Color info

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

RGB color model

#250814 color RGB value is (37,8,20).

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

RGB channels and saturation

R 37 of 255 = 15%
G 8 of 255 = 3%
B 20 of 255 = 8%

37
8
20

R + G + B ~ 9%. #250814 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 8 + 20 = 65 (100%)
R 37 of 65 ~ 56.92%
G 8 of 65 ~ 12.31%
B 20 of 65 ~ 30.77%

%56.92
%12.31
%30.77

CMYK color model

#250814 color CMYK value is (0,78,46,85).

  • cyan value is 0.00%
  • magenta value is 78.38%
  • yellow value is 45.95%
  • key color value is 85.49%
CMYK:
(0,78,46,85)
C0M78Y46K85 
(0%,78%,46%,85%)
(0.00/0.78/0.46/0.85)	

CMYK percentages

%0
%78.38
%45.95
%85.49

Codes

Color #250814 in popluar color models

250814
RGB37820
HSL335°64.44%8.82%
HSB/HSV335°78.38%14.51%
CMYK0.00%78.38%45.95%
85.49%

Color #250814 in popluar number systems.

HEX250814
Decimal37820
Binary100101100010100
Octal451024

Shades and tints

Shades of #250814

#250814
(37,8,20)
#220813
(34,8,19)
#1F0812
(31,8,18)
#1C0811
(28,8,17)
#190810
(25,8,16)
#16080F
(22,8,15)
#13080E
(19,8,14)
#10080D
(16,8,13)
#0D080C
(13,8,12)
#0A080B
(10,8,11)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #250814

#250814
(37,8,20)
#381E29
(56,30,41)
#4B343E
(75,52,62)
#5E4A53
(94,74,83)
#716068
(113,96,104)
#84767D
(132,118,125)
#978C92
(151,140,146)
#AAA2A7
(170,162,167)
#BDB8BC
(189,184,188)
#D0CED1
(208,206,209)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250814; }

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

This text font color is #250814.


Background Color

.myBgColor { background-color: #250814; }

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

This div background color is #250814.


Border color

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

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

This div border color is #250814.


Opacity

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

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

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

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

This text has shadow with #250814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250814 on black background.


Color preview on white background

This text has color #250814 on white background.



Black color preview on #250814 background

This text has black color on #250814 background.


White color preview on #250814 background

This text has white color on #250814 background.