COLOR #127E5B

HEX: #127E5B RGB: (18,126,91)

Color info

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

RGB color model

#127E5B color RGB value is (18,126,91).

RGB: (18,126,91) (7%, 49%, 36%)

RGB channels and saturation

R 18 of 255 = 7%
G 126 of 255 = 49%
B 91 of 255 = 36%

18
126
91

R + G + B ~ 31%. #127E5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 126 + 91 = 235 (100%)
R 18 of 235 ~ 7.66%
G 126 of 235 ~ 53.62%
B 91 of 235 ~ 38.72'%

%53.62
%38.72

CMYK color model

#127E5B color CMYK value is (86,0,28,51).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 50.59%

CMYK: (86,0,28,51)
C86M0Y28K51 (86%, 0%, 28%, 51%)
(0.86 / 0.00 / 0.28 / 0.51)

CMYK percentages

%85.71
%0
%27.78
%50.59

Codes

Color #127E5B in popluar color models

12 7E 5B
RGB 18 126 91
HSL 161° 75.00% 28.24%
HSB/HSV 161° 85.71% 49.41%
CMYK 85.71% 0.00% 27.78%
50.59%

Color #127E5B in popluar number systems.

HEX 12 7E 5B
Decimal 18 126 91
Binary 10010 1111110 1011011
Octal 22 176 133

Shades and tints

Shades of #127E5B

#127E5B
(18,126,91)
#117353
(17,115,83)
#10684B
(16,104,75)
#0F5D43
(15,93,67)
#0E523B
(14,82,59)
#0D4733
(13,71,51)
#0C3C2B
(12,60,43)
#0B3123
(11,49,35)
#0A261B
(10,38,27)
#091B13
(9,27,19)
#08100B
(8,16,11)
#000000
(0,0,0)

Tints of #127E5B

#127E5B
(18,126,91)
#278969
(39,137,105)
#3C9477
(60,148,119)
#519F85
(81,159,133)
#66AA93
(102,170,147)
#7BB5A1
(123,181,161)
#90C0AF
(144,192,175)
#A5CBBD
(165,203,189)
#BAD6CB
(186,214,203)
#CFE1D9
(207,225,217)
#E4ECE7
(228,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #127E5B; }

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

This text font color is #127E5B.

Background Color

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

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

This div background color is #127E5B.

Border color

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

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

This div border color is #127E5B.

Opacity

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

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

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

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

This text has shadow with #127E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #127E5B.

Preview

Color preview on black background

This text has color #127E5B on black background.


Color preview on white background

This text has color #127E5B on white background.


Black color preview on #127E5B background

This text has black color on #127E5B background.


White color preview on #127E5B background

This text has white color on #127E5B background.


Related colors

Complementary color

Complementary color for #hex is #ED81A4.


I love getcolorcode.com

Triadic colors

1 #5B127E and #7E5B12 with #127E5B are triadic colors.

2 #5B7E12 and #7E125B with #127E5B are triadic colors.