COLOR #125464

HEX: #125464
RGB: (18,84,100)

Color info

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

RGB color model

#125464 color RGB value is (18,84,100).

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

RGB channels and saturation

R 18 of 255 = 7%
G 84 of 255 = 33%
B 100 of 255 = 39%

18
84
100

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

Portions of RGB colors in percentages

R + G + B =
18 + 84 + 100 = 202 (100%)
R 18 of 202 ~ 8.91%
G 84 of 202 ~ 41.58%
B 100 of 202 ~ 49.5%

%41.58
%49.5

CMYK color model

#125464 color CMYK value is (82,16,0,61).

  • cyan value is 82.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(82,16,0,61)
C82M16Y0K61 
(82%,16%,0%,61%)
(0.82/0.16/0.00/0.61)	

CMYK percentages

%82
%16
%0
%60.78

Codes

Color #125464 in popluar color models

125464
RGB1884100
HSL192°69.49%23.14%
HSB/HSV192°82.00%39.22%
CMYK82.00%16.00%0.00%
60.78%

Color #125464 in popluar number systems.

HEX125464
Decimal1884100
Binary1001010101001100100
Octal22124144

Shades and tints

Shades of #125464

#125464
(18,84,100)
#114D5B
(17,77,91)
#104652
(16,70,82)
#0F3F49
(15,63,73)
#0E3840
(14,56,64)
#0D3137
(13,49,55)
#0C2A2E
(12,42,46)
#0B2325
(11,35,37)
#0A1C1C
(10,28,28)
#091513
(9,21,19)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #125464

#125464
(18,84,100)
#276372
(39,99,114)
#3C7280
(60,114,128)
#51818E
(81,129,142)
#66909C
(102,144,156)
#7B9FAA
(123,159,170)
#90AEB8
(144,174,184)
#A5BDC6
(165,189,198)
#BACCD4
(186,204,212)
#CFDBE2
(207,219,226)
#E4EAF0
(228,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125464; }

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

This text font color is #125464.


Background Color

.myBgColor { background-color: #125464; }

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

This div background color is #125464.


Border color

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

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

This div border color is #125464.


Opacity

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

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

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

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

This text has shadow with #125464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125464 on black background.


Color preview on white background

This text has color #125464 on white background.



Black color preview on #125464 background

This text has black color on #125464 background.


White color preview on #125464 background

This text has white color on #125464 background.