COLOR #125B50

HEX: #125B50
RGB: (18,91,80)

Color info

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

RGB color model

#125B50 color RGB value is (18,91,80).

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

RGB channels and saturation

R 18 of 255 = 7%
G 91 of 255 = 36%
B 80 of 255 = 31%

18
91
80

R + G + B ~ 25%. #125B50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 91 + 80 = 189 (100%)
R 18 of 189 ~ 9.52%
G 91 of 189 ~ 48.15%
B 80 of 189 ~ 42.33%

%9.52
%48.15
%42.33

CMYK color model

#125B50 color CMYK value is (80,0,12,64).

  • cyan value is 80.22%
  • magenta value is 0.00%
  • yellow value is 12.09%
  • key color value is 64.31%
CMYK:
(80,0,12,64)
C80M0Y12K64 
(80%,0%,12%,64%)
(0.80/0.00/0.12/0.64)	

CMYK percentages

%80.22
%0
%12.09
%64.31

Codes

Color #125B50 in popluar color models

125B50
RGB189180
HSL171°66.97%21.37%
HSB/HSV171°80.22%35.69%
CMYK80.22%0.00%12.09%
64.31%

Color #125B50 in popluar number systems.

HEX125B50
Decimal189180
Binary1001010110111010000
Octal22133120

Shades and tints

Shades of #125B50

#125B50
(18,91,80)
#115349
(17,83,73)
#104B42
(16,75,66)
#0F433B
(15,67,59)
#0E3B34
(14,59,52)
#0D332D
(13,51,45)
#0C2B26
(12,43,38)
#0B231F
(11,35,31)
#0A1B18
(10,27,24)
#091311
(9,19,17)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #125B50

#125B50
(18,91,80)
#27695F
(39,105,95)
#3C776E
(60,119,110)
#51857D
(81,133,125)
#66938C
(102,147,140)
#7BA19B
(123,161,155)
#90AFAA
(144,175,170)
#A5BDB9
(165,189,185)
#BACBC8
(186,203,200)
#CFD9D7
(207,217,215)
#E4E7E6
(228,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125B50; }

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

This text font color is #125B50.


Background Color

.myBgColor { background-color: #125B50; }

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

This div background color is #125B50.


Border color

.myBorderColor { border: 1px solid #125B50; }

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

This div border color is #125B50.


Opacity

.myOpacity80 { color: #125B50; opacity: 0.8; }

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

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

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

This text has shadow with #125B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125B50 on black background.


Color preview on white background

This text has color #125B50 on white background.



Black color preview on #125B50 background

This text has black color on #125B50 background.


White color preview on #125B50 background

This text has white color on #125B50 background.