COLOR #114313

HEX: #114313
RGB: (17,67,19)

Color info

#114313 contains red, green and blue colors in about the same proportion. Web safe color of #114313 is #003300 (or #030).

RGB color model

#114313 color RGB value is (17,67,19).

  • red value is 17;
  • green value is 67;
  • blue value is 19.
RGB:
(17,67,19)
(7%,26%,7%)

RGB channels and saturation

R 17 of 255 = 7%
G 67 of 255 = 26%
B 19 of 255 = 7%

17
67
19

R + G + B ~ 13%. #114313 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 67 + 19 = 103 (100%)
R 17 of 103 ~ 16.5%
G 67 of 103 ~ 65.05%
B 19 of 103 ~ 18.45%

%16.5
%65.05
%18.45

CMYK color model

#114313 color CMYK value is (75,0,72,74).

  • cyan value is 74.63%
  • magenta value is 0.00%
  • yellow value is 71.64%
  • key color value is 73.73%
CMYK:
(75,0,72,74)
C75M0Y72K74 
(75%,0%,72%,74%)
(0.75/0.00/0.72/0.74)	

CMYK percentages

%74.63
%0
%71.64
%73.73

Codes

Color #114313 in popluar color models

114313
RGB176719
HSL122°59.52%16.47%
HSB/HSV122°74.63%26.27%
CMYK74.63%0.00%71.64%
73.73%

Color #114313 in popluar number systems.

HEX114313
Decimal176719
Binary10001100001110011
Octal2110323

Shades and tints

Shades of #114313

#114313
(17,67,19)
#103D12
(16,61,18)
#0F3711
(15,55,17)
#0E3110
(14,49,16)
#0D2B0F
(13,43,15)
#0C250E
(12,37,14)
#0B1F0D
(11,31,13)
#0A190C
(10,25,12)
#09130B
(9,19,11)
#080D0A
(8,13,10)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #114313

#114313
(17,67,19)
#265428
(38,84,40)
#3B653D
(59,101,61)
#507652
(80,118,82)
#658767
(101,135,103)
#7A987C
(122,152,124)
#8FA991
(143,169,145)
#A4BAA6
(164,186,166)
#B9CBBB
(185,203,187)
#CEDCD0
(206,220,208)
#E3EDE5
(227,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #114313 color. Also use rgb(17,67,19) instead hex code.

Text Font Color

.myTextColor { color: #114313; }

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

This text font color is #114313.


Background Color

.myBgColor { background-color: #114313; }

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

This div background color is #114313.


Border color

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

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

This div border color is #114313.


Opacity

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

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

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

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

This text has shadow with #114313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114313 on black background.


Color preview on white background

This text has color #114313 on white background.



Black color preview on #114313 background

This text has black color on #114313 background.


White color preview on #114313 background

This text has white color on #114313 background.