COLOR #124501

HEX: #124501 RGB: (18,69,1)

Color info

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

RGB color model

#124501 color RGB value is (18,69,1).

RGB: (18,69,1) (7%, 27%, 0%)

RGB channels and saturation

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

18
69
1

R + G + B ~ 11%. #124501 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 69 + 1 = 88 (100%)
R 18 of 88 ~ 20.45%
G 69 of 88 ~ 78.41%
B 1 of 88 ~ 1.14'%

%20.45
%78.41

CMYK color model

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

  • cyan value is 73.91%
  • magenta value is 0.00%
  • yellow value is 98.55%
  • key color value is 72.94%

CMYK: (74,0,99,73)
C74M0Y99K73 (74%, 0%, 99%, 73%)
(0.74 / 0.00 / 0.99 / 0.73)

CMYK percentages

%73.91
%0
%98.55
%72.94

Codes

Color #124501 in popluar color models

12 45 01
RGB 18 69 1
HSL 105° 97.14% 13.73%
HSB/HSV 105° 98.55% 27.06%
CMYK 73.91% 0.00% 98.55%
72.94%

Color #124501 in popluar number systems.

HEX 12 45 01
Decimal 18 69 1
Binary 10010 1000101 1
Octal 22 105 1

Shades and tints

Shades of #124501

#124501
(18,69,1)
#113F01
(17,63,1)
#103901
(16,57,1)
#0F3301
(15,51,1)
#0E2D01
(14,45,1)
#0D2701
(13,39,1)
#0C2101
(12,33,1)
#0B1B01
(11,27,1)
#0A1501
(10,21,1)
#090F01
(9,15,1)
#080901
(8,9,1)
#000000
(0,0,0)

Tints of #124501

#124501
(18,69,1)
#275518
(39,85,24)
#3C652F
(60,101,47)
#517546
(81,117,70)
#66855D
(102,133,93)
#7B9574
(123,149,116)
#90A58B
(144,165,139)
#A5B5A2
(165,181,162)
#BAC5B9
(186,197,185)
#CFD5D0
(207,213,208)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124501; }

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

This text font color is #124501.

Background Color

.myBgColor { background-color: #124501; }

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

This div background color is #124501.

Border color

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

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

This div border color is #124501.

Opacity

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

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

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

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

This text has shadow with #124501 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #124501.

Preview

Color preview on black background

This text has color #124501 on black background.


Color preview on white background

This text has color #124501 on white background.


Black color preview on #124501 background

This text has black color on #124501 background.


White color preview on #124501 background

This text has white color on #124501 background.


Related colors

Complementary color

Complementary color for #hex is #EDBAFE.


I love getcolorcode.com

Triadic colors

1 #011245 and #450112 with #124501 are triadic colors.

2 #014512 and #451201 with #124501 are triadic colors.