COLOR #121807

HEX: #121807
RGB: (18,24,7)

Color info

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

RGB color model

#121807 color RGB value is (18,24,7).

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

RGB channels and saturation

R 18 of 255 = 7%
G 24 of 255 = 9%
B 7 of 255 = 3%

18
24
7

R + G + B ~ 6%. #121807 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 24 + 7 = 49 (100%)
R 18 of 49 ~ 36.73%
G 24 of 49 ~ 48.98%
B 7 of 49 ~ 14.29%

%36.73
%48.98
%14.29

CMYK color model

#121807 color CMYK value is (25,0,71,91).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 70.83%
  • key color value is 90.59%
CMYK:
(25,0,71,91)
C25M0Y71K91 
(25%,0%,71%,91%)
(0.25/0.00/0.71/0.91)	

CMYK percentages

%25
%0
%70.83
%90.59

Codes

Color #121807 in popluar color models

121807
RGB18247
HSL81°54.84%6.08%
HSB/HSV81°70.83%9.41%
CMYK25.00%0.00%70.83%
90.59%

Color #121807 in popluar number systems.

HEX121807
Decimal18247
Binary1001011000111
Octal22307

Shades and tints

Shades of #121807

#121807
(18,24,7)
#111607
(17,22,7)
#101407
(16,20,7)
#0F1207
(15,18,7)
#0E1007
(14,16,7)
#0D0E07
(13,14,7)
#0C0C07
(12,12,7)
#0B0A07
(11,10,7)
#0A0807
(10,8,7)
#090607
(9,6,7)
#080407
(8,4,7)
#000000
(0,0,0)

Tints of #121807

#121807
(18,24,7)
#272D1D
(39,45,29)
#3C4233
(60,66,51)
#515749
(81,87,73)
#666C5F
(102,108,95)
#7B8175
(123,129,117)
#90968B
(144,150,139)
#A5ABA1
(165,171,161)
#BAC0B7
(186,192,183)
#CFD5CD
(207,213,205)
#E4EAE3
(228,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121807; }

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

This text font color is #121807.


Background Color

.myBgColor { background-color: #121807; }

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

This div background color is #121807.


Border color

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

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

This div border color is #121807.


Opacity

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

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

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

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

This text has shadow with #121807 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121807 on black background.


Color preview on white background

This text has color #121807 on white background.



Black color preview on #121807 background

This text has black color on #121807 background.


White color preview on #121807 background

This text has white color on #121807 background.