COLOR #11250C

HEX: #11250C
RGB: (17,37,12)

Color info

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

RGB color model

#11250C color RGB value is (17,37,12).

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

RGB channels and saturation

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

17
37
12

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

Portions of RGB colors in percentages

R + G + B =
17 + 37 + 12 = 66 (100%)
R 17 of 66 ~ 25.76%
G 37 of 66 ~ 56.06%
B 12 of 66 ~ 18.18%

%25.76
%56.06
%18.18

CMYK color model

#11250C color CMYK value is (54,0,68,85).

  • cyan value is 54.05%
  • magenta value is 0.00%
  • yellow value is 67.57%
  • key color value is 85.49%
CMYK:
(54,0,68,85)
C54M0Y68K85 
(54%,0%,68%,85%)
(0.54/0.00/0.68/0.85)	

CMYK percentages

%54.05
%0
%67.57
%85.49

Codes

Color #11250C in popluar color models

11250C
RGB173712
HSL108°51.02%9.61%
HSB/HSV108°67.57%14.51%
CMYK54.05%0.00%67.57%
85.49%

Color #11250C in popluar number systems.

HEX11250C
Decimal173712
Binary100011001011100
Octal214514

Shades and tints

Shades of #11250C

#11250C
(17,37,12)
#10220B
(16,34,11)
#0F1F0A
(15,31,10)
#0E1C09
(14,28,9)
#0D1908
(13,25,8)
#0C1607
(12,22,7)
#0B1306
(11,19,6)
#0A1005
(10,16,5)
#090D04
(9,13,4)
#080A03
(8,10,3)
#070702
(7,7,2)
#000000
(0,0,0)

Tints of #11250C

#11250C
(17,37,12)
#263822
(38,56,34)
#3B4B38
(59,75,56)
#505E4E
(80,94,78)
#657164
(101,113,100)
#7A847A
(122,132,122)
#8F9790
(143,151,144)
#A4AAA6
(164,170,166)
#B9BDBC
(185,189,188)
#CED0D2
(206,208,210)
#E3E3E8
(227,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11250C; }

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

This text font color is #11250C.


Background Color

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

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

This div background color is #11250C.


Border color

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

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

This div border color is #11250C.


Opacity

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

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

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

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

This text has shadow with #11250C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11250C on black background.


Color preview on white background

This text has color #11250C on white background.



Black color preview on #11250C background

This text has black color on #11250C background.


White color preview on #11250C background

This text has white color on #11250C background.