COLOR #125648

HEX: #125648
RGB: (18,86,72)

Color info

#125648 contains mainly green and blue colors. Web safe color of #125648 is #006633 (or #063).

RGB color model

#125648 color RGB value is (18,86,72).

  • red value is 18;
  • green value is 86;
  • blue value is 72.
RGB:
(18,86,72)
(7%,34%,28%)

RGB channels and saturation

R 18 of 255 = 7%
G 86 of 255 = 34%
B 72 of 255 = 28%

18
86
72

R + G + B ~ 23%. #125648 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 86 + 72 = 176 (100%)
R 18 of 176 ~ 10.23%
G 86 of 176 ~ 48.86%
B 72 of 176 ~ 40.91%

%10.23
%48.86
%40.91

CMYK color model

#125648 color CMYK value is (79,0,16,66).

  • cyan value is 79.07%
  • magenta value is 0.00%
  • yellow value is 16.28%
  • key color value is 66.27%
CMYK:
(79,0,16,66)
C79M0Y16K66 
(79%,0%,16%,66%)
(0.79/0.00/0.16/0.66)	

CMYK percentages

%79.07
%0
%16.28
%66.27

Codes

Color #125648 in popluar color models

125648
RGB188672
HSL168°65.38%20.39%
HSB/HSV168°79.07%33.73%
CMYK79.07%0.00%16.28%
66.27%

Color #125648 in popluar number systems.

HEX125648
Decimal188672
Binary1001010101101001000
Octal22126110

Shades and tints

Shades of #125648

#125648
(18,86,72)
#114F42
(17,79,66)
#10483C
(16,72,60)
#0F4136
(15,65,54)
#0E3A30
(14,58,48)
#0D332A
(13,51,42)
#0C2C24
(12,44,36)
#0B251E
(11,37,30)
#0A1E18
(10,30,24)
#091712
(9,23,18)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #125648

#125648
(18,86,72)
#276558
(39,101,88)
#3C7468
(60,116,104)
#518378
(81,131,120)
#669288
(102,146,136)
#7BA198
(123,161,152)
#90B0A8
(144,176,168)
#A5BFB8
(165,191,184)
#BACEC8
(186,206,200)
#CFDDD8
(207,221,216)
#E4ECE8
(228,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125648 color. Also use rgb(18,86,72) instead hex code.

Text Font Color

.myTextColor { color: #125648; }

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

This text font color is #125648.


Background Color

.myBgColor { background-color: #125648; }

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

This div background color is #125648.


Border color

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

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

This div border color is #125648.


Opacity

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

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

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

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

This text has shadow with #125648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125648 on black background.


Color preview on white background

This text has color #125648 on white background.



Black color preview on #125648 background

This text has black color on #125648 background.


White color preview on #125648 background

This text has white color on #125648 background.