COLOR #12260C

HEX: #12260C
RGB: (18,38,12)

Color info

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

RGB color model

#12260C color RGB value is (18,38,12).

  • red value is 18;
  • green value is 38;
  • blue value is 12.
RGB:
(18,38,12)
(7%,15%,5%)

RGB channels and saturation

R 18 of 255 = 7%
G 38 of 255 = 15%
B 12 of 255 = 5%

18
38
12

R + G + B ~ 9%. #12260C is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 38 + 12 = 68 (100%)
R 18 of 68 ~ 26.47%
G 38 of 68 ~ 55.88%
B 12 of 68 ~ 17.65%

%26.47
%55.88
%17.65

CMYK color model

#12260C color CMYK value is (53,0,68,85).

  • cyan value is 52.63%
  • magenta value is 0.00%
  • yellow value is 68.42%
  • key color value is 85.10%
CMYK:
(53,0,68,85)
C53M0Y68K85 
(53%,0%,68%,85%)
(0.53/0.00/0.68/0.85)	

CMYK percentages

%52.63
%0
%68.42
%85.1

Codes

Color #12260C in popluar color models

12260C
RGB183812
HSL106°52.00%9.80%
HSB/HSV106°68.42%14.90%
CMYK52.63%0.00%68.42%
85.10%

Color #12260C in popluar number systems.

HEX12260C
Decimal183812
Binary100101001101100
Octal224614

Shades and tints

Shades of #12260C

#12260C
(18,38,12)
#11230B
(17,35,11)
#10200A
(16,32,10)
#0F1D09
(15,29,9)
#0E1A08
(14,26,8)
#0D1707
(13,23,7)
#0C1406
(12,20,6)
#0B1105
(11,17,5)
#0A0E04
(10,14,4)
#090B03
(9,11,3)
#080802
(8,8,2)
#000000
(0,0,0)

Tints of #12260C

#12260C
(18,38,12)
#273922
(39,57,34)
#3C4C38
(60,76,56)
#515F4E
(81,95,78)
#667264
(102,114,100)
#7B857A
(123,133,122)
#909890
(144,152,144)
#A5ABA6
(165,171,166)
#BABEBC
(186,190,188)
#CFD1D2
(207,209,210)
#E4E4E8
(228,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12260C color. Also use rgb(18,38,12) instead hex code.

Text Font Color

.myTextColor { color: #12260C; }

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

This text font color is #12260C.


Background Color

.myBgColor { background-color: #12260C; }

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

This div background color is #12260C.


Border color

.myBorderColor { border: 1px solid #12260C; }

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

This div border color is #12260C.


Opacity

.myOpacity80 { color: #12260C; opacity: 0.8; }

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

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

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

This text has shadow with #12260C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12260C on black background.


Color preview on white background

This text has color #12260C on white background.



Black color preview on #12260C background

This text has black color on #12260C background.


White color preview on #12260C background

This text has white color on #12260C background.