COLOR #125962

HEX: #125962
RGB: (18,89,98)

Color info

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

RGB color model

#125962 color RGB value is (18,89,98).

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

RGB channels and saturation

R 18 of 255 = 7%
G 89 of 255 = 35%
B 98 of 255 = 38%

18
89
98

R + G + B ~ 27%. #125962 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 89 + 98 = 205 (100%)
R 18 of 205 ~ 8.78%
G 89 of 205 ~ 43.41%
B 98 of 205 ~ 47.8%

%43.41
%47.8

CMYK color model

#125962 color CMYK value is (82,9,0,62).

  • cyan value is 81.63%
  • magenta value is 9.18%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(82,9,0,62)
C82M9Y0K62 
(82%,9%,0%,62%)
(0.82/0.09/0.00/0.62)	

CMYK percentages

%81.63
%9.18
%0
%61.57

Codes

Color #125962 in popluar color models

125962
RGB188998
HSL187°68.97%22.75%
HSB/HSV187°81.63%38.43%
CMYK81.63%9.18%0.00%
61.57%

Color #125962 in popluar number systems.

HEX125962
Decimal188998
Binary1001010110011100010
Octal22131142

Shades and tints

Shades of #125962

#125962
(18,89,98)
#11515A
(17,81,90)
#104952
(16,73,82)
#0F414A
(15,65,74)
#0E3942
(14,57,66)
#0D313A
(13,49,58)
#0C2932
(12,41,50)
#0B212A
(11,33,42)
#0A1922
(10,25,34)
#09111A
(9,17,26)
#080912
(8,9,18)
#000000
(0,0,0)

Tints of #125962

#125962
(18,89,98)
#276870
(39,104,112)
#3C777E
(60,119,126)
#51868C
(81,134,140)
#66959A
(102,149,154)
#7BA4A8
(123,164,168)
#90B3B6
(144,179,182)
#A5C2C4
(165,194,196)
#BAD1D2
(186,209,210)
#CFE0E0
(207,224,224)
#E4EFEE
(228,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125962; }

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

This text font color is #125962.


Background Color

.myBgColor { background-color: #125962; }

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

This div background color is #125962.


Border color

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

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

This div border color is #125962.


Opacity

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

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

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

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

This text has shadow with #125962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125962 on black background.


Color preview on white background

This text has color #125962 on white background.



Black color preview on #125962 background

This text has black color on #125962 background.


White color preview on #125962 background

This text has white color on #125962 background.