COLOR #127F3F

HEX: #127F3F
RGB: (18,127,63)

Color info

#127F3F contains mainly green color. Web safe color of #127F3F is #006633 (or #063).

RGB color model

#127F3F color RGB value is (18,127,63).

  • red value is 18;
  • green value is 127;
  • blue value is 63.
RGB:
(18,127,63)
(7%,50%,25%)

RGB channels and saturation

R 18 of 255 = 7%
G 127 of 255 = 50%
B 63 of 255 = 25%

18
127
63

R + G + B ~ 27%. #127F3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 127 + 63 = 208 (100%)
R 18 of 208 ~ 8.65%
G 127 of 208 ~ 61.06%
B 63 of 208 ~ 30.29%

%61.06
%30.29

CMYK color model

#127F3F color CMYK value is (86,0,50,50).

  • cyan value is 85.83%
  • magenta value is 0.00%
  • yellow value is 50.39%
  • key color value is 50.20%
CMYK:
(86,0,50,50)
C86M0Y50K50 
(86%,0%,50%,50%)
(0.86/0.00/0.50/0.50)	

CMYK percentages

%85.83
%0
%50.39
%50.2

Codes

Color #127F3F in popluar color models

127F3F
RGB1812763
HSL145°75.17%28.43%
HSB/HSV145°85.83%49.80%
CMYK85.83%0.00%50.39%
50.20%

Color #127F3F in popluar number systems.

HEX127F3F
Decimal1812763
Binary100101111111111111
Octal2217777

Shades and tints

Shades of #127F3F

#127F3F
(18,127,63)
#11743A
(17,116,58)
#106935
(16,105,53)
#0F5E30
(15,94,48)
#0E532B
(14,83,43)
#0D4826
(13,72,38)
#0C3D21
(12,61,33)
#0B321C
(11,50,28)
#0A2717
(10,39,23)
#091C12
(9,28,18)
#08110D
(8,17,13)
#000000
(0,0,0)

Tints of #127F3F

#127F3F
(18,127,63)
#278A50
(39,138,80)
#3C9561
(60,149,97)
#51A072
(81,160,114)
#66AB83
(102,171,131)
#7BB694
(123,182,148)
#90C1A5
(144,193,165)
#A5CCB6
(165,204,182)
#BAD7C7
(186,215,199)
#CFE2D8
(207,226,216)
#E4EDE9
(228,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #127F3F color. Also use rgb(18,127,63) instead hex code.

Text Font Color

.myTextColor { color: #127F3F; }

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

This text font color is #127F3F.


Background Color

.myBgColor { background-color: #127F3F; }

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

This div background color is #127F3F.


Border color

.myBorderColor { border: 1px solid #127F3F; }

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

This div border color is #127F3F.


Opacity

.myOpacity80 { color: #127F3F; opacity: 0.8; }

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

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

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

This text has shadow with #127F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127F3F on black background.


Color preview on white background

This text has color #127F3F on white background.



Black color preview on #127F3F background

This text has black color on #127F3F background.


White color preview on #127F3F background

This text has white color on #127F3F background.