COLOR #250C06

HEX: #250C06 RGB: (37,12,6)

Color info

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

RGB color model

#250C06 color RGB value is (37,12,6).

RGB: (37,12,6) (15%, 5%, 2%)

RGB channels and saturation

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

37
12
6

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

Portions of RGB colors in percentages

R + G + B = 37 + 12 + 6 = 55 (100%)
R 37 of 55 ~ 67.27%
G 12 of 55 ~ 21.82%
B 6 of 55 ~ 10.91'%

%67.27
%21.82
%10.91

CMYK color model

#250C06 color CMYK value is (0,68,84,85).

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

CMYK: (0,68,84,85)
C0M68Y84K85 (0%, 68%, 84%, 85%)
(0.00 / 0.68 / 0.84 / 0.85)

CMYK percentages

%0
%67.57
%83.78
%85.49

Codes

Color #250C06 in popluar color models

25 0C 06
RGB 37 12 6
HSL 12° 72.09% 8.43%
HSB/HSV 12° 83.78% 14.51%
CMYK 0.00% 67.57% 83.78%
85.49%

Color #250C06 in popluar number systems.

HEX 25 0C 06
Decimal 37 12 6
Binary 100101 1100 110
Octal 45 14 6

Shades and tints

Shades of #250C06

#250C06
(37,12,6)
#220B06
(34,11,6)
#1F0A06
(31,10,6)
#1C0906
(28,9,6)
#190806
(25,8,6)
#160706
(22,7,6)
#130606
(19,6,6)
#100506
(16,5,6)
#0D0406
(13,4,6)
#0A0306
(10,3,6)
#070206
(7,2,6)
#000000
(0,0,0)

Tints of #250C06

#250C06
(37,12,6)
#38221C
(56,34,28)
#4B3832
(75,56,50)
#5E4E48
(94,78,72)
#71645E
(113,100,94)
#847A74
(132,122,116)
#97908A
(151,144,138)
#AAA6A0
(170,166,160)
#BDBCB6
(189,188,182)
#D0D2CC
(208,210,204)
#E3E8E2
(227,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250C06; }

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

This text font color is #250C06.

Background Color

.myBgColor { background-color: #250C06; }

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

This div background color is #250C06.

Border color

.myBorderColor { border: 1px solid #250C06; }

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

This div border color is #250C06.

Opacity

.myOpacity80 { color: #250C06; opacity: 0.8; }

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

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

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

This text has shadow with #250C06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #250C06.

Preview

Color preview on black background

This text has color #250C06 on black background.


Color preview on white background

This text has color #250C06 on white background.


Black color preview on #250C06 background

This text has black color on #250C06 background.


White color preview on #250C06 background

This text has white color on #250C06 background.


Related colors

Complementary color

Complementary color for #hex is #DAF3F9.


I love getcolorcode.com

Triadic colors

1 #06250C and #0C0625 with #250C06 are triadic colors.

2 #060C25 and #0C2506 with #250C06 are triadic colors.