COLOR #115335

HEX: #115335
RGB: (17,83,53)

Color info

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

RGB color model

#115335 color RGB value is (17,83,53).

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

RGB channels and saturation

R 17 of 255 = 7%
G 83 of 255 = 33%
B 53 of 255 = 21%

17
83
53

R + G + B ~ 20%. #115335 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 83 + 53 = 153 (100%)
R 17 of 153 ~ 11.11%
G 83 of 153 ~ 54.25%
B 53 of 153 ~ 34.64%

%11.11
%54.25
%34.64

CMYK color model

#115335 color CMYK value is (80,0,36,67).

  • cyan value is 79.52%
  • magenta value is 0.00%
  • yellow value is 36.14%
  • key color value is 67.45%
CMYK:
(80,0,36,67)
C80M0Y36K67 
(80%,0%,36%,67%)
(0.80/0.00/0.36/0.67)	

CMYK percentages

%79.52
%0
%36.14
%67.45

Codes

Color #115335 in popluar color models

115335
RGB178353
HSL153°66.00%19.61%
HSB/HSV153°79.52%32.55%
CMYK79.52%0.00%36.14%
67.45%

Color #115335 in popluar number systems.

HEX115335
Decimal178353
Binary100011010011110101
Octal2112365

Shades and tints

Shades of #115335

#115335
(17,83,53)
#104C31
(16,76,49)
#0F452D
(15,69,45)
#0E3E29
(14,62,41)
#0D3725
(13,55,37)
#0C3021
(12,48,33)
#0B291D
(11,41,29)
#0A2219
(10,34,25)
#091B15
(9,27,21)
#081411
(8,20,17)
#070D0D
(7,13,13)
#000000
(0,0,0)

Tints of #115335

#115335
(17,83,53)
#266247
(38,98,71)
#3B7159
(59,113,89)
#50806B
(80,128,107)
#658F7D
(101,143,125)
#7A9E8F
(122,158,143)
#8FADA1
(143,173,161)
#A4BCB3
(164,188,179)
#B9CBC5
(185,203,197)
#CEDAD7
(206,218,215)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #115335; }

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

This text font color is #115335.


Background Color

.myBgColor { background-color: #115335; }

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

This div background color is #115335.


Border color

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

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

This div border color is #115335.


Opacity

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

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

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

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

This text has shadow with #115335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #115335 on black background.


Color preview on white background

This text has color #115335 on white background.



Black color preview on #115335 background

This text has black color on #115335 background.


White color preview on #115335 background

This text has white color on #115335 background.