COLOR #125E81

HEX: #125E81
RGB: (18,94,129)

Color info

#125E81 contains mainly green and blue colors. Web safe color of #125E81 is #006699 (or #069).

RGB color model

#125E81 color RGB value is (18,94,129).

  • red value is 18;
  • green value is 94;
  • blue value is 129.
RGB:
(18,94,129)
(7%,37%,51%)

RGB channels and saturation

R 18 of 255 = 7%
G 94 of 255 = 37%
B 129 of 255 = 51%

18
94
129

R + G + B ~ 32%. #125E81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 94 + 129 = 241 (100%)
R 18 of 241 ~ 7.47%
G 94 of 241 ~ 39%
B 129 of 241 ~ 53.53%

%39
%53.53

CMYK color model

#125E81 color CMYK value is (86,27,0,49).

  • cyan value is 86.05%
  • magenta value is 27.13%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(86,27,0,49)
C86M27Y0K49 
(86%,27%,0%,49%)
(0.86/0.27/0.00/0.49)	

CMYK percentages

%86.05
%27.13
%0
%49.41

Codes

Color #125E81 in popluar color models

125E81
RGB1894129
HSL199°75.51%28.82%
HSB/HSV199°86.05%50.59%
CMYK86.05%27.13%0.00%
49.41%

Color #125E81 in popluar number systems.

HEX125E81
Decimal1894129
Binary10010101111010000001
Octal22136201

Shades and tints

Shades of #125E81

#125E81
(18,94,129)
#115676
(17,86,118)
#104E6B
(16,78,107)
#0F4660
(15,70,96)
#0E3E55
(14,62,85)
#0D364A
(13,54,74)
#0C2E3F
(12,46,63)
#0B2634
(11,38,52)
#0A1E29
(10,30,41)
#09161E
(9,22,30)
#080E13
(8,14,19)
#000000
(0,0,0)

Tints of #125E81

#125E81
(18,94,129)
#276C8C
(39,108,140)
#3C7A97
(60,122,151)
#5188A2
(81,136,162)
#6696AD
(102,150,173)
#7BA4B8
(123,164,184)
#90B2C3
(144,178,195)
#A5C0CE
(165,192,206)
#BACED9
(186,206,217)
#CFDCE4
(207,220,228)
#E4EAEF
(228,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125E81 color. Also use rgb(18,94,129) instead hex code.

Text Font Color

.myTextColor { color: #125E81; }

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

This text font color is #125E81.


Background Color

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

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

This div background color is #125E81.


Border color

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

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

This div border color is #125E81.


Opacity

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

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

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

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

This text has shadow with #125E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125E81 on black background.


Color preview on white background

This text has color #125E81 on white background.



Black color preview on #125E81 background

This text has black color on #125E81 background.


White color preview on #125E81 background

This text has white color on #125E81 background.