COLOR #11482F

HEX: #11482F
RGB: (17,72,47)

Color info

#11482F contains red, green and blue colors in about the same proportion. Web safe color of #11482F is #003333 (or #033).

RGB color model

#11482F color RGB value is (17,72,47).

  • red value is 17;
  • green value is 72;
  • blue value is 47.
RGB:
(17,72,47)
(7%,28%,18%)

RGB channels and saturation

R 17 of 255 = 7%
G 72 of 255 = 28%
B 47 of 255 = 18%

17
72
47

R + G + B ~ 18%. #11482F is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 72 + 47 = 136 (100%)
R 17 of 136 ~ 12.5%
G 72 of 136 ~ 52.94%
B 47 of 136 ~ 34.56%

%12.5
%52.94
%34.56

CMYK color model

#11482F color CMYK value is (76,0,35,72).

  • cyan value is 76.39%
  • magenta value is 0.00%
  • yellow value is 34.72%
  • key color value is 71.76%
CMYK:
(76,0,35,72)
C76M0Y35K72 
(76%,0%,35%,72%)
(0.76/0.00/0.35/0.72)	

CMYK percentages

%76.39
%0
%34.72
%71.76

Codes

Color #11482F in popluar color models

11482F
RGB177247
HSL153°61.80%17.45%
HSB/HSV153°76.39%28.24%
CMYK76.39%0.00%34.72%
71.76%

Color #11482F in popluar number systems.

HEX11482F
Decimal177247
Binary100011001000101111
Octal2111057

Shades and tints

Shades of #11482F

#11482F
(17,72,47)
#10422B
(16,66,43)
#0F3C27
(15,60,39)
#0E3623
(14,54,35)
#0D301F
(13,48,31)
#0C2A1B
(12,42,27)
#0B2417
(11,36,23)
#0A1E13
(10,30,19)
#09180F
(9,24,15)
#08120B
(8,18,11)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #11482F

#11482F
(17,72,47)
#265841
(38,88,65)
#3B6853
(59,104,83)
#507865
(80,120,101)
#658877
(101,136,119)
#7A9889
(122,152,137)
#8FA89B
(143,168,155)
#A4B8AD
(164,184,173)
#B9C8BF
(185,200,191)
#CED8D1
(206,216,209)
#E3E8E3
(227,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11482F color. Also use rgb(17,72,47) instead hex code.

Text Font Color

.myTextColor { color: #11482F; }

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

This text font color is #11482F.


Background Color

.myBgColor { background-color: #11482F; }

<div style="background-color:#11482F">Inner text</div>

This div background color is #11482F.


Border color

.myBorderColor { border: 1px solid #11482F; }

<div style="border:3px solid #11482F">Div</div>

This div border color is #11482F.


Opacity

.myOpacity80 { color: #11482F; opacity: 0.8; }

<p style="color:#11482F;opacity:0.8;">80%</p>

Text with #11482F 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 #11482F;}

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

This text has shadow with #11482F color.

.textShadow {text-shadow: 3px 3px 1px #11482F, 3px 3px 1px red;}

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

This text has shadow with #11482F primary color and red secondary color.


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

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

This text has shadow with #11482F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11482F on black background.


Color preview on white background

This text has color #11482F on white background.



Black color preview on #11482F background

This text has black color on #11482F background.


White color preview on #11482F background

This text has white color on #11482F background.