COLOR #125042

HEX: #125042
RGB: (18,80,66)

Color info

#125042 contains mainly green and blue colors. Web safe color of #125042 is #006633 (or #063).

RGB color model

#125042 color RGB value is (18,80,66).

  • red value is 18;
  • green value is 80;
  • blue value is 66.
RGB:
(18,80,66)
(7%,31%,26%)

RGB channels and saturation

R 18 of 255 = 7%
G 80 of 255 = 31%
B 66 of 255 = 26%

18
80
66

R + G + B ~ 21%. #125042 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 80 + 66 = 164 (100%)
R 18 of 164 ~ 10.98%
G 80 of 164 ~ 48.78%
B 66 of 164 ~ 40.24%

%10.98
%48.78
%40.24

CMYK color model

#125042 color CMYK value is (78,0,18,69).

  • cyan value is 77.50%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 68.63%
CMYK:
(78,0,18,69)
C78M0Y18K69 
(78%,0%,18%,69%)
(0.78/0.00/0.18/0.69)	

CMYK percentages

%77.5
%0
%17.5
%68.63

Codes

Color #125042 in popluar color models

125042
RGB188066
HSL166°63.27%19.22%
HSB/HSV166°77.50%31.37%
CMYK77.50%0.00%17.50%
68.63%

Color #125042 in popluar number systems.

HEX125042
Decimal188066
Binary1001010100001000010
Octal22120102

Shades and tints

Shades of #125042

#125042
(18,80,66)
#11493C
(17,73,60)
#104236
(16,66,54)
#0F3B30
(15,59,48)
#0E342A
(14,52,42)
#0D2D24
(13,45,36)
#0C261E
(12,38,30)
#0B1F18
(11,31,24)
#0A1812
(10,24,18)
#09110C
(9,17,12)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #125042

#125042
(18,80,66)
#275F53
(39,95,83)
#3C6E64
(60,110,100)
#517D75
(81,125,117)
#668C86
(102,140,134)
#7B9B97
(123,155,151)
#90AAA8
(144,170,168)
#A5B9B9
(165,185,185)
#BAC8CA
(186,200,202)
#CFD7DB
(207,215,219)
#E4E6EC
(228,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125042 color. Also use rgb(18,80,66) instead hex code.

Text Font Color

.myTextColor { color: #125042; }

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

This text font color is #125042.


Background Color

.myBgColor { background-color: #125042; }

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

This div background color is #125042.


Border color

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

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

This div border color is #125042.


Opacity

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

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

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

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

This text has shadow with #125042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125042 on black background.


Color preview on white background

This text has color #125042 on white background.



Black color preview on #125042 background

This text has black color on #125042 background.


White color preview on #125042 background

This text has white color on #125042 background.