COLOR #250614

HEX: #250614
RGB: (37,6,20)

Color info

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

RGB color model

#250614 color RGB value is (37,6,20).

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

RGB channels and saturation

R 37 of 255 = 15%
G 6 of 255 = 2%
B 20 of 255 = 8%

37
6
20

R + G + B ~ 8%. #250614 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 6 + 20 = 63 (100%)
R 37 of 63 ~ 58.73%
G 6 of 63 ~ 9.52%
B 20 of 63 ~ 31.75%

%58.73
%9.52
%31.75

CMYK color model

#250614 color CMYK value is (0,84,46,85).

  • cyan value is 0.00%
  • magenta value is 83.78%
  • yellow value is 45.95%
  • key color value is 85.49%
CMYK:
(0,84,46,85)
C0M84Y46K85 
(0%,84%,46%,85%)
(0.00/0.84/0.46/0.85)	

CMYK percentages

%0
%83.78
%45.95
%85.49

Codes

Color #250614 in popluar color models

250614
RGB37620
HSL333°72.09%8.43%
HSB/HSV333°83.78%14.51%
CMYK0.00%83.78%45.95%
85.49%

Color #250614 in popluar number systems.

HEX250614
Decimal37620
Binary10010111010100
Octal45624

Shades and tints

Shades of #250614

#250614
(37,6,20)
#220613
(34,6,19)
#1F0612
(31,6,18)
#1C0611
(28,6,17)
#190610
(25,6,16)
#16060F
(22,6,15)
#13060E
(19,6,14)
#10060D
(16,6,13)
#0D060C
(13,6,12)
#0A060B
(10,6,11)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #250614

#250614
(37,6,20)
#381C29
(56,28,41)
#4B323E
(75,50,62)
#5E4853
(94,72,83)
#715E68
(113,94,104)
#84747D
(132,116,125)
#978A92
(151,138,146)
#AAA0A7
(170,160,167)
#BDB6BC
(189,182,188)
#D0CCD1
(208,204,209)
#E3E2E6
(227,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250614; }

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

This text font color is #250614.


Background Color

.myBgColor { background-color: #250614; }

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

This div background color is #250614.


Border color

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

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

This div border color is #250614.


Opacity

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

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

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

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

This text has shadow with #250614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250614 on black background.


Color preview on white background

This text has color #250614 on white background.



Black color preview on #250614 background

This text has black color on #250614 background.


White color preview on #250614 background

This text has white color on #250614 background.