COLOR #125030

HEX: #125030
RGB: (18,80,48)

Color info

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

RGB color model

#125030 color RGB value is (18,80,48).

  • red value is 18;
  • green value is 80;
  • blue value is 48.
RGB:
(18,80,48)
(7%,31%,19%)

RGB channels and saturation

R 18 of 255 = 7%
G 80 of 255 = 31%
B 48 of 255 = 19%

18
80
48

R + G + B ~ 19%. #125030 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 80 + 48 = 146 (100%)
R 18 of 146 ~ 12.33%
G 80 of 146 ~ 54.79%
B 48 of 146 ~ 32.88%

%12.33
%54.79
%32.88

CMYK color model

#125030 color CMYK value is (78,0,40,69).

  • cyan value is 77.50%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 68.63%
CMYK:
(78,0,40,69)
C78M0Y40K69 
(78%,0%,40%,69%)
(0.78/0.00/0.40/0.69)	

CMYK percentages

%77.5
%0
%40
%68.63

Codes

Color #125030 in popluar color models

125030
RGB188048
HSL149°63.27%19.22%
HSB/HSV149°77.50%31.37%
CMYK77.50%0.00%40.00%
68.63%

Color #125030 in popluar number systems.

HEX125030
Decimal188048
Binary100101010000110000
Octal2212060

Shades and tints

Shades of #125030

#125030
(18,80,48)
#11492C
(17,73,44)
#104228
(16,66,40)
#0F3B24
(15,59,36)
#0E3420
(14,52,32)
#0D2D1C
(13,45,28)
#0C2618
(12,38,24)
#0B1F14
(11,31,20)
#0A1810
(10,24,16)
#09110C
(9,17,12)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #125030

#125030
(18,80,48)
#275F42
(39,95,66)
#3C6E54
(60,110,84)
#517D66
(81,125,102)
#668C78
(102,140,120)
#7B9B8A
(123,155,138)
#90AA9C
(144,170,156)
#A5B9AE
(165,185,174)
#BAC8C0
(186,200,192)
#CFD7D2
(207,215,210)
#E4E6E4
(228,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125030 color. Also use rgb(18,80,48) instead hex code.

Text Font Color

.myTextColor { color: #125030; }

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

This text font color is #125030.


Background Color

.myBgColor { background-color: #125030; }

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

This div background color is #125030.


Border color

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

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

This div border color is #125030.


Opacity

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

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

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

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

This text has shadow with #125030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125030 on black background.


Color preview on white background

This text has color #125030 on white background.



Black color preview on #125030 background

This text has black color on #125030 background.


White color preview on #125030 background

This text has white color on #125030 background.