COLOR #127311

HEX: #127311
RGB: (18,115,17)

Color info

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

RGB color model

#127311 color RGB value is (18,115,17).

  • red value is 18;
  • green value is 115;
  • blue value is 17.
RGB:
(18,115,17)
(7%,45%,7%)

RGB channels and saturation

R 18 of 255 = 7%
G 115 of 255 = 45%
B 17 of 255 = 7%

18
115
17

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

Portions of RGB colors in percentages

R + G + B =
18 + 115 + 17 = 150 (100%)
R 18 of 150 ~ 12%
G 115 of 150 ~ 76.67%
B 17 of 150 ~ 11.33%

%12
%76.67
%11.33

CMYK color model

#127311 color CMYK value is (84,0,85,55).

  • cyan value is 84.35%
  • magenta value is 0.00%
  • yellow value is 85.22%
  • key color value is 54.90%
CMYK:
(84,0,85,55)
C84M0Y85K55 
(84%,0%,85%,55%)
(0.84/0.00/0.85/0.55)	

CMYK percentages

%84.35
%0
%85.22
%54.9

Codes

Color #127311 in popluar color models

127311
RGB1811517
HSL119°74.24%25.88%
HSB/HSV119°85.22%45.10%
CMYK84.35%0.00%85.22%
54.90%

Color #127311 in popluar number systems.

HEX127311
Decimal1811517
Binary10010111001110001
Octal2216321

Shades and tints

Shades of #127311

#127311
(18,115,17)
#116910
(17,105,16)
#105F0F
(16,95,15)
#0F550E
(15,85,14)
#0E4B0D
(14,75,13)
#0D410C
(13,65,12)
#0C370B
(12,55,11)
#0B2D0A
(11,45,10)
#0A2309
(10,35,9)
#091908
(9,25,8)
#080F07
(8,15,7)
#000000
(0,0,0)

Tints of #127311

#127311
(18,115,17)
#277F26
(39,127,38)
#3C8B3B
(60,139,59)
#519750
(81,151,80)
#66A365
(102,163,101)
#7BAF7A
(123,175,122)
#90BB8F
(144,187,143)
#A5C7A4
(165,199,164)
#BAD3B9
(186,211,185)
#CFDFCE
(207,223,206)
#E4EBE3
(228,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #127311 color. Also use rgb(18,115,17) instead hex code.

Text Font Color

.myTextColor { color: #127311; }

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

This text font color is #127311.


Background Color

.myBgColor { background-color: #127311; }

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

This div background color is #127311.


Border color

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

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

This div border color is #127311.


Opacity

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

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

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

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

This text has shadow with #127311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127311 on black background.


Color preview on white background

This text has color #127311 on white background.



Black color preview on #127311 background

This text has black color on #127311 background.


White color preview on #127311 background

This text has white color on #127311 background.