COLOR #113E23

HEX: #113E23 RGB: (17,62,35)

Color info

#113E23 contains red, green and blue colors in about the same proportion. Web safe color of #113E23 is #003333 (or #033).

RGB color model

#113E23 color RGB value is (17,62,35).

RGB: (17,62,35) (7%, 24%, 14%)

RGB channels and saturation

R 17 of 255 = 7%
G 62 of 255 = 24%
B 35 of 255 = 14%

17
62
35

R + G + B ~ 15%. #113E23 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 62 + 35 = 114 (100%)
R 17 of 114 ~ 14.91%
G 62 of 114 ~ 54.39%
B 35 of 114 ~ 30.7'%

%14.91
%54.39
%30.7

CMYK color model

#113E23 color CMYK value is (73,0,44,76).

  • cyan value is 72.58%
  • magenta value is 0.00%
  • yellow value is 43.55%
  • key color value is 75.69%

CMYK: (73,0,44,76)
C73M0Y44K76 (73%, 0%, 44%, 76%)
(0.73 / 0.00 / 0.44 / 0.76)

CMYK percentages

%72.58
%0
%43.55
%75.69

Codes

Color #113E23 in popluar color models

11 3E 23
RGB 17 62 35
HSL 144° 56.96% 15.49%
HSB/HSV 144° 72.58% 24.31%
CMYK 72.58% 0.00% 43.55%
75.69%

Color #113E23 in popluar number systems.

HEX 11 3E 23
Decimal 17 62 35
Binary 10001 111110 100011
Octal 21 76 43

Shades and tints

Shades of #113E23

#113E23
(17,62,35)
#103920
(16,57,32)
#0F341D
(15,52,29)
#0E2F1A
(14,47,26)
#0D2A17
(13,42,23)
#0C2514
(12,37,20)
#0B2011
(11,32,17)
#0A1B0E
(10,27,14)
#09160B
(9,22,11)
#081108
(8,17,8)
#070C05
(7,12,5)
#000000
(0,0,0)

Tints of #113E23

#113E23
(17,62,35)
#264F37
(38,79,55)
#3B604B
(59,96,75)
#50715F
(80,113,95)
#658273
(101,130,115)
#7A9387
(122,147,135)
#8FA49B
(143,164,155)
#A4B5AF
(164,181,175)
#B9C6C3
(185,198,195)
#CED7D7
(206,215,215)
#E3E8EB
(227,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113E23; }

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

This text font color is #113E23.

Background Color

.myBgColor { background-color: #113E23; }

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

This div background color is #113E23.

Border color

.myBorderColor { border: 1px solid #113E23; }

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

This div border color is #113E23.

Opacity

.myOpacity80 { color: #113E23; opacity: 0.8; }

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

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

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

This text has shadow with #113E23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #113E23.

Preview

Color preview on black background

This text has color #113E23 on black background.


Color preview on white background

This text has color #113E23 on white background.


Black color preview on #113E23 background

This text has black color on #113E23 background.


White color preview on #113E23 background

This text has white color on #113E23 background.


Related colors

Complementary color

Complementary color for #hex is #EEC1DC.


I love getcolorcode.com

Triadic colors

1 #23113E and #3E2311 with #113E23 are triadic colors.

2 #233E11 and #3E1123 with #113E23 are triadic colors.