COLOR #11250D

HEX: #11250D
RGB: (17,37,13)

Color info

#11250D contains red, green and blue colors in about the same proportion. Web safe color of #11250D is #003300 (or #030).

RGB color model

#11250D color RGB value is (17,37,13).

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

RGB channels and saturation

R 17 of 255 = 7%
G 37 of 255 = 15%
B 13 of 255 = 5%

17
37
13

R + G + B ~ 9%. #11250D is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 37 + 13 = 67 (100%)
R 17 of 67 ~ 25.37%
G 37 of 67 ~ 55.22%
B 13 of 67 ~ 19.4%

%25.37
%55.22
%19.4

CMYK color model

#11250D color CMYK value is (54,0,65,85).

  • cyan value is 54.05%
  • magenta value is 0.00%
  • yellow value is 64.86%
  • key color value is 85.49%
CMYK:
(54,0,65,85)
C54M0Y65K85 
(54%,0%,65%,85%)
(0.54/0.00/0.65/0.85)	

CMYK percentages

%54.05
%0
%64.86
%85.49

Codes

Color #11250D in popluar color models

11250D
RGB173713
HSL110°48.00%9.80%
HSB/HSV110°64.86%14.51%
CMYK54.05%0.00%64.86%
85.49%

Color #11250D in popluar number systems.

HEX11250D
Decimal173713
Binary100011001011101
Octal214515

Shades and tints

Shades of #11250D

#11250D
(17,37,13)
#10220C
(16,34,12)
#0F1F0B
(15,31,11)
#0E1C0A
(14,28,10)
#0D1909
(13,25,9)
#0C1608
(12,22,8)
#0B1307
(11,19,7)
#0A1006
(10,16,6)
#090D05
(9,13,5)
#080A04
(8,10,4)
#070703
(7,7,3)
#000000
(0,0,0)

Tints of #11250D

#11250D
(17,37,13)
#263823
(38,56,35)
#3B4B39
(59,75,57)
#505E4F
(80,94,79)
#657165
(101,113,101)
#7A847B
(122,132,123)
#8F9791
(143,151,145)
#A4AAA7
(164,170,167)
#B9BDBD
(185,189,189)
#CED0D3
(206,208,211)
#E3E3E9
(227,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11250D color. Also use rgb(17,37,13) instead hex code.

Text Font Color

.myTextColor { color: #11250D; }

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

This text font color is #11250D.


Background Color

.myBgColor { background-color: #11250D; }

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

This div background color is #11250D.


Border color

.myBorderColor { border: 1px solid #11250D; }

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

This div border color is #11250D.


Opacity

.myOpacity80 { color: #11250D; opacity: 0.8; }

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

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

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

This text has shadow with #11250D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11250D on black background.


Color preview on white background

This text has color #11250D on white background.



Black color preview on #11250D background

This text has black color on #11250D background.


White color preview on #11250D background

This text has white color on #11250D background.