COLOR #124932

HEX: #124932
RGB: (18,73,50)

Color info

#124932 contains red, green and blue colors in about the same proportion. Web safe color of #124932 is #003333 (or #033).

RGB color model

#124932 color RGB value is (18,73,50).

  • red value is 18;
  • green value is 73;
  • blue value is 50.
RGB:
(18,73,50)
(7%,29%,20%)

RGB channels and saturation

R 18 of 255 = 7%
G 73 of 255 = 29%
B 50 of 255 = 20%

18
73
50

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

Portions of RGB colors in percentages

R + G + B =
18 + 73 + 50 = 141 (100%)
R 18 of 141 ~ 12.77%
G 73 of 141 ~ 51.77%
B 50 of 141 ~ 35.46%

%12.77
%51.77
%35.46

CMYK color model

#124932 color CMYK value is (75,0,32,71).

  • cyan value is 75.34%
  • magenta value is 0.00%
  • yellow value is 31.51%
  • key color value is 71.37%
CMYK:
(75,0,32,71)
C75M0Y32K71 
(75%,0%,32%,71%)
(0.75/0.00/0.32/0.71)	

CMYK percentages

%75.34
%0
%31.51
%71.37

Codes

Color #124932 in popluar color models

124932
RGB187350
HSL155°60.44%17.84%
HSB/HSV155°75.34%28.63%
CMYK75.34%0.00%31.51%
71.37%

Color #124932 in popluar number systems.

HEX124932
Decimal187350
Binary100101001001110010
Octal2211162

Shades and tints

Shades of #124932

#124932
(18,73,50)
#11432E
(17,67,46)
#103D2A
(16,61,42)
#0F3726
(15,55,38)
#0E3122
(14,49,34)
#0D2B1E
(13,43,30)
#0C251A
(12,37,26)
#0B1F16
(11,31,22)
#0A1912
(10,25,18)
#09130E
(9,19,14)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #124932

#124932
(18,73,50)
#275944
(39,89,68)
#3C6956
(60,105,86)
#517968
(81,121,104)
#66897A
(102,137,122)
#7B998C
(123,153,140)
#90A99E
(144,169,158)
#A5B9B0
(165,185,176)
#BAC9C2
(186,201,194)
#CFD9D4
(207,217,212)
#E4E9E6
(228,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #124932 color. Also use rgb(18,73,50) instead hex code.

Text Font Color

.myTextColor { color: #124932; }

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

This text font color is #124932.


Background Color

.myBgColor { background-color: #124932; }

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

This div background color is #124932.


Border color

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

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

This div border color is #124932.


Opacity

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

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

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

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

This text has shadow with #124932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124932 on black background.


Color preview on white background

This text has color #124932 on white background.



Black color preview on #124932 background

This text has black color on #124932 background.


White color preview on #124932 background

This text has white color on #124932 background.