COLOR #114222

HEX: #114222 RGB: (17,66,34)

Color info

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

RGB color model

#114222 color RGB value is (17,66,34).

RGB: (17,66,34) (7%, 26%, 13%)

RGB channels and saturation

R 17 of 255 = 7%
G 66 of 255 = 26%
B 34 of 255 = 13%

17
66
34

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

Portions of RGB colors in percentages

R + G + B = 17 + 66 + 34 = 117 (100%)
R 17 of 117 ~ 14.53%
G 66 of 117 ~ 56.41%
B 34 of 117 ~ 29.06'%

%14.53
%56.41
%29.06

CMYK color model

#114222 color CMYK value is (74,0,48,74).

  • cyan value is 74.24%
  • magenta value is 0.00%
  • yellow value is 48.48%
  • key color value is 74.12%

CMYK: (74,0,48,74)
C74M0Y48K74 (74%, 0%, 48%, 74%)
(0.74 / 0.00 / 0.48 / 0.74)

CMYK percentages

%74.24
%0
%48.48
%74.12

Codes

Color #114222 in popluar color models

11 42 22
RGB 17 66 34
HSL 141° 59.04% 16.27%
HSB/HSV 141° 74.24% 25.88%
CMYK 74.24% 0.00% 48.48%
74.12%

Color #114222 in popluar number systems.

HEX 11 42 22
Decimal 17 66 34
Binary 10001 1000010 100010
Octal 21 102 42

Shades and tints

Shades of #114222

#114222
(17,66,34)
#103C1F
(16,60,31)
#0F361C
(15,54,28)
#0E3019
(14,48,25)
#0D2A16
(13,42,22)
#0C2413
(12,36,19)
#0B1E10
(11,30,16)
#0A180D
(10,24,13)
#09120A
(9,18,10)
#080C07
(8,12,7)
#070604
(7,6,4)
#000000
(0,0,0)

Tints of #114222

#114222
(17,66,34)
#265336
(38,83,54)
#3B644A
(59,100,74)
#50755E
(80,117,94)
#658672
(101,134,114)
#7A9786
(122,151,134)
#8FA89A
(143,168,154)
#A4B9AE
(164,185,174)
#B9CAC2
(185,202,194)
#CEDBD6
(206,219,214)
#E3ECEA
(227,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #114222; }

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

This text font color is #114222.

Background Color

.myBgColor { background-color: #114222; }

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

This div background color is #114222.

Border color

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

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

This div border color is #114222.

Opacity

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

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

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

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

This text has shadow with #114222 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #114222.

Preview

Color preview on black background

This text has color #114222 on black background.


Color preview on white background

This text has color #114222 on white background.


Black color preview on #114222 background

This text has black color on #114222 background.


White color preview on #114222 background

This text has white color on #114222 background.


Related colors

Complementary color

Complementary color for #hex is #EEBDDD.


I love getcolorcode.com

Triadic colors

1 #221142 and #422211 with #114222 are triadic colors.

2 #224211 and #421122 with #114222 are triadic colors.