COLOR #124402

HEX: #124402 RGB: (18,68,2)

Color info

#124402 contains mainly red and green colors. Web safe color of #124402 is #003300 (or #030).

RGB color model

#124402 color RGB value is (18,68,2).

RGB: (18,68,2) (7%, 27%, 1%)

RGB channels and saturation

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

18
68
2

R + G + B ~ 12%. #124402 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 68 + 2 = 88 (100%)
R 18 of 88 ~ 20.45%
G 68 of 88 ~ 77.27%
B 2 of 88 ~ 2.27'%

%20.45
%77.27

CMYK color model

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

  • cyan value is 73.53%
  • magenta value is 0.00%
  • yellow value is 97.06%
  • key color value is 73.33%

CMYK: (74,0,97,73)
C74M0Y97K73 (74%, 0%, 97%, 73%)
(0.74 / 0.00 / 0.97 / 0.73)

CMYK percentages

%73.53
%0
%97.06
%73.33

Codes

Color #124402 in popluar color models

12 44 02
RGB 18 68 2
HSL 105° 94.29% 13.73%
HSB/HSV 105° 97.06% 26.67%
CMYK 73.53% 0.00% 97.06%
73.33%

Color #124402 in popluar number systems.

HEX 12 44 02
Decimal 18 68 2
Binary 10010 1000100 10
Octal 22 104 2

Shades and tints

Shades of #124402

#124402
(18,68,2)
#113E02
(17,62,2)
#103802
(16,56,2)
#0F3202
(15,50,2)
#0E2C02
(14,44,2)
#0D2602
(13,38,2)
#0C2002
(12,32,2)
#0B1A02
(11,26,2)
#0A1402
(10,20,2)
#090E02
(9,14,2)
#080802
(8,8,2)
#000000
(0,0,0)

Tints of #124402

#124402
(18,68,2)
#275519
(39,85,25)
#3C6630
(60,102,48)
#517747
(81,119,71)
#66885E
(102,136,94)
#7B9975
(123,153,117)
#90AA8C
(144,170,140)
#A5BBA3
(165,187,163)
#BACCBA
(186,204,186)
#CFDDD1
(207,221,209)
#E4EEE8
(228,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124402; }

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

This text font color is #124402.

Background Color

.myBgColor { background-color: #124402; }

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

This div background color is #124402.

Border color

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

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

This div border color is #124402.

Opacity

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

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

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

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

This text has shadow with #124402 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #124402.

Preview

Color preview on black background

This text has color #124402 on black background.


Color preview on white background

This text has color #124402 on white background.


Black color preview on #124402 background

This text has black color on #124402 background.


White color preview on #124402 background

This text has white color on #124402 background.


Related colors

Complementary color

Complementary color for #hex is #EDBBFD.


I love getcolorcode.com

Triadic colors

1 #021244 and #440212 with #124402 are triadic colors.

2 #024412 and #441202 with #124402 are triadic colors.