COLOR #250717

HEX: #250717
RGB: (37,7,23)

Color info

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

RGB color model

#250717 color RGB value is (37,7,23).

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

RGB channels and saturation

R 37 of 255 = 15%
G 7 of 255 = 3%
B 23 of 255 = 9%

37
7
23

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

Portions of RGB colors in percentages

R + G + B =
37 + 7 + 23 = 67 (100%)
R 37 of 67 ~ 55.22%
G 7 of 67 ~ 10.45%
B 23 of 67 ~ 34.33%

%55.22
%10.45
%34.33

CMYK color model

#250717 color CMYK value is (0,81,38,85).

  • cyan value is 0.00%
  • magenta value is 81.08%
  • yellow value is 37.84%
  • key color value is 85.49%
CMYK:
(0,81,38,85)
C0M81Y38K85 
(0%,81%,38%,85%)
(0.00/0.81/0.38/0.85)	

CMYK percentages

%0
%81.08
%37.84
%85.49

Codes

Color #250717 in popluar color models

250717
RGB37723
HSL328°68.18%8.63%
HSB/HSV328°81.08%14.51%
CMYK0.00%81.08%37.84%
85.49%

Color #250717 in popluar number systems.

HEX250717
Decimal37723
Binary10010111110111
Octal45727

Shades and tints

Shades of #250717

#250717
(37,7,23)
#220715
(34,7,21)
#1F0713
(31,7,19)
#1C0711
(28,7,17)
#19070F
(25,7,15)
#16070D
(22,7,13)
#13070B
(19,7,11)
#100709
(16,7,9)
#0D0707
(13,7,7)
#0A0705
(10,7,5)
#070703
(7,7,3)
#000000
(0,0,0)

Tints of #250717

#250717
(37,7,23)
#381D2C
(56,29,44)
#4B3341
(75,51,65)
#5E4956
(94,73,86)
#715F6B
(113,95,107)
#847580
(132,117,128)
#978B95
(151,139,149)
#AAA1AA
(170,161,170)
#BDB7BF
(189,183,191)
#D0CDD4
(208,205,212)
#E3E3E9
(227,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250717 color. Also use rgb(37,7,23) instead hex code.

Text Font Color

.myTextColor { color: #250717; }

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

This text font color is #250717.


Background Color

.myBgColor { background-color: #250717; }

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

This div background color is #250717.


Border color

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

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

This div border color is #250717.


Opacity

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

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

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

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

This text has shadow with #250717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250717 on black background.


Color preview on white background

This text has color #250717 on white background.



Black color preview on #250717 background

This text has black color on #250717 background.


White color preview on #250717 background

This text has white color on #250717 background.