COLOR #127557

HEX: #127557 RGB: (18,117,87)

Color info

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

RGB color model

#127557 color RGB value is (18,117,87).

RGB: (18,117,87) (7%, 46%, 34%)

RGB channels and saturation

R 18 of 255 = 7%
G 117 of 255 = 46%
B 87 of 255 = 34%

18
117
87

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

Portions of RGB colors in percentages

R + G + B = 18 + 117 + 87 = 222 (100%)
R 18 of 222 ~ 8.11%
G 117 of 222 ~ 52.7%
B 87 of 222 ~ 39.19'%

%52.7
%39.19

CMYK color model

#127557 color CMYK value is (85,0,26,54).

  • cyan value is 84.62%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 54.12%

CMYK: (85,0,26,54)
C85M0Y26K54 (85%, 0%, 26%, 54%)
(0.85 / 0.00 / 0.26 / 0.54)

CMYK percentages

%84.62
%0
%25.64
%54.12

Codes

Color #127557 in popluar color models

12 75 57
RGB 18 117 87
HSL 162° 73.33% 26.47%
HSB/HSV 162° 84.62% 45.88%
CMYK 84.62% 0.00% 25.64%
54.12%

Color #127557 in popluar number systems.

HEX 12 75 57
Decimal 18 117 87
Binary 10010 1110101 1010111
Octal 22 165 127

Shades and tints

Shades of #127557

#127557
(18,117,87)
#116B50
(17,107,80)
#106149
(16,97,73)
#0F5742
(15,87,66)
#0E4D3B
(14,77,59)
#0D4334
(13,67,52)
#0C392D
(12,57,45)
#0B2F26
(11,47,38)
#0A251F
(10,37,31)
#091B18
(9,27,24)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #127557

#127557
(18,117,87)
#278166
(39,129,102)
#3C8D75
(60,141,117)
#519984
(81,153,132)
#66A593
(102,165,147)
#7BB1A2
(123,177,162)
#90BDB1
(144,189,177)
#A5C9C0
(165,201,192)
#BAD5CF
(186,213,207)
#CFE1DE
(207,225,222)
#E4EDED
(228,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #127557 color. Also use rgb(18,117,87) instead hex code.

Text Font Color

.myTextColor { color: #127557; }

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

This text font color is #127557.

Background Color

.myBgColor { background-color: #127557; }

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

This div background color is #127557.

Border color

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

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

This div border color is #127557.

Opacity

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

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

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

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

This text has shadow with #127557 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #127557.

Preview

Color preview on black background

This text has color #127557 on black background.


Color preview on white background

This text has color #127557 on white background.


Black color preview on #127557 background

This text has black color on #127557 background.


White color preview on #127557 background

This text has white color on #127557 background.


Related colors

Complementary color

Complementary color for #hex is #ED8AA8.


I love getcolorcode.com

Triadic colors

1 #571275 and #755712 with #127557 are triadic colors.

2 #577512 and #751257 with #127557 are triadic colors.