COLOR #125E30

HEX: #125E30
RGB: (18,94,48)

Color info

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

RGB color model

#125E30 color RGB value is (18,94,48).

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

RGB channels and saturation

R 18 of 255 = 7%
G 94 of 255 = 37%
B 48 of 255 = 19%

18
94
48

R + G + B ~ 21%. #125E30 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 94 + 48 = 160 (100%)
R 18 of 160 ~ 11.25%
G 94 of 160 ~ 58.75%
B 48 of 160 ~ 30%

%11.25
%58.75
%30

CMYK color model

#125E30 color CMYK value is (81,0,49,63).

  • cyan value is 80.85%
  • magenta value is 0.00%
  • yellow value is 48.94%
  • key color value is 63.14%
CMYK:
(81,0,49,63)
C81M0Y49K63 
(81%,0%,49%,63%)
(0.81/0.00/0.49/0.63)	

CMYK percentages

%80.85
%0
%48.94
%63.14

Codes

Color #125E30 in popluar color models

125E30
RGB189448
HSL144°67.86%21.96%
HSB/HSV144°80.85%36.86%
CMYK80.85%0.00%48.94%
63.14%

Color #125E30 in popluar number systems.

HEX125E30
Decimal189448
Binary100101011110110000
Octal2213660

Shades and tints

Shades of #125E30

#125E30
(18,94,48)
#11562C
(17,86,44)
#104E28
(16,78,40)
#0F4624
(15,70,36)
#0E3E20
(14,62,32)
#0D361C
(13,54,28)
#0C2E18
(12,46,24)
#0B2614
(11,38,20)
#0A1E10
(10,30,16)
#09160C
(9,22,12)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #125E30

#125E30
(18,94,48)
#276C42
(39,108,66)
#3C7A54
(60,122,84)
#518866
(81,136,102)
#669678
(102,150,120)
#7BA48A
(123,164,138)
#90B29C
(144,178,156)
#A5C0AE
(165,192,174)
#BACEC0
(186,206,192)
#CFDCD2
(207,220,210)
#E4EAE4
(228,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125E30; }

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

This text font color is #125E30.


Background Color

.myBgColor { background-color: #125E30; }

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

This div background color is #125E30.


Border color

.myBorderColor { border: 1px solid #125E30; }

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

This div border color is #125E30.


Opacity

.myOpacity80 { color: #125E30; opacity: 0.8; }

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

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

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

This text has shadow with #125E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125E30 on black background.


Color preview on white background

This text has color #125E30 on white background.



Black color preview on #125E30 background

This text has black color on #125E30 background.


White color preview on #125E30 background

This text has white color on #125E30 background.