COLOR #125857

HEX: #125857
RGB: (18,88,87)

Color info

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

RGB color model

#125857 color RGB value is (18,88,87).

  • red value is 18;
  • green value is 88;
  • blue value is 87.
RGB:
(18,88,87)
(7%,35%,34%)

RGB channels and saturation

R 18 of 255 = 7%
G 88 of 255 = 35%
B 87 of 255 = 34%

18
88
87

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

Portions of RGB colors in percentages

R + G + B =
18 + 88 + 87 = 193 (100%)
R 18 of 193 ~ 9.33%
G 88 of 193 ~ 45.6%
B 87 of 193 ~ 45.08%

%45.6
%45.08

CMYK color model

#125857 color CMYK value is (80,0,1,65).

  • cyan value is 79.55%
  • magenta value is 0.00%
  • yellow value is 1.14%
  • key color value is 65.49%
CMYK:
(80,0,1,65)
C80M0Y1K65 
(80%,0%,1%,65%)
(0.80/0.00/0.01/0.65)	

CMYK percentages

%79.55
%0
%1.14
%65.49

Codes

Color #125857 in popluar color models

125857
RGB188887
HSL179°66.04%20.78%
HSB/HSV179°79.55%34.51%
CMYK79.55%0.00%1.14%
65.49%

Color #125857 in popluar number systems.

HEX125857
Decimal188887
Binary1001010110001010111
Octal22130127

Shades and tints

Shades of #125857

#125857
(18,88,87)
#115050
(17,80,80)
#104849
(16,72,73)
#0F4042
(15,64,66)
#0E383B
(14,56,59)
#0D3034
(13,48,52)
#0C282D
(12,40,45)
#0B2026
(11,32,38)
#0A181F
(10,24,31)
#091018
(9,16,24)
#080811
(8,8,17)
#000000
(0,0,0)

Tints of #125857

#125857
(18,88,87)
#276766
(39,103,102)
#3C7675
(60,118,117)
#518584
(81,133,132)
#669493
(102,148,147)
#7BA3A2
(123,163,162)
#90B2B1
(144,178,177)
#A5C1C0
(165,193,192)
#BAD0CF
(186,208,207)
#CFDFDE
(207,223,222)
#E4EEED
(228,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125857 color. Also use rgb(18,88,87) instead hex code.

Text Font Color

.myTextColor { color: #125857; }

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

This text font color is #125857.


Background Color

.myBgColor { background-color: #125857; }

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

This div background color is #125857.


Border color

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

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

This div border color is #125857.


Opacity

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

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

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

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

This text has shadow with #125857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125857 on black background.


Color preview on white background

This text has color #125857 on white background.



Black color preview on #125857 background

This text has black color on #125857 background.


White color preview on #125857 background

This text has white color on #125857 background.