COLOR #125A4F

HEX: #125A4F
RGB: (18,90,79)

Color info

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

RGB color model

#125A4F color RGB value is (18,90,79).

  • red value is 18;
  • green value is 90;
  • blue value is 79.
RGB:
(18,90,79)
(7%,35%,31%)

RGB channels and saturation

R 18 of 255 = 7%
G 90 of 255 = 35%
B 79 of 255 = 31%

18
90
79

R + G + B ~ 24%. #125A4F is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 90 + 79 = 187 (100%)
R 18 of 187 ~ 9.63%
G 90 of 187 ~ 48.13%
B 79 of 187 ~ 42.25%

%9.63
%48.13
%42.25

CMYK color model

#125A4F color CMYK value is (80,0,12,65).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 64.71%
CMYK:
(80,0,12,65)
C80M0Y12K65 
(80%,0%,12%,65%)
(0.80/0.00/0.12/0.65)	

CMYK percentages

%80
%0
%12.22
%64.71

Codes

Color #125A4F in popluar color models

125A4F
RGB189079
HSL171°66.67%21.18%
HSB/HSV171°80.00%35.29%
CMYK80.00%0.00%12.22%
64.71%

Color #125A4F in popluar number systems.

HEX125A4F
Decimal189079
Binary1001010110101001111
Octal22132117

Shades and tints

Shades of #125A4F

#125A4F
(18,90,79)
#115248
(17,82,72)
#104A41
(16,74,65)
#0F423A
(15,66,58)
#0E3A33
(14,58,51)
#0D322C
(13,50,44)
#0C2A25
(12,42,37)
#0B221E
(11,34,30)
#0A1A17
(10,26,23)
#091210
(9,18,16)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #125A4F

#125A4F
(18,90,79)
#27695F
(39,105,95)
#3C786F
(60,120,111)
#51877F
(81,135,127)
#66968F
(102,150,143)
#7BA59F
(123,165,159)
#90B4AF
(144,180,175)
#A5C3BF
(165,195,191)
#BAD2CF
(186,210,207)
#CFE1DF
(207,225,223)
#E4F0EF
(228,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125A4F color. Also use rgb(18,90,79) instead hex code.

Text Font Color

.myTextColor { color: #125A4F; }

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

This text font color is #125A4F.


Background Color

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

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

This div background color is #125A4F.


Border color

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

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

This div border color is #125A4F.


Opacity

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

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

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

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

This text has shadow with #125A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125A4F on black background.


Color preview on white background

This text has color #125A4F on white background.



Black color preview on #125A4F background

This text has black color on #125A4F background.


White color preview on #125A4F background

This text has white color on #125A4F background.