COLOR #121D0A

HEX: #121D0A
RGB: (18,29,10)

Color info

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

RGB color model

#121D0A color RGB value is (18,29,10).

  • red value is 18;
  • green value is 29;
  • blue value is 10.
RGB:
(18,29,10)
(7%,11%,4%)

RGB channels and saturation

R 18 of 255 = 7%
G 29 of 255 = 11%
B 10 of 255 = 4%

18
29
10

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

Portions of RGB colors in percentages

R + G + B =
18 + 29 + 10 = 57 (100%)
R 18 of 57 ~ 31.58%
G 29 of 57 ~ 50.88%
B 10 of 57 ~ 17.54%

%31.58
%50.88
%17.54

CMYK color model

#121D0A color CMYK value is (38,0,66,89).

  • cyan value is 37.93%
  • magenta value is 0.00%
  • yellow value is 65.52%
  • key color value is 88.63%
CMYK:
(38,0,66,89)
C38M0Y66K89 
(38%,0%,66%,89%)
(0.38/0.00/0.66/0.89)	

CMYK percentages

%37.93
%0
%65.52
%88.63

Codes

Color #121D0A in popluar color models

121D0A
RGB182910
HSL95°48.72%7.65%
HSB/HSV95°65.52%11.37%
CMYK37.93%0.00%65.52%
88.63%

Color #121D0A in popluar number systems.

HEX121D0A
Decimal182910
Binary10010111011010
Octal223512

Shades and tints

Shades of #121D0A

#121D0A
(18,29,10)
#111B0A
(17,27,10)
#10190A
(16,25,10)
#0F170A
(15,23,10)
#0E150A
(14,21,10)
#0D130A
(13,19,10)
#0C110A
(12,17,10)
#0B0F0A
(11,15,10)
#0A0D0A
(10,13,10)
#090B0A
(9,11,10)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #121D0A

#121D0A
(18,29,10)
#273120
(39,49,32)
#3C4536
(60,69,54)
#51594C
(81,89,76)
#666D62
(102,109,98)
#7B8178
(123,129,120)
#90958E
(144,149,142)
#A5A9A4
(165,169,164)
#BABDBA
(186,189,186)
#CFD1D0
(207,209,208)
#E4E5E6
(228,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121D0A color. Also use rgb(18,29,10) instead hex code.

Text Font Color

.myTextColor { color: #121D0A; }

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

This text font color is #121D0A.


Background Color

.myBgColor { background-color: #121D0A; }

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

This div background color is #121D0A.


Border color

.myBorderColor { border: 1px solid #121D0A; }

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

This div border color is #121D0A.


Opacity

.myOpacity80 { color: #121D0A; opacity: 0.8; }

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

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

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

This text has shadow with #121D0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121D0A on black background.


Color preview on white background

This text has color #121D0A on white background.



Black color preview on #121D0A background

This text has black color on #121D0A background.


White color preview on #121D0A background

This text has white color on #121D0A background.