COLOR #127717

HEX: #127717
RGB: (18,119,23)

Color info

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

RGB color model

#127717 color RGB value is (18,119,23).

  • red value is 18;
  • green value is 119;
  • blue value is 23.
RGB:
(18,119,23)
(7%,47%,9%)

RGB channels and saturation

R 18 of 255 = 7%
G 119 of 255 = 47%
B 23 of 255 = 9%

18
119
23

R + G + B ~ 21%. #127717 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 119 + 23 = 160 (100%)
R 18 of 160 ~ 11.25%
G 119 of 160 ~ 74.38%
B 23 of 160 ~ 14.38%

%11.25
%74.38
%14.38

CMYK color model

#127717 color CMYK value is (85,0,81,53).

  • cyan value is 84.87%
  • magenta value is 0.00%
  • yellow value is 80.67%
  • key color value is 53.33%
CMYK:
(85,0,81,53)
C85M0Y81K53 
(85%,0%,81%,53%)
(0.85/0.00/0.81/0.53)	

CMYK percentages

%84.87
%0
%80.67
%53.33

Codes

Color #127717 in popluar color models

127717
RGB1811923
HSL123°73.72%26.86%
HSB/HSV123°84.87%46.67%
CMYK84.87%0.00%80.67%
53.33%

Color #127717 in popluar number systems.

HEX127717
Decimal1811923
Binary10010111011110111
Octal2216727

Shades and tints

Shades of #127717

#127717
(18,119,23)
#116D15
(17,109,21)
#106313
(16,99,19)
#0F5911
(15,89,17)
#0E4F0F
(14,79,15)
#0D450D
(13,69,13)
#0C3B0B
(12,59,11)
#0B3109
(11,49,9)
#0A2707
(10,39,7)
#091D05
(9,29,5)
#081303
(8,19,3)
#000000
(0,0,0)

Tints of #127717

#127717
(18,119,23)
#27832C
(39,131,44)
#3C8F41
(60,143,65)
#519B56
(81,155,86)
#66A76B
(102,167,107)
#7BB380
(123,179,128)
#90BF95
(144,191,149)
#A5CBAA
(165,203,170)
#BAD7BF
(186,215,191)
#CFE3D4
(207,227,212)
#E4EFE9
(228,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #127717 color. Also use rgb(18,119,23) instead hex code.

Text Font Color

.myTextColor { color: #127717; }

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

This text font color is #127717.


Background Color

.myBgColor { background-color: #127717; }

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

This div background color is #127717.


Border color

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

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

This div border color is #127717.


Opacity

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

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

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

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

This text has shadow with #127717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127717 on black background.


Color preview on white background

This text has color #127717 on white background.



Black color preview on #127717 background

This text has black color on #127717 background.


White color preview on #127717 background

This text has white color on #127717 background.