COLOR #11530E

HEX: #11530E
RGB: (17,83,14)

Color info

#11530E contains mainly green color. Web safe color of #11530E is #006600 (or #060).

RGB color model

#11530E color RGB value is (17,83,14).

  • red value is 17;
  • green value is 83;
  • blue value is 14.
RGB:
(17,83,14)
(7%,33%,5%)

RGB channels and saturation

R 17 of 255 = 7%
G 83 of 255 = 33%
B 14 of 255 = 5%

17
83
14

R + G + B ~ 15%. #11530E is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 83 + 14 = 114 (100%)
R 17 of 114 ~ 14.91%
G 83 of 114 ~ 72.81%
B 14 of 114 ~ 12.28%

%14.91
%72.81
%12.28

CMYK color model

#11530E color CMYK value is (80,0,83,67).

  • cyan value is 79.52%
  • magenta value is 0.00%
  • yellow value is 83.13%
  • key color value is 67.45%
CMYK:
(80,0,83,67)
C80M0Y83K67 
(80%,0%,83%,67%)
(0.80/0.00/0.83/0.67)	

CMYK percentages

%79.52
%0
%83.13
%67.45

Codes

Color #11530E in popluar color models

11530E
RGB178314
HSL117°71.13%19.02%
HSB/HSV117°83.13%32.55%
CMYK79.52%0.00%83.13%
67.45%

Color #11530E in popluar number systems.

HEX11530E
Decimal178314
Binary1000110100111110
Octal2112316

Shades and tints

Shades of #11530E

#11530E
(17,83,14)
#104C0D
(16,76,13)
#0F450C
(15,69,12)
#0E3E0B
(14,62,11)
#0D370A
(13,55,10)
#0C3009
(12,48,9)
#0B2908
(11,41,8)
#0A2207
(10,34,7)
#091B06
(9,27,6)
#081405
(8,20,5)
#070D04
(7,13,4)
#000000
(0,0,0)

Tints of #11530E

#11530E
(17,83,14)
#266223
(38,98,35)
#3B7138
(59,113,56)
#50804D
(80,128,77)
#658F62
(101,143,98)
#7A9E77
(122,158,119)
#8FAD8C
(143,173,140)
#A4BCA1
(164,188,161)
#B9CBB6
(185,203,182)
#CEDACB
(206,218,203)
#E3E9E0
(227,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11530E color. Also use rgb(17,83,14) instead hex code.

Text Font Color

.myTextColor { color: #11530E; }

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

This text font color is #11530E.


Background Color

.myBgColor { background-color: #11530E; }

<div style="background-color:#11530E">Inner text</div>

This div background color is #11530E.


Border color

.myBorderColor { border: 1px solid #11530E; }

<div style="border:3px solid #11530E">Div</div>

This div border color is #11530E.


Opacity

.myOpacity80 { color: #11530E; opacity: 0.8; }

<p style="color:#11530E;opacity:0.8;">80%</p>

Text with #11530E 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 #11530E;}

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

This text has shadow with #11530E color.

.textShadow {text-shadow: 3px 3px 1px #11530E, 3px 3px 1px red;}

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

This text has shadow with #11530E primary color and red secondary color.


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

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

This text has shadow with #11530E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11530E on black background.


Color preview on white background

This text has color #11530E on white background.



Black color preview on #11530E background

This text has black color on #11530E background.


White color preview on #11530E background

This text has white color on #11530E background.