COLOR #126313

HEX: #126313
RGB: (18,99,19)

Color info

#126313 contains mainly green color. Web safe color of #126313 is #006600 (or #060).

RGB color model

#126313 color RGB value is (18,99,19).

  • red value is 18;
  • green value is 99;
  • blue value is 19.
RGB:
(18,99,19)
(7%,39%,7%)

RGB channels and saturation

R 18 of 255 = 7%
G 99 of 255 = 39%
B 19 of 255 = 7%

18
99
19

R + G + B ~ 18%. #126313 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 99 + 19 = 136 (100%)
R 18 of 136 ~ 13.24%
G 99 of 136 ~ 72.79%
B 19 of 136 ~ 13.97%

%13.24
%72.79
%13.97

CMYK color model

#126313 color CMYK value is (82,0,81,61).

  • cyan value is 81.82%
  • magenta value is 0.00%
  • yellow value is 80.81%
  • key color value is 61.18%
CMYK:
(82,0,81,61)
C82M0Y81K61 
(82%,0%,81%,61%)
(0.82/0.00/0.81/0.61)	

CMYK percentages

%81.82
%0
%80.81
%61.18

Codes

Color #126313 in popluar color models

126313
RGB189919
HSL121°69.23%22.94%
HSB/HSV121°81.82%38.82%
CMYK81.82%0.00%80.81%
61.18%

Color #126313 in popluar number systems.

HEX126313
Decimal189919
Binary10010110001110011
Octal2214323

Shades and tints

Shades of #126313

#126313
(18,99,19)
#115A12
(17,90,18)
#105111
(16,81,17)
#0F4810
(15,72,16)
#0E3F0F
(14,63,15)
#0D360E
(13,54,14)
#0C2D0D
(12,45,13)
#0B240C
(11,36,12)
#0A1B0B
(10,27,11)
#09120A
(9,18,10)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #126313

#126313
(18,99,19)
#277128
(39,113,40)
#3C7F3D
(60,127,61)
#518D52
(81,141,82)
#669B67
(102,155,103)
#7BA97C
(123,169,124)
#90B791
(144,183,145)
#A5C5A6
(165,197,166)
#BAD3BB
(186,211,187)
#CFE1D0
(207,225,208)
#E4EFE5
(228,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #126313 color. Also use rgb(18,99,19) instead hex code.

Text Font Color

.myTextColor { color: #126313; }

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

This text font color is #126313.


Background Color

.myBgColor { background-color: #126313; }

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

This div background color is #126313.


Border color

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

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

This div border color is #126313.


Opacity

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

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

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

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

This text has shadow with #126313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #126313 on black background.


Color preview on white background

This text has color #126313 on white background.



Black color preview on #126313 background

This text has black color on #126313 background.


White color preview on #126313 background

This text has white color on #126313 background.