COLOR #123F07

HEX: #123F07
RGB: (18,63,7)

Color info

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

RGB color model

#123F07 color RGB value is (18,63,7).

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

RGB channels and saturation

R 18 of 255 = 7%
G 63 of 255 = 25%
B 7 of 255 = 3%

18
63
7

R + G + B ~ 12%. #123F07 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 63 + 7 = 88 (100%)
R 18 of 88 ~ 20.45%
G 63 of 88 ~ 71.59%
B 7 of 88 ~ 7.95%

%20.45
%71.59

CMYK color model

#123F07 color CMYK value is (71,0,89,75).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 88.89%
  • key color value is 75.29%
CMYK:
(71,0,89,75)
C71M0Y89K75 
(71%,0%,89%,75%)
(0.71/0.00/0.89/0.75)	

CMYK percentages

%71.43
%0
%88.89
%75.29

Codes

Color #123F07 in popluar color models

123F07
RGB18637
HSL108°80.00%13.73%
HSB/HSV108°88.89%24.71%
CMYK71.43%0.00%88.89%
75.29%

Color #123F07 in popluar number systems.

HEX123F07
Decimal18637
Binary10010111111111
Octal22777

Shades and tints

Shades of #123F07

#123F07
(18,63,7)
#113A07
(17,58,7)
#103507
(16,53,7)
#0F3007
(15,48,7)
#0E2B07
(14,43,7)
#0D2607
(13,38,7)
#0C2107
(12,33,7)
#0B1C07
(11,28,7)
#0A1707
(10,23,7)
#091207
(9,18,7)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #123F07

#123F07
(18,63,7)
#27501D
(39,80,29)
#3C6133
(60,97,51)
#517249
(81,114,73)
#66835F
(102,131,95)
#7B9475
(123,148,117)
#90A58B
(144,165,139)
#A5B6A1
(165,182,161)
#BAC7B7
(186,199,183)
#CFD8CD
(207,216,205)
#E4E9E3
(228,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123F07; }

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

This text font color is #123F07.


Background Color

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

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

This div background color is #123F07.


Border color

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

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

This div border color is #123F07.


Opacity

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

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

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

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

This text has shadow with #123F07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123F07 on black background.


Color preview on white background

This text has color #123F07 on white background.



Black color preview on #123F07 background

This text has black color on #123F07 background.


White color preview on #123F07 background

This text has white color on #123F07 background.