COLOR #125164

HEX: #125164
RGB: (18,81,100)

Color info

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

RGB color model

#125164 color RGB value is (18,81,100).

  • red value is 18;
  • green value is 81;
  • blue value is 100.
RGB:
(18,81,100)
(7%,32%,39%)

RGB channels and saturation

R 18 of 255 = 7%
G 81 of 255 = 32%
B 100 of 255 = 39%

18
81
100

R + G + B ~ 26%. #125164 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 81 + 100 = 199 (100%)
R 18 of 199 ~ 9.05%
G 81 of 199 ~ 40.7%
B 100 of 199 ~ 50.25%

%40.7
%50.25

CMYK color model

#125164 color CMYK value is (82,19,0,61).

  • cyan value is 82.00%
  • magenta value is 19.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(82,19,0,61)
C82M19Y0K61 
(82%,19%,0%,61%)
(0.82/0.19/0.00/0.61)	

CMYK percentages

%82
%19
%0
%60.78

Codes

Color #125164 in popluar color models

125164
RGB1881100
HSL194°69.49%23.14%
HSB/HSV194°82.00%39.22%
CMYK82.00%19.00%0.00%
60.78%

Color #125164 in popluar number systems.

HEX125164
Decimal1881100
Binary1001010100011100100
Octal22121144

Shades and tints

Shades of #125164

#125164
(18,81,100)
#114A5B
(17,74,91)
#104352
(16,67,82)
#0F3C49
(15,60,73)
#0E3540
(14,53,64)
#0D2E37
(13,46,55)
#0C272E
(12,39,46)
#0B2025
(11,32,37)
#0A191C
(10,25,28)
#091213
(9,18,19)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #125164

#125164
(18,81,100)
#276072
(39,96,114)
#3C6F80
(60,111,128)
#517E8E
(81,126,142)
#668D9C
(102,141,156)
#7B9CAA
(123,156,170)
#90ABB8
(144,171,184)
#A5BAC6
(165,186,198)
#BAC9D4
(186,201,212)
#CFD8E2
(207,216,226)
#E4E7F0
(228,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125164 color. Also use rgb(18,81,100) instead hex code.

Text Font Color

.myTextColor { color: #125164; }

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

This text font color is #125164.


Background Color

.myBgColor { background-color: #125164; }

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

This div background color is #125164.


Border color

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

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

This div border color is #125164.


Opacity

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

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

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

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

This text has shadow with #125164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125164 on black background.


Color preview on white background

This text has color #125164 on white background.



Black color preview on #125164 background

This text has black color on #125164 background.


White color preview on #125164 background

This text has white color on #125164 background.