COLOR #250D0A

HEX: #250D0A RGB: (37,13,10)

Color info

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

RGB color model

#250D0A color RGB value is (37,13,10).

RGB: (37,13,10) (15%, 5%, 4%)

RGB channels and saturation

R 37 of 255 = 15%
G 13 of 255 = 5%
B 10 of 255 = 4%

37
13
10

R + G + B ~ 8%. #250D0A is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 13 + 10 = 60 (100%)
R 37 of 60 ~ 61.67%
G 13 of 60 ~ 21.67%
B 10 of 60 ~ 16.67'%

%61.67
%21.67
%16.67

CMYK color model

#250D0A color CMYK value is (0,65,73,85).

  • cyan value is 0.00%
  • magenta value is 64.86%
  • yellow value is 72.97%
  • key color value is 85.49%

CMYK: (0,65,73,85)
C0M65Y73K85 (0%, 65%, 73%, 85%)
(0.00 / 0.65 / 0.73 / 0.85)

CMYK percentages

%0
%64.86
%72.97
%85.49

Codes

Color #250D0A in popluar color models

25 0D 0A
RGB 37 13 10
HSL 57.45% 9.22%
HSB/HSV 72.97% 14.51%
CMYK 0.00% 64.86% 72.97%
85.49%

Color #250D0A in popluar number systems.

HEX 25 0D 0A
Decimal 37 13 10
Binary 100101 1101 1010
Octal 45 15 12

Shades and tints

Shades of #250D0A

#250D0A
(37,13,10)
#220C0A
(34,12,10)
#1F0B0A
(31,11,10)
#1C0A0A
(28,10,10)
#19090A
(25,9,10)
#16080A
(22,8,10)
#13070A
(19,7,10)
#10060A
(16,6,10)
#0D050A
(13,5,10)
#0A040A
(10,4,10)
#07030A
(7,3,10)
#000000
(0,0,0)

Tints of #250D0A

#250D0A
(37,13,10)
#382320
(56,35,32)
#4B3936
(75,57,54)
#5E4F4C
(94,79,76)
#716562
(113,101,98)
#847B78
(132,123,120)
#97918E
(151,145,142)
#AAA7A4
(170,167,164)
#BDBDBA
(189,189,186)
#D0D3D0
(208,211,208)
#E3E9E6
(227,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250D0A color. Also use rgb(37,13,10) instead hex code.

Text Font Color

.myTextColor { color: #250D0A; }

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

This text font color is #250D0A.

Background Color

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

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

This div background color is #250D0A.

Border color

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

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

This div border color is #250D0A.

Opacity

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

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

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

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

This text has shadow with #250D0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #250D0A.

Preview

Color preview on black background

This text has color #250D0A on black background.


Color preview on white background

This text has color #250D0A on white background.


Black color preview on #250D0A background

This text has black color on #250D0A background.


White color preview on #250D0A background

This text has white color on #250D0A background.


Related colors

Complementary color

Complementary color for #hex is #DAF2F5.


I love getcolorcode.com

Triadic colors

1 #0A250D and #0D0A25 with #250D0A are triadic colors.

2 #0A0D25 and #0D250A with #250D0A are triadic colors.