COLOR #0C460A

HEX: #0C460A
RGB: (12,70,10)

Color info

#0C460A contains mainly red and green colors. Web safe color of #0C460A is #003300 (or #030).

RGB color model

#0C460A color RGB value is (12,70,10).

  • red value is 12;
  • green value is 70;
  • blue value is 10.
RGB: (12,70,10) (5%,27%,4%)

RGB channels and saturation

R 12 of 255 = 5%
G 70 of 255 = 27%
B 10 of 255 = 4%

12
70
10

R + G + B ~ 12%. #0C460A is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 70 + 10 = 92 (100%)
R 12 of 92 ~ 13.04%
G 70 of 92 ~ 76.09%
B 10 of 92 ~ 10.87%

%13.04
%76.09
%10.87

CMYK color model

#0C460A color CMYK value is (83,0,86,73).

  • cyan value is 82.86%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 72.55%
CMYK: (83,0,86,73) C83M0Y86K73 (83%,0%,86%,73%) (0.83/0.00/0.86/0.73)

CMYK percentages

%82.86
%0
%85.71
%72.55

Codes

Color #0C460A in popluar color models

0C460A
RGB127010
HSL118°75.00%15.69%
HSB/HSV118°85.71%27.45%
CMYK82.86%0.00%85.71%
72.55%

Color #0C460A in popluar number systems.

HEX0C460A
Decimal127010
Binary110010001101010
Octal1410612

Shades and tints

Shades of #0C460A

#0C460A
(12,70,10)
#0B400A
(11,64,10)
#0A3A0A
(10,58,10)
#09340A
(9,52,10)
#082E0A
(8,46,10)
#07280A
(7,40,10)
#06220A
(6,34,10)
#051C0A
(5,28,10)
#04160A
(4,22,10)
#03100A
(3,16,10)
#020A0A
(2,10,10)
#000000
(0,0,0)

Tints of #0C460A

#0C460A
(12,70,10)
#225620
(34,86,32)
#386636
(56,102,54)
#4E764C
(78,118,76)
#648662
(100,134,98)
#7A9678
(122,150,120)
#90A68E
(144,166,142)
#A6B6A4
(166,182,164)
#BCC6BA
(188,198,186)
#D2D6D0
(210,214,208)
#E8E6E6
(232,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C460A color. Also use rgb(12,70,10) instead hex code.

Text Font Color

.myTextColor { color: #0C460A; }

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

This text font color is #0C460A.


Background Color

.myBgColor { background-color: #0C460A; }

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

This div background color is #0C460A.


Border color

.myBorderColor { border: 1px solid #0C460A; }

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

This div border color is #0C460A.


Opacity

.myOpacity80 { color: #0C460A; opacity: 0.8; }

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

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

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

This text has shadow with #0C460A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0C460A on black background.


Color preview on white background

This text has color #0C460A on white background.



Black color preview on #0C460A background

This text has black color on #0C460A background.


White color preview on #0C460A background

This text has white color on #0C460A background.