COLOR #124C15

HEX: #124C15 RGB: (18,76,21)

Color info

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

RGB color model

#124C15 color RGB value is (18,76,21).

RGB: (18,76,21) (7%, 30%, 8%)

RGB channels and saturation

R 18 of 255 = 7%
G 76 of 255 = 30%
B 21 of 255 = 8%

18
76
21

R + G + B ~ 15%. #124C15 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 76 + 21 = 115 (100%)
R 18 of 115 ~ 15.65%
G 76 of 115 ~ 66.09%
B 21 of 115 ~ 18.26'%

%15.65
%66.09
%18.26

CMYK color model

#124C15 color CMYK value is (76,0,72,70).

  • cyan value is 76.32%
  • magenta value is 0.00%
  • yellow value is 72.37%
  • key color value is 70.20%

CMYK: (76,0,72,70)
C76M0Y72K70 (76%, 0%, 72%, 70%)
(0.76 / 0.00 / 0.72 / 0.70)

CMYK percentages

%76.32
%0
%72.37
%70.2

Codes

Color #124C15 in popluar color models

12 4C 15
RGB 18 76 21
HSL 123° 61.70% 18.43%
HSB/HSV 123° 76.32% 29.80%
CMYK 76.32% 0.00% 72.37%
70.20%

Color #124C15 in popluar number systems.

HEX 12 4C 15
Decimal 18 76 21
Binary 10010 1001100 10101
Octal 22 114 25

Shades and tints

Shades of #124C15

#124C15
(18,76,21)
#114614
(17,70,20)
#104013
(16,64,19)
#0F3A12
(15,58,18)
#0E3411
(14,52,17)
#0D2E10
(13,46,16)
#0C280F
(12,40,15)
#0B220E
(11,34,14)
#0A1C0D
(10,28,13)
#09160C
(9,22,12)
#08100B
(8,16,11)
#000000
(0,0,0)

Tints of #124C15

#124C15
(18,76,21)
#275C2A
(39,92,42)
#3C6C3F
(60,108,63)
#517C54
(81,124,84)
#668C69
(102,140,105)
#7B9C7E
(123,156,126)
#90AC93
(144,172,147)
#A5BCA8
(165,188,168)
#BACCBD
(186,204,189)
#CFDCD2
(207,220,210)
#E4ECE7
(228,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #124C15 color. Also use rgb(18,76,21) instead hex code.

Text Font Color

.myTextColor { color: #124C15; }

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

This text font color is #124C15.

Background Color

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

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

This div background color is #124C15.

Border color

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

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

This div border color is #124C15.

Opacity

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

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

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

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

This text has shadow with #124C15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #124C15.

Preview

Color preview on black background

This text has color #124C15 on black background.


Color preview on white background

This text has color #124C15 on white background.


Black color preview on #124C15 background

This text has black color on #124C15 background.


White color preview on #124C15 background

This text has white color on #124C15 background.


Related colors

Complementary color

Complementary color for #hex is #EDB3EA.


I love getcolorcode.com

Triadic colors

1 #15124C and #4C1512 with #124C15 are triadic colors.

2 #154C12 and #4C1215 with #124C15 are triadic colors.