COLOR #124502

HEX: #124502
RGB: (18,69,2)

Color info

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

RGB color model

#124502 color RGB value is (18,69,2).

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

RGB channels and saturation

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

18
69
2

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

Portions of RGB colors in percentages

R + G + B =
18 + 69 + 2 = 89 (100%)
R 18 of 89 ~ 20.22%
G 69 of 89 ~ 77.53%
B 2 of 89 ~ 2.25%

%20.22
%77.53

CMYK color model

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

  • cyan value is 73.91%
  • magenta value is 0.00%
  • yellow value is 97.10%
  • key color value is 72.94%
CMYK:
(74,0,97,73)
C74M0Y97K73 
(74%,0%,97%,73%)
(0.74/0.00/0.97/0.73)	

CMYK percentages

%73.91
%0
%97.1
%72.94

Codes

Color #124502 in popluar color models

124502
RGB18692
HSL106°94.37%13.92%
HSB/HSV106°97.10%27.06%
CMYK73.91%0.00%97.10%
72.94%

Color #124502 in popluar number systems.

HEX124502
Decimal18692
Binary10010100010110
Octal221052

Shades and tints

Shades of #124502

#124502
(18,69,2)
#113F02
(17,63,2)
#103902
(16,57,2)
#0F3302
(15,51,2)
#0E2D02
(14,45,2)
#0D2702
(13,39,2)
#0C2102
(12,33,2)
#0B1B02
(11,27,2)
#0A1502
(10,21,2)
#090F02
(9,15,2)
#080902
(8,9,2)
#000000
(0,0,0)

Tints of #124502

#124502
(18,69,2)
#275519
(39,85,25)
#3C6530
(60,101,48)
#517547
(81,117,71)
#66855E
(102,133,94)
#7B9575
(123,149,117)
#90A58C
(144,165,140)
#A5B5A3
(165,181,163)
#BAC5BA
(186,197,186)
#CFD5D1
(207,213,209)
#E4E5E8
(228,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124502; }

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

This text font color is #124502.


Background Color

.myBgColor { background-color: #124502; }

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

This div background color is #124502.


Border color

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

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

This div border color is #124502.


Opacity

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

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

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

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

This text has shadow with #124502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124502 on black background.


Color preview on white background

This text has color #124502 on white background.



Black color preview on #124502 background

This text has black color on #124502 background.


White color preview on #124502 background

This text has white color on #124502 background.