COLOR #123712

HEX: #123712
RGB: (18,55,18)

Color info

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

RGB color model

#123712 color RGB value is (18,55,18).

  • red value is 18;
  • green value is 55;
  • blue value is 18.
RGB:
(18,55,18)
(7%,22%,7%)

RGB channels and saturation

R 18 of 255 = 7%
G 55 of 255 = 22%
B 18 of 255 = 7%

18
55
18

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

Portions of RGB colors in percentages

R + G + B =
18 + 55 + 18 = 91 (100%)
R 18 of 91 ~ 19.78%
G 55 of 91 ~ 60.44%
B 18 of 91 ~ 19.78%

%19.78
%60.44
%19.78

CMYK color model

#123712 color CMYK value is (67,0,67,78).

  • cyan value is 67.27%
  • magenta value is 0.00%
  • yellow value is 67.27%
  • key color value is 78.43%
CMYK:
(67,0,67,78)
C67M0Y67K78 
(67%,0%,67%,78%)
(0.67/0.00/0.67/0.78)	

CMYK percentages

%67.27
%0
%67.27
%78.43

Codes

Color #123712 in popluar color models

123712
RGB185518
HSL120°50.68%14.31%
HSB/HSV120°67.27%21.57%
CMYK67.27%0.00%67.27%
78.43%

Color #123712 in popluar number systems.

HEX123712
Decimal185518
Binary1001011011110010
Octal226722

Shades and tints

Shades of #123712

#123712
(18,55,18)
#113211
(17,50,17)
#102D10
(16,45,16)
#0F280F
(15,40,15)
#0E230E
(14,35,14)
#0D1E0D
(13,30,13)
#0C190C
(12,25,12)
#0B140B
(11,20,11)
#0A0F0A
(10,15,10)
#090A09
(9,10,9)
#080508
(8,5,8)
#000000
(0,0,0)

Tints of #123712

#123712
(18,55,18)
#274927
(39,73,39)
#3C5B3C
(60,91,60)
#516D51
(81,109,81)
#667F66
(102,127,102)
#7B917B
(123,145,123)
#90A390
(144,163,144)
#A5B5A5
(165,181,165)
#BAC7BA
(186,199,186)
#CFD9CF
(207,217,207)
#E4EBE4
(228,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123712; }

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

This text font color is #123712.


Background Color

.myBgColor { background-color: #123712; }

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

This div background color is #123712.


Border color

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

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

This div border color is #123712.


Opacity

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

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

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

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

This text has shadow with #123712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123712 on black background.


Color preview on white background

This text has color #123712 on white background.



Black color preview on #123712 background

This text has black color on #123712 background.


White color preview on #123712 background

This text has white color on #123712 background.