COLOR #250D20

HEX: #250D20
RGB: (37,13,32)

Color info

#250D20 contains red, green and blue colors in about the same proportion. Web safe color of #250D20 is #330033 (or #303).

RGB color model

#250D20 color RGB value is (37,13,32).

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

RGB channels and saturation

R 37 of 255 = 15%
G 13 of 255 = 5%
B 32 of 255 = 13%

37
13
32

R + G + B ~ 11%. #250D20 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 13 + 32 = 82 (100%)
R 37 of 82 ~ 45.12%
G 13 of 82 ~ 15.85%
B 32 of 82 ~ 39.02%

%45.12
%15.85
%39.02

CMYK color model

#250D20 color CMYK value is (0,65,14,85).

  • cyan value is 0.00%
  • magenta value is 64.86%
  • yellow value is 13.51%
  • key color value is 85.49%
CMYK:
(0,65,14,85)
C0M65Y14K85 
(0%,65%,14%,85%)
(0.00/0.65/0.14/0.85)	

CMYK percentages

%0
%64.86
%13.51
%85.49

Codes

Color #250D20 in popluar color models

250D20
RGB371332
HSL313°48.00%9.80%
HSB/HSV313°64.86%14.51%
CMYK0.00%64.86%13.51%
85.49%

Color #250D20 in popluar number systems.

HEX250D20
Decimal371332
Binary1001011101100000
Octal451540

Shades and tints

Shades of #250D20

#250D20
(37,13,32)
#220C1E
(34,12,30)
#1F0B1C
(31,11,28)
#1C0A1A
(28,10,26)
#190918
(25,9,24)
#160816
(22,8,22)
#130714
(19,7,20)
#100612
(16,6,18)
#0D0510
(13,5,16)
#0A040E
(10,4,14)
#07030C
(7,3,12)
#000000
(0,0,0)

Tints of #250D20

#250D20
(37,13,32)
#382334
(56,35,52)
#4B3948
(75,57,72)
#5E4F5C
(94,79,92)
#716570
(113,101,112)
#847B84
(132,123,132)
#979198
(151,145,152)
#AAA7AC
(170,167,172)
#BDBDC0
(189,189,192)
#D0D3D4
(208,211,212)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250D20; }

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

This text font color is #250D20.


Background Color

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

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

This div background color is #250D20.


Border color

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

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

This div border color is #250D20.


Opacity

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

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

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

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

This text has shadow with #250D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250D20 on black background.


Color preview on white background

This text has color #250D20 on white background.



Black color preview on #250D20 background

This text has black color on #250D20 background.


White color preview on #250D20 background

This text has white color on #250D20 background.