COLOR #0C340D

HEX: #0C340D
RGB: (12,52,13)

Color info

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

RGB color model

#0C340D color RGB value is (12,52,13).

  • red value is 12;
  • green value is 52;
  • blue value is 13.
RGB:
(12,52,13)
(5%,20%,5%)

RGB channels and saturation

R 12 of 255 = 5%
G 52 of 255 = 20%
B 13 of 255 = 5%

12
52
13

R + G + B ~ 10%. #0C340D is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 52 + 13 = 77 (100%)
R 12 of 77 ~ 15.58%
G 52 of 77 ~ 67.53%
B 13 of 77 ~ 16.88%

%15.58
%67.53
%16.88

CMYK color model

#0C340D color CMYK value is (77,0,75,80).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 79.61%
CMYK:
(77,0,75,80)
C77M0Y75K80 
(77%,0%,75%,80%)
(0.77/0.00/0.75/0.80)	

CMYK percentages

%76.92
%0
%75
%79.61

Codes

Color #0C340D in popluar color models

0C340D
RGB125213
HSL122°62.50%12.55%
HSB/HSV122°76.92%20.39%
CMYK76.92%0.00%75.00%
79.61%

Color #0C340D in popluar number systems.

HEX0C340D
Decimal125213
Binary11001101001101
Octal146415

Shades and tints

Shades of #0C340D

#0C340D
(12,52,13)
#0B300C
(11,48,12)
#0A2C0B
(10,44,11)
#09280A
(9,40,10)
#082409
(8,36,9)
#072008
(7,32,8)
#061C07
(6,28,7)
#051806
(5,24,6)
#041405
(4,20,5)
#031004
(3,16,4)
#020C03
(2,12,3)
#000000
(0,0,0)

Tints of #0C340D

#0C340D
(12,52,13)
#224623
(34,70,35)
#385839
(56,88,57)
#4E6A4F
(78,106,79)
#647C65
(100,124,101)
#7A8E7B
(122,142,123)
#90A091
(144,160,145)
#A6B2A7
(166,178,167)
#BCC4BD
(188,196,189)
#D2D6D3
(210,214,211)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C340D color. Also use rgb(12,52,13) instead hex code.

Text Font Color

.myTextColor { color: #0C340D; }

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

This text font color is #0C340D.


Background Color

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

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

This div background color is #0C340D.


Border color

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

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

This div border color is #0C340D.


Opacity

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

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

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

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

This text has shadow with #0C340D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C340D on black background.


Color preview on white background

This text has color #0C340D on white background.



Black color preview on #0C340D background

This text has black color on #0C340D background.


White color preview on #0C340D background

This text has white color on #0C340D background.