COLOR #115223

HEX: #115223 RGB: (17,82,35)

Color info

#115223 contains mainly green and blue colors. Web safe color of #115223 is #006633 (or #063).

RGB color model

#115223 color RGB value is (17,82,35).

RGB: (17,82,35) (7%, 32%, 14%)

RGB channels and saturation

R 17 of 255 = 7%
G 82 of 255 = 32%
B 35 of 255 = 14%

17
82
35

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

Portions of RGB colors in percentages

R + G + B = 17 + 82 + 35 = 134 (100%)
R 17 of 134 ~ 12.69%
G 82 of 134 ~ 61.19%
B 35 of 134 ~ 26.12'%

%12.69
%61.19
%26.12

CMYK color model

#115223 color CMYK value is (79,0,57,68).

  • cyan value is 79.27%
  • magenta value is 0.00%
  • yellow value is 57.32%
  • key color value is 67.84%
CMYK: (79,0,57,68) C79M0Y57K68 (79%,0%,57%,68%) (0.79/0.00/0.57/0.68) 

CMYK percentages

%79.27
%0
%57.32
%67.84

Codes

Color #115223 in popluar color models

11 52 23
RGB 17 82 35
HSL 137° 65.66% 19.41%
HSB/HSV 137° 79.27% 32.16%
CMYK 79.27% 0.00% 57.32%
67.84%

Color #115223 in popluar number systems.

HEX 11 52 23
Decimal 17 82 35
Binary 10001 1010010 100011
Octal 21 122 43

Shades and tints

Shades of #115223

#115223
(17,82,35)
#104B20
(16,75,32)
#0F441D
(15,68,29)
#0E3D1A
(14,61,26)
#0D3617
(13,54,23)
#0C2F14
(12,47,20)
#0B2811
(11,40,17)
#0A210E
(10,33,14)
#091A0B
(9,26,11)
#081308
(8,19,8)
#070C05
(7,12,5)
#000000
(0,0,0)

Tints of #115223

#115223
(17,82,35)
#266137
(38,97,55)
#3B704B
(59,112,75)
#507F5F
(80,127,95)
#658E73
(101,142,115)
#7A9D87
(122,157,135)
#8FAC9B
(143,172,155)
#A4BBAF
(164,187,175)
#B9CAC3
(185,202,195)
#CED9D7
(206,217,215)
#E3E8EB
(227,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #115223 color. Also use rgb(17,82,35) instead hex code.

Text Font Color

.myTextColor { color: #115223; }

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

This text font color is #115223.

Background Color

.myBgColor { background-color: #115223; }

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

This div background color is #115223.

Border color

.myBorderColor { border: 1px solid #115223; }

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

This div border color is #115223.

Opacity

.myOpacity80 { color: #115223; opacity: 0.8; }

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

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

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

This text has shadow with #115223 color.


.textShadow {text-shadow: 3px 3px 1px #115223', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #115223; -webkit-box-shadow: 1px 1px 3px 2px #115223; box-shadow:1px 1px 3px 2px #115223;">
Div content here
</div>

This div box has shadow with color #115223.

Preview

Color preview on black background

This text has color #115223 on black background.


Color preview on white background

This text has color #115223 on white background.


Black color preview on #115223 background

This text has black color on #115223 background.


White color preview on #115223 background

This text has white color on #115223 background.


Related colors

Complementary color

Complementary color for #hex is #EEADDC.


I love getcolorcode.com

Triadic colors

1 #231152 and #522311 with #115223 are triadic colors.

2 #235211 and #521123 with #115223 are triadic colors.