COLOR #125246

HEX: #125246
RGB: (18,82,70)

Color info

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

RGB color model

#125246 color RGB value is (18,82,70).

  • red value is 18;
  • green value is 82;
  • blue value is 70.
RGB:
(18,82,70)
(7%,32%,27%)

RGB channels and saturation

R 18 of 255 = 7%
G 82 of 255 = 32%
B 70 of 255 = 27%

18
82
70

R + G + B ~ 22%. #125246 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 82 + 70 = 170 (100%)
R 18 of 170 ~ 10.59%
G 82 of 170 ~ 48.24%
B 70 of 170 ~ 41.18%

%10.59
%48.24
%41.18

CMYK color model

#125246 color CMYK value is (78,0,15,68).

  • cyan value is 78.05%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 67.84%
CMYK:
(78,0,15,68)
C78M0Y15K68 
(78%,0%,15%,68%)
(0.78/0.00/0.15/0.68)	

CMYK percentages

%78.05
%0
%14.63
%67.84

Codes

Color #125246 in popluar color models

125246
RGB188270
HSL169°64.00%19.61%
HSB/HSV169°78.05%32.16%
CMYK78.05%0.00%14.63%
67.84%

Color #125246 in popluar number systems.

HEX125246
Decimal188270
Binary1001010100101000110
Octal22122106

Shades and tints

Shades of #125246

#125246
(18,82,70)
#114B40
(17,75,64)
#10443A
(16,68,58)
#0F3D34
(15,61,52)
#0E362E
(14,54,46)
#0D2F28
(13,47,40)
#0C2822
(12,40,34)
#0B211C
(11,33,28)
#0A1A16
(10,26,22)
#091310
(9,19,16)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #125246

#125246
(18,82,70)
#276156
(39,97,86)
#3C7066
(60,112,102)
#517F76
(81,127,118)
#668E86
(102,142,134)
#7B9D96
(123,157,150)
#90ACA6
(144,172,166)
#A5BBB6
(165,187,182)
#BACAC6
(186,202,198)
#CFD9D6
(207,217,214)
#E4E8E6
(228,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125246 color. Also use rgb(18,82,70) instead hex code.

Text Font Color

.myTextColor { color: #125246; }

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

This text font color is #125246.


Background Color

.myBgColor { background-color: #125246; }

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

This div background color is #125246.


Border color

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

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

This div border color is #125246.


Opacity

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

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

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

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

This text has shadow with #125246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125246 on black background.


Color preview on white background

This text has color #125246 on white background.



Black color preview on #125246 background

This text has black color on #125246 background.


White color preview on #125246 background

This text has white color on #125246 background.