COLOR #121710

HEX: #121710
RGB: (18,23,16)

Color info

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

RGB color model

#121710 color RGB value is (18,23,16).

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

RGB channels and saturation

R 18 of 255 = 7%
G 23 of 255 = 9%
B 16 of 255 = 6%

18
23
16

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

Portions of RGB colors in percentages

R + G + B =
18 + 23 + 16 = 57 (100%)
R 18 of 57 ~ 31.58%
G 23 of 57 ~ 40.35%
B 16 of 57 ~ 28.07%

%31.58
%40.35
%28.07

CMYK color model

#121710 color CMYK value is (22,0,30,91).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 90.98%
CMYK:
(22,0,30,91)
C22M0Y30K91 
(22%,0%,30%,91%)
(0.22/0.00/0.30/0.91)	

CMYK percentages

%21.74
%0
%30.43
%90.98

Codes

Color #121710 in popluar color models

121710
RGB182316
HSL103°17.95%7.65%
HSB/HSV103°30.43%9.02%
CMYK21.74%0.00%30.43%
90.98%

Color #121710 in popluar number systems.

HEX121710
Decimal182316
Binary100101011110000
Octal222720

Shades and tints

Shades of #121710

#121710
(18,23,16)
#11150F
(17,21,15)
#10130E
(16,19,14)
#0F110D
(15,17,13)
#0E0F0C
(14,15,12)
#0D0D0B
(13,13,11)
#0C0B0A
(12,11,10)
#0B0909
(11,9,9)
#0A0708
(10,7,8)
#090507
(9,5,7)
#080306
(8,3,6)
#000000
(0,0,0)

Tints of #121710

#121710
(18,23,16)
#272C25
(39,44,37)
#3C413A
(60,65,58)
#51564F
(81,86,79)
#666B64
(102,107,100)
#7B8079
(123,128,121)
#90958E
(144,149,142)
#A5AAA3
(165,170,163)
#BABFB8
(186,191,184)
#CFD4CD
(207,212,205)
#E4E9E2
(228,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121710; }

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

This text font color is #121710.


Background Color

.myBgColor { background-color: #121710; }

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

This div background color is #121710.


Border color

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

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

This div border color is #121710.


Opacity

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

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

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

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

This text has shadow with #121710 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121710 on black background.


Color preview on white background

This text has color #121710 on white background.



Black color preview on #121710 background

This text has black color on #121710 background.


White color preview on #121710 background

This text has white color on #121710 background.