COLOR #124614

HEX: #124614
RGB: (18,70,20)

Color info

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

RGB color model

#124614 color RGB value is (18,70,20).

  • red value is 18;
  • green value is 70;
  • blue value is 20.
RGB:
(18,70,20)
(7%,27%,8%)

RGB channels and saturation

R 18 of 255 = 7%
G 70 of 255 = 27%
B 20 of 255 = 8%

18
70
20

R + G + B ~ 14%. #124614 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 70 + 20 = 108 (100%)
R 18 of 108 ~ 16.67%
G 70 of 108 ~ 64.81%
B 20 of 108 ~ 18.52%

%16.67
%64.81
%18.52

CMYK color model

#124614 color CMYK value is (74,0,71,73).

  • cyan value is 74.29%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 72.55%
CMYK:
(74,0,71,73)
C74M0Y71K73 
(74%,0%,71%,73%)
(0.74/0.00/0.71/0.73)	

CMYK percentages

%74.29
%0
%71.43
%72.55

Codes

Color #124614 in popluar color models

124614
RGB187020
HSL122°59.09%17.25%
HSB/HSV122°74.29%27.45%
CMYK74.29%0.00%71.43%
72.55%

Color #124614 in popluar number systems.

HEX124614
Decimal187020
Binary10010100011010100
Octal2210624

Shades and tints

Shades of #124614

#124614
(18,70,20)
#114013
(17,64,19)
#103A12
(16,58,18)
#0F3411
(15,52,17)
#0E2E10
(14,46,16)
#0D280F
(13,40,15)
#0C220E
(12,34,14)
#0B1C0D
(11,28,13)
#0A160C
(10,22,12)
#09100B
(9,16,11)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #124614

#124614
(18,70,20)
#275629
(39,86,41)
#3C663E
(60,102,62)
#517653
(81,118,83)
#668668
(102,134,104)
#7B967D
(123,150,125)
#90A692
(144,166,146)
#A5B6A7
(165,182,167)
#BAC6BC
(186,198,188)
#CFD6D1
(207,214,209)
#E4E6E6
(228,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #124614 color. Also use rgb(18,70,20) instead hex code.

Text Font Color

.myTextColor { color: #124614; }

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

This text font color is #124614.


Background Color

.myBgColor { background-color: #124614; }

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

This div background color is #124614.


Border color

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

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

This div border color is #124614.


Opacity

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

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

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

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

This text has shadow with #124614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124614 on black background.


Color preview on white background

This text has color #124614 on white background.



Black color preview on #124614 background

This text has black color on #124614 background.


White color preview on #124614 background

This text has white color on #124614 background.