COLOR #6C520D

HEX: #6C520D
RGB: (108,82,13)

Color info

#6C520D contains mainly red and green colors. Web safe color of #6C520D is #666600 (or #660).

RGB color model

#6C520D color RGB value is (108,82,13).

  • red value is 108;
  • green value is 82;
  • blue value is 13.
RGB:
(108,82,13)
(42%,32%,5%)

RGB channels and saturation

R 108 of 255 = 42%
G 82 of 255 = 32%
B 13 of 255 = 5%

108
82
13

R + G + B ~ 26%. #6C520D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 82 + 13 = 203 (100%)
R 108 of 203 ~ 53.2%
G 82 of 203 ~ 40.39%
B 13 of 203 ~ 6.4%

%53.2
%40.39

CMYK color model

#6C520D color CMYK value is (0,24,88,58).

  • cyan value is 0.00%
  • magenta value is 24.07%
  • yellow value is 87.96%
  • key color value is 57.65%
CMYK:
(0,24,88,58)
C0M24Y88K58 
(0%,24%,88%,58%)
(0.00/0.24/0.88/0.58)	

CMYK percentages

%0
%24.07
%87.96
%57.65

Codes

Color #6C520D in popluar color models

6C520D
RGB1088213
HSL44°78.51%23.73%
HSB/HSV44°87.96%42.35%
CMYK0.00%24.07%87.96%
57.65%

Color #6C520D in popluar number systems.

HEX6C520D
Decimal1088213
Binary110110010100101101
Octal15412215

Shades and tints

Shades of #6C520D

#6C520D
(108,82,13)
#634B0C
(99,75,12)
#5A440B
(90,68,11)
#513D0A
(81,61,10)
#483609
(72,54,9)
#3F2F08
(63,47,8)
#362807
(54,40,7)
#2D2106
(45,33,6)
#241A05
(36,26,5)
#1B1304
(27,19,4)
#120C03
(18,12,3)
#000000
(0,0,0)

Tints of #6C520D

#6C520D
(108,82,13)
#796123
(121,97,35)
#867039
(134,112,57)
#937F4F
(147,127,79)
#A08E65
(160,142,101)
#AD9D7B
(173,157,123)
#BAAC91
(186,172,145)
#C7BBA7
(199,187,167)
#D4CABD
(212,202,189)
#E1D9D3
(225,217,211)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C520D color. Also use rgb(108,82,13) instead hex code.

Text Font Color

.myTextColor { color: #6C520D; }

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

This text font color is #6C520D.


Background Color

.myBgColor { background-color: #6C520D; }

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

This div background color is #6C520D.


Border color

.myBorderColor { border: 1px solid #6C520D; }

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

This div border color is #6C520D.


Opacity

.myOpacity80 { color: #6C520D; opacity: 0.8; }

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

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

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

This text has shadow with #6C520D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C520D on black background.


Color preview on white background

This text has color #6C520D on white background.



Black color preview on #6C520D background

This text has black color on #6C520D background.


White color preview on #6C520D background

This text has white color on #6C520D background.