COLOR #123512

HEX: #123512
RGB: (18,53,18)

Color info

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

RGB color model

#123512 color RGB value is (18,53,18).

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

RGB channels and saturation

R 18 of 255 = 7%
G 53 of 255 = 21%
B 18 of 255 = 7%

18
53
18

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

Portions of RGB colors in percentages

R + G + B =
18 + 53 + 18 = 89 (100%)
R 18 of 89 ~ 20.22%
G 53 of 89 ~ 59.55%
B 18 of 89 ~ 20.22%

%20.22
%59.55
%20.22

CMYK color model

#123512 color CMYK value is (66,0,66,79).

  • cyan value is 66.04%
  • magenta value is 0.00%
  • yellow value is 66.04%
  • key color value is 79.22%
CMYK:
(66,0,66,79)
C66M0Y66K79 
(66%,0%,66%,79%)
(0.66/0.00/0.66/0.79)	

CMYK percentages

%66.04
%0
%66.04
%79.22

Codes

Color #123512 in popluar color models

123512
RGB185318
HSL120°49.30%13.92%
HSB/HSV120°66.04%20.78%
CMYK66.04%0.00%66.04%
79.22%

Color #123512 in popluar number systems.

HEX123512
Decimal185318
Binary1001011010110010
Octal226522

Shades and tints

Shades of #123512

#123512
(18,53,18)
#113111
(17,49,17)
#102D10
(16,45,16)
#0F290F
(15,41,15)
#0E250E
(14,37,14)
#0D210D
(13,33,13)
#0C1D0C
(12,29,12)
#0B190B
(11,25,11)
#0A150A
(10,21,10)
#091109
(9,17,9)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #123512

#123512
(18,53,18)
#274727
(39,71,39)
#3C593C
(60,89,60)
#516B51
(81,107,81)
#667D66
(102,125,102)
#7B8F7B
(123,143,123)
#90A190
(144,161,144)
#A5B3A5
(165,179,165)
#BAC5BA
(186,197,186)
#CFD7CF
(207,215,207)
#E4E9E4
(228,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123512; }

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

This text font color is #123512.


Background Color

.myBgColor { background-color: #123512; }

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

This div background color is #123512.


Border color

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

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

This div border color is #123512.


Opacity

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

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

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

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

This text has shadow with #123512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123512 on black background.


Color preview on white background

This text has color #123512 on white background.



Black color preview on #123512 background

This text has black color on #123512 background.


White color preview on #123512 background

This text has white color on #123512 background.