COLOR #127E52

HEX: #127E52
RGB: (18,126,82)

Color info

#127E52 contains mainly green and blue colors. Web safe color of #127E52 is #006666 (or #066).

RGB color model

#127E52 color RGB value is (18,126,82).

  • red value is 18;
  • green value is 126;
  • blue value is 82.
RGB:
(18,126,82)
(7%,49%,32%)

RGB channels and saturation

R 18 of 255 = 7%
G 126 of 255 = 49%
B 82 of 255 = 32%

18
126
82

R + G + B ~ 29%. #127E52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 126 + 82 = 226 (100%)
R 18 of 226 ~ 7.96%
G 126 of 226 ~ 55.75%
B 82 of 226 ~ 36.28%

%55.75
%36.28

CMYK color model

#127E52 color CMYK value is (86,0,35,51).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 34.92%
  • key color value is 50.59%
CMYK:
(86,0,35,51)
C86M0Y35K51 
(86%,0%,35%,51%)
(0.86/0.00/0.35/0.51)	

CMYK percentages

%85.71
%0
%34.92
%50.59

Codes

Color #127E52 in popluar color models

127E52
RGB1812682
HSL156°75.00%28.24%
HSB/HSV156°85.71%49.41%
CMYK85.71%0.00%34.92%
50.59%

Color #127E52 in popluar number systems.

HEX127E52
Decimal1812682
Binary1001011111101010010
Octal22176122

Shades and tints

Shades of #127E52

#127E52
(18,126,82)
#11734B
(17,115,75)
#106844
(16,104,68)
#0F5D3D
(15,93,61)
#0E5236
(14,82,54)
#0D472F
(13,71,47)
#0C3C28
(12,60,40)
#0B3121
(11,49,33)
#0A261A
(10,38,26)
#091B13
(9,27,19)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #127E52

#127E52
(18,126,82)
#278961
(39,137,97)
#3C9470
(60,148,112)
#519F7F
(81,159,127)
#66AA8E
(102,170,142)
#7BB59D
(123,181,157)
#90C0AC
(144,192,172)
#A5CBBB
(165,203,187)
#BAD6CA
(186,214,202)
#CFE1D9
(207,225,217)
#E4ECE8
(228,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #127E52; }

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

This text font color is #127E52.


Background Color

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

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

This div background color is #127E52.


Border color

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

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

This div border color is #127E52.


Opacity

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

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

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

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

This text has shadow with #127E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127E52 on black background.


Color preview on white background

This text has color #127E52 on white background.



Black color preview on #127E52 background

This text has black color on #127E52 background.


White color preview on #127E52 background

This text has white color on #127E52 background.