COLOR #125C8C

HEX: #125C8C
RGB: (18,92,140)

Color info

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

RGB color model

#125C8C color RGB value is (18,92,140).

  • red value is 18;
  • green value is 92;
  • blue value is 140.
RGB: (18,92,140) (7%,36%,55%)

RGB channels and saturation

R 18 of 255 = 7%
G 92 of 255 = 36%
B 140 of 255 = 55%

18
92
140

R + G + B ~ 33%. #125C8C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 92 + 140 = 250 (100%)
R 18 of 250 ~ 7.2%
G 92 of 250 ~ 36.8%
B 140 of 250 ~ 56%

%36.8
%56

CMYK color model

#125C8C color CMYK value is (87,34,0,45).

  • cyan value is 87.14%
  • magenta value is 34.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK: (87,34,0,45) C87M34Y0K45 (87%,34%,0%,45%) (0.87/0.34/0.00/0.45)

CMYK percentages

%87.14
%34.29
%0
%45.1

Codes

Color #125C8C in popluar color models

125C8C
RGB1892140
HSL204°77.22%30.98%
HSB/HSV204°87.14%54.90%
CMYK87.14%34.29%0.00%
45.10%

Color #125C8C in popluar number systems.

HEX125C8C
Decimal1892140
Binary10010101110010001100
Octal22134214

Shades and tints

Shades of #125C8C

#125C8C
(18,92,140)
#115480
(17,84,128)
#104C74
(16,76,116)
#0F4468
(15,68,104)
#0E3C5C
(14,60,92)
#0D3450
(13,52,80)
#0C2C44
(12,44,68)
#0B2438
(11,36,56)
#0A1C2C
(10,28,44)
#091420
(9,20,32)
#080C14
(8,12,20)
#000000
(0,0,0)

Tints of #125C8C

#125C8C
(18,92,140)
#276A96
(39,106,150)
#3C78A0
(60,120,160)
#5186AA
(81,134,170)
#6694B4
(102,148,180)
#7BA2BE
(123,162,190)
#90B0C8
(144,176,200)
#A5BED2
(165,190,210)
#BACCDC
(186,204,220)
#CFDAE6
(207,218,230)
#E4E8F0
(228,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125C8C color. Also use rgb(18,92,140) instead hex code.

Text Font Color

.myTextColor { color: #125C8C; }

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

This text font color is #125C8C.


Background Color

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

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

This div background color is #125C8C.


Border color

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

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

This div border color is #125C8C.


Opacity

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

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

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

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

This text has shadow with #125C8C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #125C8C on black background.


Color preview on white background

This text has color #125C8C on white background.



Black color preview on #125C8C background

This text has black color on #125C8C background.


White color preview on #125C8C background

This text has white color on #125C8C background.