COLOR #127D51

HEX: #127D51
RGB: (18,125,81)

Color info

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

RGB color model

#127D51 color RGB value is (18,125,81).

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

RGB channels and saturation

R 18 of 255 = 7%
G 125 of 255 = 49%
B 81 of 255 = 32%

18
125
81

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

Portions of RGB colors in percentages

R + G + B =
18 + 125 + 81 = 224 (100%)
R 18 of 224 ~ 8.04%
G 125 of 224 ~ 55.8%
B 81 of 224 ~ 36.16%

%55.8
%36.16

CMYK color model

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

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

CMYK percentages

%85.6
%0
%35.2
%50.98

Codes

Color #127D51 in popluar color models

127D51
RGB1812581
HSL155°74.83%28.04%
HSB/HSV155°85.60%49.02%
CMYK85.60%0.00%35.20%
50.98%

Color #127D51 in popluar number systems.

HEX127D51
Decimal1812581
Binary1001011111011010001
Octal22175121

Shades and tints

Shades of #127D51

#127D51
(18,125,81)
#11724A
(17,114,74)
#106743
(16,103,67)
#0F5C3C
(15,92,60)
#0E5135
(14,81,53)
#0D462E
(13,70,46)
#0C3B27
(12,59,39)
#0B3020
(11,48,32)
#0A2519
(10,37,25)
#091A12
(9,26,18)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #127D51

#127D51
(18,125,81)
#278860
(39,136,96)
#3C936F
(60,147,111)
#519E7E
(81,158,126)
#66A98D
(102,169,141)
#7BB49C
(123,180,156)
#90BFAB
(144,191,171)
#A5CABA
(165,202,186)
#BAD5C9
(186,213,201)
#CFE0D8
(207,224,216)
#E4EBE7
(228,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #127D51; }

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

This text font color is #127D51.


Background Color

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

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

This div background color is #127D51.


Border color

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

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

This div border color is #127D51.


Opacity

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

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

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

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

This text has shadow with #127D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127D51 on black background.


Color preview on white background

This text has color #127D51 on white background.



Black color preview on #127D51 background

This text has black color on #127D51 background.


White color preview on #127D51 background

This text has white color on #127D51 background.