COLOR #124C08

HEX: #124C08
RGB: (18,76,8)

Color info

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

RGB color model

#124C08 color RGB value is (18,76,8).

  • red value is 18;
  • green value is 76;
  • blue value is 8.
RGB:
(18,76,8)
(7%,30%,3%)

RGB channels and saturation

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

18
76
8

R + G + B ~ 13%. #124C08 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 76 + 8 = 102 (100%)
R 18 of 102 ~ 17.65%
G 76 of 102 ~ 74.51%
B 8 of 102 ~ 7.84%

%17.65
%74.51

CMYK color model

#124C08 color CMYK value is (76,0,89,70).

  • cyan value is 76.32%
  • magenta value is 0.00%
  • yellow value is 89.47%
  • key color value is 70.20%
CMYK:
(76,0,89,70)
C76M0Y89K70 
(76%,0%,89%,70%)
(0.76/0.00/0.89/0.70)	

CMYK percentages

%76.32
%0
%89.47
%70.2

Codes

Color #124C08 in popluar color models

124C08
RGB18768
HSL111°80.95%16.47%
HSB/HSV111°89.47%29.80%
CMYK76.32%0.00%89.47%
70.20%

Color #124C08 in popluar number systems.

HEX124C08
Decimal18768
Binary1001010011001000
Octal2211410

Shades and tints

Shades of #124C08

#124C08
(18,76,8)
#114608
(17,70,8)
#104008
(16,64,8)
#0F3A08
(15,58,8)
#0E3408
(14,52,8)
#0D2E08
(13,46,8)
#0C2808
(12,40,8)
#0B2208
(11,34,8)
#0A1C08
(10,28,8)
#091608
(9,22,8)
#081008
(8,16,8)
#000000
(0,0,0)

Tints of #124C08

#124C08
(18,76,8)
#275C1E
(39,92,30)
#3C6C34
(60,108,52)
#517C4A
(81,124,74)
#668C60
(102,140,96)
#7B9C76
(123,156,118)
#90AC8C
(144,172,140)
#A5BCA2
(165,188,162)
#BACCB8
(186,204,184)
#CFDCCE
(207,220,206)
#E4ECE4
(228,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124C08; }

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

This text font color is #124C08.


Background Color

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

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

This div background color is #124C08.


Border color

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

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

This div border color is #124C08.


Opacity

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

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

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

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

This text has shadow with #124C08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124C08 on black background.


Color preview on white background

This text has color #124C08 on white background.



Black color preview on #124C08 background

This text has black color on #124C08 background.


White color preview on #124C08 background

This text has white color on #124C08 background.