COLOR #250506

HEX: #250506
RGB: (37,5,6)

Color info

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

RGB color model

#250506 color RGB value is (37,5,6).

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

RGB channels and saturation

R 37 of 255 = 15%
G 5 of 255 = 2%
B 6 of 255 = 2%

37
5
6

R + G + B ~ 6%. #250506 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 5 + 6 = 48 (100%)
R 37 of 48 ~ 77.08%
G 5 of 48 ~ 10.42%
B 6 of 48 ~ 12.5%

%77.08
%10.42
%12.5

CMYK color model

#250506 color CMYK value is (0,86,84,85).

  • cyan value is 0.00%
  • magenta value is 86.49%
  • yellow value is 83.78%
  • key color value is 85.49%
CMYK:
(0,86,84,85)
C0M86Y84K85 
(0%,86%,84%,85%)
(0.00/0.86/0.84/0.85)	

CMYK percentages

%0
%86.49
%83.78
%85.49

Codes

Color #250506 in popluar color models

250506
RGB3756
HSL358°76.19%8.24%
HSB/HSV358°86.49%14.51%
CMYK0.00%86.49%83.78%
85.49%

Color #250506 in popluar number systems.

HEX250506
Decimal3756
Binary100101101110
Octal4556

Shades and tints

Shades of #250506

#250506
(37,5,6)
#220506
(34,5,6)
#1F0506
(31,5,6)
#1C0506
(28,5,6)
#190506
(25,5,6)
#160506
(22,5,6)
#130506
(19,5,6)
#100506
(16,5,6)
#0D0506
(13,5,6)
#0A0506
(10,5,6)
#070506
(7,5,6)
#000000
(0,0,0)

Tints of #250506

#250506
(37,5,6)
#381B1C
(56,27,28)
#4B3132
(75,49,50)
#5E4748
(94,71,72)
#715D5E
(113,93,94)
#847374
(132,115,116)
#97898A
(151,137,138)
#AA9FA0
(170,159,160)
#BDB5B6
(189,181,182)
#D0CBCC
(208,203,204)
#E3E1E2
(227,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250506; }

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

This text font color is #250506.


Background Color

.myBgColor { background-color: #250506; }

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

This div background color is #250506.


Border color

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

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

This div border color is #250506.


Opacity

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

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

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

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

This text has shadow with #250506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250506 on black background.


Color preview on white background

This text has color #250506 on white background.



Black color preview on #250506 background

This text has black color on #250506 background.


White color preview on #250506 background

This text has white color on #250506 background.