COLOR #121704

HEX: #121704
RGB: (18,23,4)

Color info

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

RGB color model

#121704 color RGB value is (18,23,4).

  • red value is 18;
  • green value is 23;
  • blue value is 4.
RGB:
(18,23,4)
(7%,9%,2%)

RGB channels and saturation

R 18 of 255 = 7%
G 23 of 255 = 9%
B 4 of 255 = 2%

18
23
4

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

Portions of RGB colors in percentages

R + G + B =
18 + 23 + 4 = 45 (100%)
R 18 of 45 ~ 40%
G 23 of 45 ~ 51.11%
B 4 of 45 ~ 8.89%

%40
%51.11

CMYK color model

#121704 color CMYK value is (22,0,83,91).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 82.61%
  • key color value is 90.98%
CMYK:
(22,0,83,91)
C22M0Y83K91 
(22%,0%,83%,91%)
(0.22/0.00/0.83/0.91)	

CMYK percentages

%21.74
%0
%82.61
%90.98

Codes

Color #121704 in popluar color models

121704
RGB18234
HSL76°70.37%5.29%
HSB/HSV76°82.61%9.02%
CMYK21.74%0.00%82.61%
90.98%

Color #121704 in popluar number systems.

HEX121704
Decimal18234
Binary1001010111100
Octal22274

Shades and tints

Shades of #121704

#121704
(18,23,4)
#111504
(17,21,4)
#101304
(16,19,4)
#0F1104
(15,17,4)
#0E0F04
(14,15,4)
#0D0D04
(13,13,4)
#0C0B04
(12,11,4)
#0B0904
(11,9,4)
#0A0704
(10,7,4)
#090504
(9,5,4)
#080304
(8,3,4)
#000000
(0,0,0)

Tints of #121704

#121704
(18,23,4)
#272C1A
(39,44,26)
#3C4130
(60,65,48)
#515646
(81,86,70)
#666B5C
(102,107,92)
#7B8072
(123,128,114)
#909588
(144,149,136)
#A5AA9E
(165,170,158)
#BABFB4
(186,191,180)
#CFD4CA
(207,212,202)
#E4E9E0
(228,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121704; }

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

This text font color is #121704.


Background Color

.myBgColor { background-color: #121704; }

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

This div background color is #121704.


Border color

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

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

This div border color is #121704.


Opacity

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

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

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

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

This text has shadow with #121704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121704 on black background.


Color preview on white background

This text has color #121704 on white background.



Black color preview on #121704 background

This text has black color on #121704 background.


White color preview on #121704 background

This text has white color on #121704 background.