COLOR #250306

HEX: #250306 RGB: (37,3,6)

Color info

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

RGB color model

#250306 color RGB value is (37,3,6).

RGB: (37,3,6) (15%, 1%, 2%)

RGB channels and saturation

R 37 of 255 = 15%
G 3 of 255 = 1%
B 6 of 255 = 2%

37
3
6

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

Portions of RGB colors in percentages

R + G + B = 37 + 3 + 6 = 46 (100%)
R 37 of 46 ~ 80.43%
G 3 of 46 ~ 6.52%
B 6 of 46 ~ 13.04'%

%80.43
%13.04

CMYK color model

#250306 color CMYK value is (0,92,84,85).

  • cyan value is 0.00%
  • magenta value is 91.89%
  • yellow value is 83.78%
  • key color value is 85.49%

CMYK: (0,92,84,85)
C0M92Y84K85 (0%, 92%, 84%, 85%)
(0.00 / 0.92 / 0.84 / 0.85)

CMYK percentages

%0
%91.89
%83.78
%85.49

Codes

Color #250306 in popluar color models

25 03 06
RGB 37 3 6
HSL 355° 85.00% 7.84%
HSB/HSV 355° 91.89% 14.51%
CMYK 0.00% 91.89% 83.78%
85.49%

Color #250306 in popluar number systems.

HEX 25 03 06
Decimal 37 3 6
Binary 100101 11 110
Octal 45 3 6

Shades and tints

Shades of #250306

#250306
(37,3,6)
#220306
(34,3,6)
#1F0306
(31,3,6)
#1C0306
(28,3,6)
#190306
(25,3,6)
#160306
(22,3,6)
#130306
(19,3,6)
#100306
(16,3,6)
#0D0306
(13,3,6)
#0A0306
(10,3,6)
#070306
(7,3,6)
#000000
(0,0,0)

Tints of #250306

#250306
(37,3,6)
#38191C
(56,25,28)
#4B2F32
(75,47,50)
#5E4548
(94,69,72)
#715B5E
(113,91,94)
#847174
(132,113,116)
#97878A
(151,135,138)
#AA9DA0
(170,157,160)
#BDB3B6
(189,179,182)
#D0C9CC
(208,201,204)
#E3DFE2
(227,223,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250306; }

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

This text font color is #250306.

Background Color

.myBgColor { background-color: #250306; }

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

This div background color is #250306.

Border color

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

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

This div border color is #250306.

Opacity

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

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

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

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

This text has shadow with #250306 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #250306.

Preview

Color preview on black background

This text has color #250306 on black background.


Color preview on white background

This text has color #250306 on white background.


Black color preview on #250306 background

This text has black color on #250306 background.


White color preview on #250306 background

This text has white color on #250306 background.


Related colors

Complementary color

Complementary color for #hex is #DAFCF9.


I love getcolorcode.com

Triadic colors

1 #062503 and #030625 with #250306 are triadic colors.

2 #060325 and #032506 with #250306 are triadic colors.