COLOR #250715

HEX: #250715
RGB: (37,7,21)

Color info

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

RGB color model

#250715 color RGB value is (37,7,21).

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

RGB channels and saturation

R 37 of 255 = 15%
G 7 of 255 = 3%
B 21 of 255 = 8%

37
7
21

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

Portions of RGB colors in percentages

R + G + B =
37 + 7 + 21 = 65 (100%)
R 37 of 65 ~ 56.92%
G 7 of 65 ~ 10.77%
B 21 of 65 ~ 32.31%

%56.92
%10.77
%32.31

CMYK color model

#250715 color CMYK value is (0,81,43,85).

  • cyan value is 0.00%
  • magenta value is 81.08%
  • yellow value is 43.24%
  • key color value is 85.49%
CMYK:
(0,81,43,85)
C0M81Y43K85 
(0%,81%,43%,85%)
(0.00/0.81/0.43/0.85)	

CMYK percentages

%0
%81.08
%43.24
%85.49

Codes

Color #250715 in popluar color models

250715
RGB37721
HSL332°68.18%8.63%
HSB/HSV332°81.08%14.51%
CMYK0.00%81.08%43.24%
85.49%

Color #250715 in popluar number systems.

HEX250715
Decimal37721
Binary10010111110101
Octal45725

Shades and tints

Shades of #250715

#250715
(37,7,21)
#220714
(34,7,20)
#1F0713
(31,7,19)
#1C0712
(28,7,18)
#190711
(25,7,17)
#160710
(22,7,16)
#13070F
(19,7,15)
#10070E
(16,7,14)
#0D070D
(13,7,13)
#0A070C
(10,7,12)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #250715

#250715
(37,7,21)
#381D2A
(56,29,42)
#4B333F
(75,51,63)
#5E4954
(94,73,84)
#715F69
(113,95,105)
#84757E
(132,117,126)
#978B93
(151,139,147)
#AAA1A8
(170,161,168)
#BDB7BD
(189,183,189)
#D0CDD2
(208,205,210)
#E3E3E7
(227,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250715; }

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

This text font color is #250715.


Background Color

.myBgColor { background-color: #250715; }

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

This div background color is #250715.


Border color

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

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

This div border color is #250715.


Opacity

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

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

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

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

This text has shadow with #250715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250715 on black background.


Color preview on white background

This text has color #250715 on white background.



Black color preview on #250715 background

This text has black color on #250715 background.


White color preview on #250715 background

This text has white color on #250715 background.