COLOR #124D32

HEX: #124D32
RGB: (18,77,50)

Color info

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

RGB color model

#124D32 color RGB value is (18,77,50).

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

RGB channels and saturation

R 18 of 255 = 7%
G 77 of 255 = 30%
B 50 of 255 = 20%

18
77
50

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

Portions of RGB colors in percentages

R + G + B =
18 + 77 + 50 = 145 (100%)
R 18 of 145 ~ 12.41%
G 77 of 145 ~ 53.1%
B 50 of 145 ~ 34.48%

%12.41
%53.1
%34.48

CMYK color model

#124D32 color CMYK value is (77,0,35,70).

  • cyan value is 76.62%
  • magenta value is 0.00%
  • yellow value is 35.06%
  • key color value is 69.80%
CMYK:
(77,0,35,70)
C77M0Y35K70 
(77%,0%,35%,70%)
(0.77/0.00/0.35/0.70)	

CMYK percentages

%76.62
%0
%35.06
%69.8

Codes

Color #124D32 in popluar color models

124D32
RGB187750
HSL153°62.11%18.63%
HSB/HSV153°76.62%30.20%
CMYK76.62%0.00%35.06%
69.80%

Color #124D32 in popluar number systems.

HEX124D32
Decimal187750
Binary100101001101110010
Octal2211562

Shades and tints

Shades of #124D32

#124D32
(18,77,50)
#11462E
(17,70,46)
#103F2A
(16,63,42)
#0F3826
(15,56,38)
#0E3122
(14,49,34)
#0D2A1E
(13,42,30)
#0C231A
(12,35,26)
#0B1C16
(11,28,22)
#0A1512
(10,21,18)
#090E0E
(9,14,14)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #124D32

#124D32
(18,77,50)
#275D44
(39,93,68)
#3C6D56
(60,109,86)
#517D68
(81,125,104)
#668D7A
(102,141,122)
#7B9D8C
(123,157,140)
#90AD9E
(144,173,158)
#A5BDB0
(165,189,176)
#BACDC2
(186,205,194)
#CFDDD4
(207,221,212)
#E4EDE6
(228,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124D32; }

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

This text font color is #124D32.


Background Color

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

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

This div background color is #124D32.


Border color

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

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

This div border color is #124D32.


Opacity

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

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

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

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

This text has shadow with #124D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124D32 on black background.


Color preview on white background

This text has color #124D32 on white background.



Black color preview on #124D32 background

This text has black color on #124D32 background.


White color preview on #124D32 background

This text has white color on #124D32 background.