COLOR #127562

HEX: #127562
RGB: (18,117,98)

Color info

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

RGB color model

#127562 color RGB value is (18,117,98).

  • red value is 18;
  • green value is 117;
  • blue value is 98.
RGB:
(18,117,98)
(7%,46%,38%)

RGB channels and saturation

R 18 of 255 = 7%
G 117 of 255 = 46%
B 98 of 255 = 38%

18
117
98

R + G + B ~ 30%. #127562 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 117 + 98 = 233 (100%)
R 18 of 233 ~ 7.73%
G 117 of 233 ~ 50.21%
B 98 of 233 ~ 42.06%

%50.21
%42.06

CMYK color model

#127562 color CMYK value is (85,0,16,54).

  • cyan value is 84.62%
  • magenta value is 0.00%
  • yellow value is 16.24%
  • key color value is 54.12%
CMYK:
(85,0,16,54)
C85M0Y16K54 
(85%,0%,16%,54%)
(0.85/0.00/0.16/0.54)	

CMYK percentages

%84.62
%0
%16.24
%54.12

Codes

Color #127562 in popluar color models

127562
RGB1811798
HSL168°73.33%26.47%
HSB/HSV168°84.62%45.88%
CMYK84.62%0.00%16.24%
54.12%

Color #127562 in popluar number systems.

HEX127562
Decimal1811798
Binary1001011101011100010
Octal22165142

Shades and tints

Shades of #127562

#127562
(18,117,98)
#116B5A
(17,107,90)
#106152
(16,97,82)
#0F574A
(15,87,74)
#0E4D42
(14,77,66)
#0D433A
(13,67,58)
#0C3932
(12,57,50)
#0B2F2A
(11,47,42)
#0A2522
(10,37,34)
#091B1A
(9,27,26)
#081112
(8,17,18)
#000000
(0,0,0)

Tints of #127562

#127562
(18,117,98)
#278170
(39,129,112)
#3C8D7E
(60,141,126)
#51998C
(81,153,140)
#66A59A
(102,165,154)
#7BB1A8
(123,177,168)
#90BDB6
(144,189,182)
#A5C9C4
(165,201,196)
#BAD5D2
(186,213,210)
#CFE1E0
(207,225,224)
#E4EDEE
(228,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #127562; }

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

This text font color is #127562.


Background Color

.myBgColor { background-color: #127562; }

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

This div background color is #127562.


Border color

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

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

This div border color is #127562.


Opacity

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

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

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

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

This text has shadow with #127562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127562 on black background.


Color preview on white background

This text has color #127562 on white background.



Black color preview on #127562 background

This text has black color on #127562 background.


White color preview on #127562 background

This text has white color on #127562 background.