COLOR #123F14

HEX: #123F14
RGB: (18,63,20)

Color info

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

RGB color model

#123F14 color RGB value is (18,63,20).

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

RGB channels and saturation

R 18 of 255 = 7%
G 63 of 255 = 25%
B 20 of 255 = 8%

18
63
20

R + G + B ~ 13%. #123F14 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 63 + 20 = 101 (100%)
R 18 of 101 ~ 17.82%
G 63 of 101 ~ 62.38%
B 20 of 101 ~ 19.8%

%17.82
%62.38
%19.8

CMYK color model

#123F14 color CMYK value is (71,0,68,75).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 68.25%
  • key color value is 75.29%
CMYK:
(71,0,68,75)
C71M0Y68K75 
(71%,0%,68%,75%)
(0.71/0.00/0.68/0.75)	

CMYK percentages

%71.43
%0
%68.25
%75.29

Codes

Color #123F14 in popluar color models

123F14
RGB186320
HSL123°55.56%15.88%
HSB/HSV123°71.43%24.71%
CMYK71.43%0.00%68.25%
75.29%

Color #123F14 in popluar number systems.

HEX123F14
Decimal186320
Binary1001011111110100
Octal227724

Shades and tints

Shades of #123F14

#123F14
(18,63,20)
#113A13
(17,58,19)
#103512
(16,53,18)
#0F3011
(15,48,17)
#0E2B10
(14,43,16)
#0D260F
(13,38,15)
#0C210E
(12,33,14)
#0B1C0D
(11,28,13)
#0A170C
(10,23,12)
#09120B
(9,18,11)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #123F14

#123F14
(18,63,20)
#275029
(39,80,41)
#3C613E
(60,97,62)
#517253
(81,114,83)
#668368
(102,131,104)
#7B947D
(123,148,125)
#90A592
(144,165,146)
#A5B6A7
(165,182,167)
#BAC7BC
(186,199,188)
#CFD8D1
(207,216,209)
#E4E9E6
(228,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123F14; }

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

This text font color is #123F14.


Background Color

.myBgColor { background-color: #123F14; }

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

This div background color is #123F14.


Border color

.myBorderColor { border: 1px solid #123F14; }

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

This div border color is #123F14.


Opacity

.myOpacity80 { color: #123F14; opacity: 0.8; }

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

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

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

This text has shadow with #123F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123F14 on black background.


Color preview on white background

This text has color #123F14 on white background.



Black color preview on #123F14 background

This text has black color on #123F14 background.


White color preview on #123F14 background

This text has white color on #123F14 background.