COLOR #121907

HEX: #121907
RGB: (18,25,7)

Color info

#121907 contains red, green and blue colors in about the same proportion. Web safe color of #121907 is #000000 (or #000).

RGB color model

#121907 color RGB value is (18,25,7).

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

RGB channels and saturation

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

18
25
7

R + G + B ~ 7%. #121907 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 25 + 7 = 50 (100%)
R 18 of 50 ~ 36%
G 25 of 50 ~ 50%
B 7 of 50 ~ 14%

%36
%50
%14

CMYK color model

#121907 color CMYK value is (28,0,72,90).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 72.00%
  • key color value is 90.20%
CMYK:
(28,0,72,90)
C28M0Y72K90 
(28%,0%,72%,90%)
(0.28/0.00/0.72/0.90)	

CMYK percentages

%28
%0
%72
%90.2

Codes

Color #121907 in popluar color models

121907
RGB18257
HSL83°56.25%6.27%
HSB/HSV83°72.00%9.80%
CMYK28.00%0.00%72.00%
90.20%

Color #121907 in popluar number systems.

HEX121907
Decimal18257
Binary1001011001111
Octal22317

Shades and tints

Shades of #121907

#121907
(18,25,7)
#111707
(17,23,7)
#101507
(16,21,7)
#0F1307
(15,19,7)
#0E1107
(14,17,7)
#0D0F07
(13,15,7)
#0C0D07
(12,13,7)
#0B0B07
(11,11,7)
#0A0907
(10,9,7)
#090707
(9,7,7)
#080507
(8,5,7)
#000000
(0,0,0)

Tints of #121907

#121907
(18,25,7)
#272D1D
(39,45,29)
#3C4133
(60,65,51)
#515549
(81,85,73)
#66695F
(102,105,95)
#7B7D75
(123,125,117)
#90918B
(144,145,139)
#A5A5A1
(165,165,161)
#BAB9B7
(186,185,183)
#CFCDCD
(207,205,205)
#E4E1E3
(228,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121907; }

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

This text font color is #121907.


Background Color

.myBgColor { background-color: #121907; }

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

This div background color is #121907.


Border color

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

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

This div border color is #121907.


Opacity

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

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

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

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

This text has shadow with #121907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121907 on black background.


Color preview on white background

This text has color #121907 on white background.



Black color preview on #121907 background

This text has black color on #121907 background.


White color preview on #121907 background

This text has white color on #121907 background.