COLOR #124E2F

HEX: #124E2F
RGB: (18,78,47)

Color info

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

RGB color model

#124E2F color RGB value is (18,78,47).

  • red value is 18;
  • green value is 78;
  • blue value is 47.
RGB:
(18,78,47)
(7%,31%,18%)

RGB channels and saturation

R 18 of 255 = 7%
G 78 of 255 = 31%
B 47 of 255 = 18%

18
78
47

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

Portions of RGB colors in percentages

R + G + B =
18 + 78 + 47 = 143 (100%)
R 18 of 143 ~ 12.59%
G 78 of 143 ~ 54.55%
B 47 of 143 ~ 32.87%

%12.59
%54.55
%32.87

CMYK color model

#124E2F color CMYK value is (77,0,40,69).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 39.74%
  • key color value is 69.41%
CMYK:
(77,0,40,69)
C77M0Y40K69 
(77%,0%,40%,69%)
(0.77/0.00/0.40/0.69)	

CMYK percentages

%76.92
%0
%39.74
%69.41

Codes

Color #124E2F in popluar color models

124E2F
RGB187847
HSL149°62.50%18.82%
HSB/HSV149°76.92%30.59%
CMYK76.92%0.00%39.74%
69.41%

Color #124E2F in popluar number systems.

HEX124E2F
Decimal187847
Binary100101001110101111
Octal2211657

Shades and tints

Shades of #124E2F

#124E2F
(18,78,47)
#11472B
(17,71,43)
#104027
(16,64,39)
#0F3923
(15,57,35)
#0E321F
(14,50,31)
#0D2B1B
(13,43,27)
#0C2417
(12,36,23)
#0B1D13
(11,29,19)
#0A160F
(10,22,15)
#090F0B
(9,15,11)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #124E2F

#124E2F
(18,78,47)
#275E41
(39,94,65)
#3C6E53
(60,110,83)
#517E65
(81,126,101)
#668E77
(102,142,119)
#7B9E89
(123,158,137)
#90AE9B
(144,174,155)
#A5BEAD
(165,190,173)
#BACEBF
(186,206,191)
#CFDED1
(207,222,209)
#E4EEE3
(228,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #124E2F color. Also use rgb(18,78,47) instead hex code.

Text Font Color

.myTextColor { color: #124E2F; }

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

This text font color is #124E2F.


Background Color

.myBgColor { background-color: #124E2F; }

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

This div background color is #124E2F.


Border color

.myBorderColor { border: 1px solid #124E2F; }

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

This div border color is #124E2F.


Opacity

.myOpacity80 { color: #124E2F; opacity: 0.8; }

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

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

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

This text has shadow with #124E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124E2F on black background.


Color preview on white background

This text has color #124E2F on white background.



Black color preview on #124E2F background

This text has black color on #124E2F background.


White color preview on #124E2F background

This text has white color on #124E2F background.