COLOR #115342

HEX: #115342 RGB: (17,83,66)

Color info

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

RGB color model

#115342 color RGB value is (17,83,66).

RGB: (17,83,66) (7%, 33%, 26%)

RGB channels and saturation

R 17 of 255 = 7%
G 83 of 255 = 33%
B 66 of 255 = 26%

17
83
66

R + G + B ~ 22%. #115342 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 83 + 66 = 166 (100%)
R 17 of 166 ~ 10.24%
G 83 of 166 ~ 50%
B 66 of 166 ~ 39.76'%

%50
%39.76

CMYK color model

#115342 color CMYK value is (80,0,20,67).

  • cyan value is 79.52%
  • magenta value is 0.00%
  • yellow value is 20.48%
  • key color value is 67.45%

CMYK: (80,0,20,67)
C80M0Y20K67 (80%, 0%, 20%, 67%)
(0.80 / 0.00 / 0.20 / 0.67)

CMYK percentages

%79.52
%0
%20.48
%67.45

Codes

Color #115342 in popluar color models

11 53 42
RGB 17 83 66
HSL 165° 66.00% 19.61%
HSB/HSV 165° 79.52% 32.55%
CMYK 79.52% 0.00% 20.48%
67.45%

Color #115342 in popluar number systems.

HEX 11 53 42
Decimal 17 83 66
Binary 10001 1010011 1000010
Octal 21 123 102

Shades and tints

Shades of #115342

#115342
(17,83,66)
#104C3C
(16,76,60)
#0F4536
(15,69,54)
#0E3E30
(14,62,48)
#0D372A
(13,55,42)
#0C3024
(12,48,36)
#0B291E
(11,41,30)
#0A2218
(10,34,24)
#091B12
(9,27,18)
#08140C
(8,20,12)
#070D06
(7,13,6)
#000000
(0,0,0)

Tints of #115342

#115342
(17,83,66)
#266253
(38,98,83)
#3B7164
(59,113,100)
#508075
(80,128,117)
#658F86
(101,143,134)
#7A9E97
(122,158,151)
#8FADA8
(143,173,168)
#A4BCB9
(164,188,185)
#B9CBCA
(185,203,202)
#CEDADB
(206,218,219)
#E3E9EC
(227,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #115342; }

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

This text font color is #115342.

Background Color

.myBgColor { background-color: #115342; }

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

This div background color is #115342.

Border color

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

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

This div border color is #115342.

Opacity

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

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

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

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

This text has shadow with #115342 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #115342.

Preview

Color preview on black background

This text has color #115342 on black background.


Color preview on white background

This text has color #115342 on white background.


Black color preview on #115342 background

This text has black color on #115342 background.


White color preview on #115342 background

This text has white color on #115342 background.


Related colors

Complementary color

Complementary color for #hex is #EEACBD.


I love getcolorcode.com

Triadic colors

1 #421153 and #534211 with #115342 are triadic colors.

2 #425311 and #531142 with #115342 are triadic colors.