COLOR #6C532F

HEX: #6C532F
RGB: (108,83,47)

Color info

#6C532F contains mainly red and green colors. Web safe color of #6C532F is #666633 (or #663).

RGB color model

#6C532F color RGB value is (108,83,47).

  • red value is 108;
  • green value is 83;
  • blue value is 47.
RGB:
(108,83,47)
(42%,33%,18%)

RGB channels and saturation

R 108 of 255 = 42%
G 83 of 255 = 33%
B 47 of 255 = 18%

108
83
47

R + G + B ~ 31%. #6C532F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 83 + 47 = 238 (100%)
R 108 of 238 ~ 45.38%
G 83 of 238 ~ 34.87%
B 47 of 238 ~ 19.75%

%45.38
%34.87
%19.75

CMYK color model

#6C532F color CMYK value is (0,23,56,58).

  • cyan value is 0.00%
  • magenta value is 23.15%
  • yellow value is 56.48%
  • key color value is 57.65%
CMYK:
(0,23,56,58)
C0M23Y56K58 
(0%,23%,56%,58%)
(0.00/0.23/0.56/0.58)	

CMYK percentages

%0
%23.15
%56.48
%57.65

Codes

Color #6C532F in popluar color models

6C532F
RGB1088347
HSL35°39.35%30.39%
HSB/HSV35°56.48%42.35%
CMYK0.00%23.15%56.48%
57.65%

Color #6C532F in popluar number systems.

HEX6C532F
Decimal1088347
Binary11011001010011101111
Octal15412357

Shades and tints

Shades of #6C532F

#6C532F
(108,83,47)
#634C2B
(99,76,43)
#5A4527
(90,69,39)
#513E23
(81,62,35)
#48371F
(72,55,31)
#3F301B
(63,48,27)
#362917
(54,41,23)
#2D2213
(45,34,19)
#241B0F
(36,27,15)
#1B140B
(27,20,11)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #6C532F

#6C532F
(108,83,47)
#796241
(121,98,65)
#867153
(134,113,83)
#938065
(147,128,101)
#A08F77
(160,143,119)
#AD9E89
(173,158,137)
#BAAD9B
(186,173,155)
#C7BCAD
(199,188,173)
#D4CBBF
(212,203,191)
#E1DAD1
(225,218,209)
#EEE9E3
(238,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C532F color. Also use rgb(108,83,47) instead hex code.

Text Font Color

.myTextColor { color: #6C532F; }

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

This text font color is #6C532F.


Background Color

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

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

This div background color is #6C532F.


Border color

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

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

This div border color is #6C532F.


Opacity

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

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

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

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

This text has shadow with #6C532F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C532F on black background.


Color preview on white background

This text has color #6C532F on white background.



Black color preview on #6C532F background

This text has black color on #6C532F background.


White color preview on #6C532F background

This text has white color on #6C532F background.