COLOR #250704

HEX: #250704
RGB: (37,7,4)

Color info

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

RGB color model

#250704 color RGB value is (37,7,4).

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

RGB channels and saturation

R 37 of 255 = 15%
G 7 of 255 = 3%
B 4 of 255 = 2%

37
7
4

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

Portions of RGB colors in percentages

R + G + B =
37 + 7 + 4 = 48 (100%)
R 37 of 48 ~ 77.08%
G 7 of 48 ~ 14.58%
B 4 of 48 ~ 8.33%

%77.08
%14.58

CMYK color model

#250704 color CMYK value is (0,81,89,85).

  • cyan value is 0.00%
  • magenta value is 81.08%
  • yellow value is 89.19%
  • key color value is 85.49%
CMYK:
(0,81,89,85)
C0M81Y89K85 
(0%,81%,89%,85%)
(0.00/0.81/0.89/0.85)	

CMYK percentages

%0
%81.08
%89.19
%85.49

Codes

Color #250704 in popluar color models

250704
RGB3774
HSL80.49%8.04%
HSB/HSV89.19%14.51%
CMYK0.00%81.08%89.19%
85.49%

Color #250704 in popluar number systems.

HEX250704
Decimal3774
Binary100101111100
Octal4574

Shades and tints

Shades of #250704

#250704
(37,7,4)
#220704
(34,7,4)
#1F0704
(31,7,4)
#1C0704
(28,7,4)
#190704
(25,7,4)
#160704
(22,7,4)
#130704
(19,7,4)
#100704
(16,7,4)
#0D0704
(13,7,4)
#0A0704
(10,7,4)
#070704
(7,7,4)
#000000
(0,0,0)

Tints of #250704

#250704
(37,7,4)
#381D1A
(56,29,26)
#4B3330
(75,51,48)
#5E4946
(94,73,70)
#715F5C
(113,95,92)
#847572
(132,117,114)
#978B88
(151,139,136)
#AAA19E
(170,161,158)
#BDB7B4
(189,183,180)
#D0CDCA
(208,205,202)
#E3E3E0
(227,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250704; }

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

This text font color is #250704.


Background Color

.myBgColor { background-color: #250704; }

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

This div background color is #250704.


Border color

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

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

This div border color is #250704.


Opacity

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

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

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

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

This text has shadow with #250704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250704 on black background.


Color preview on white background

This text has color #250704 on white background.



Black color preview on #250704 background

This text has black color on #250704 background.


White color preview on #250704 background

This text has white color on #250704 background.