COLOR #115333

HEX: #115333 RGB: (17,83,51)

Color info

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

RGB color model

#115333 color RGB value is (17,83,51).

RGB: (17,83,51) (7%, 33%, 20%)

RGB channels and saturation

R 17 of 255 = 7%
G 83 of 255 = 33%
B 51 of 255 = 20%

17
83
51

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

Portions of RGB colors in percentages

R + G + B = 17 + 83 + 51 = 151 (100%)
R 17 of 151 ~ 11.26%
G 83 of 151 ~ 54.97%
B 51 of 151 ~ 33.77'%

%11.26
%54.97
%33.77

CMYK color model

#115333 color CMYK value is (80,0,39,67).

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

CMYK: (80,0,39,67)
C80M0Y39K67 (80%, 0%, 39%, 67%)
(0.80 / 0.00 / 0.39 / 0.67)

CMYK percentages

%79.52
%0
%38.55
%67.45

Codes

Color #115333 in popluar color models

11 53 33
RGB 17 83 51
HSL 151° 66.00% 19.61%
HSB/HSV 151° 79.52% 32.55%
CMYK 79.52% 0.00% 38.55%
67.45%

Color #115333 in popluar number systems.

HEX 11 53 33
Decimal 17 83 51
Binary 10001 1010011 110011
Octal 21 123 63

Shades and tints

Shades of #115333

#115333
(17,83,51)
#104C2F
(16,76,47)
#0F452B
(15,69,43)
#0E3E27
(14,62,39)
#0D3723
(13,55,35)
#0C301F
(12,48,31)
#0B291B
(11,41,27)
#0A2217
(10,34,23)
#091B13
(9,27,19)
#08140F
(8,20,15)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #115333

#115333
(17,83,51)
#266245
(38,98,69)
#3B7157
(59,113,87)
#508069
(80,128,105)
#658F7B
(101,143,123)
#7A9E8D
(122,158,141)
#8FAD9F
(143,173,159)
#A4BCB1
(164,188,177)
#B9CBC3
(185,203,195)
#CEDAD5
(206,218,213)
#E3E9E7
(227,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #115333; }

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

This text font color is #115333.

Background Color

.myBgColor { background-color: #115333; }

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

This div background color is #115333.

Border color

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

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

This div border color is #115333.

Opacity

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

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

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

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

This text has shadow with #115333 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #115333.

Preview

Color preview on black background

This text has color #115333 on black background.


Color preview on white background

This text has color #115333 on white background.


Black color preview on #115333 background

This text has black color on #115333 background.


White color preview on #115333 background

This text has white color on #115333 background.


Related colors

Complementary color

Complementary color for #hex is #EEACCC.


I love getcolorcode.com

Triadic colors

1 #331153 and #533311 with #115333 are triadic colors.

2 #335311 and #531133 with #115333 are triadic colors.