COLOR #124412

HEX: #124412
RGB: (18,68,18)

Color info

#124412 contains red, green and blue colors in about the same proportion. Web safe color of #124412 is #003300 (or #030).

RGB color model

#124412 color RGB value is (18,68,18).

  • red value is 18;
  • green value is 68;
  • blue value is 18.
RGB:
(18,68,18)
(7%,27%,7%)

RGB channels and saturation

R 18 of 255 = 7%
G 68 of 255 = 27%
B 18 of 255 = 7%

18
68
18

R + G + B ~ 14%. #124412 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 68 + 18 = 104 (100%)
R 18 of 104 ~ 17.31%
G 68 of 104 ~ 65.38%
B 18 of 104 ~ 17.31%

%17.31
%65.38
%17.31

CMYK color model

#124412 color CMYK value is (74,0,74,73).

  • cyan value is 73.53%
  • magenta value is 0.00%
  • yellow value is 73.53%
  • key color value is 73.33%
CMYK:
(74,0,74,73)
C74M0Y74K73 
(74%,0%,74%,73%)
(0.74/0.00/0.74/0.73)	

CMYK percentages

%73.53
%0
%73.53
%73.33

Codes

Color #124412 in popluar color models

124412
RGB186818
HSL120°58.14%16.86%
HSB/HSV120°73.53%26.67%
CMYK73.53%0.00%73.53%
73.33%

Color #124412 in popluar number systems.

HEX124412
Decimal186818
Binary10010100010010010
Octal2210422

Shades and tints

Shades of #124412

#124412
(18,68,18)
#113E11
(17,62,17)
#103810
(16,56,16)
#0F320F
(15,50,15)
#0E2C0E
(14,44,14)
#0D260D
(13,38,13)
#0C200C
(12,32,12)
#0B1A0B
(11,26,11)
#0A140A
(10,20,10)
#090E09
(9,14,9)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #124412

#124412
(18,68,18)
#275527
(39,85,39)
#3C663C
(60,102,60)
#517751
(81,119,81)
#668866
(102,136,102)
#7B997B
(123,153,123)
#90AA90
(144,170,144)
#A5BBA5
(165,187,165)
#BACCBA
(186,204,186)
#CFDDCF
(207,221,207)
#E4EEE4
(228,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124412; }

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

This text font color is #124412.


Background Color

.myBgColor { background-color: #124412; }

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

This div background color is #124412.


Border color

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

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

This div border color is #124412.


Opacity

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

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

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

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

This text has shadow with #124412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124412 on black background.


Color preview on white background

This text has color #124412 on white background.



Black color preview on #124412 background

This text has black color on #124412 background.


White color preview on #124412 background

This text has white color on #124412 background.