COLOR #127462

HEX: #127462
RGB: (18,116,98)

Color info

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

RGB color model

#127462 color RGB value is (18,116,98).

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

RGB channels and saturation

R 18 of 255 = 7%
G 116 of 255 = 45%
B 98 of 255 = 38%

18
116
98

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

Portions of RGB colors in percentages

R + G + B =
18 + 116 + 98 = 232 (100%)
R 18 of 232 ~ 7.76%
G 116 of 232 ~ 50%
B 98 of 232 ~ 42.24%

%50
%42.24

CMYK color model

#127462 color CMYK value is (84,0,16,55).

  • cyan value is 84.48%
  • magenta value is 0.00%
  • yellow value is 15.52%
  • key color value is 54.51%
CMYK:
(84,0,16,55)
C84M0Y16K55 
(84%,0%,16%,55%)
(0.84/0.00/0.16/0.55)	

CMYK percentages

%84.48
%0
%15.52
%54.51

Codes

Color #127462 in popluar color models

127462
RGB1811698
HSL169°73.13%26.27%
HSB/HSV169°84.48%45.49%
CMYK84.48%0.00%15.52%
54.51%

Color #127462 in popluar number systems.

HEX127462
Decimal1811698
Binary1001011101001100010
Octal22164142

Shades and tints

Shades of #127462

#127462
(18,116,98)
#116A5A
(17,106,90)
#106052
(16,96,82)
#0F564A
(15,86,74)
#0E4C42
(14,76,66)
#0D423A
(13,66,58)
#0C3832
(12,56,50)
#0B2E2A
(11,46,42)
#0A2422
(10,36,34)
#091A1A
(9,26,26)
#081012
(8,16,18)
#000000
(0,0,0)

Tints of #127462

#127462
(18,116,98)
#278070
(39,128,112)
#3C8C7E
(60,140,126)
#51988C
(81,152,140)
#66A49A
(102,164,154)
#7BB0A8
(123,176,168)
#90BCB6
(144,188,182)
#A5C8C4
(165,200,196)
#BAD4D2
(186,212,210)
#CFE0E0
(207,224,224)
#E4ECEE
(228,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #127462; }

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

This text font color is #127462.


Background Color

.myBgColor { background-color: #127462; }

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

This div background color is #127462.


Border color

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

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

This div border color is #127462.


Opacity

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

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

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

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

This text has shadow with #127462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127462 on black background.


Color preview on white background

This text has color #127462 on white background.



Black color preview on #127462 background

This text has black color on #127462 background.


White color preview on #127462 background

This text has white color on #127462 background.