COLOR #6C5953

HEX: #6C5953
RGB: (108,89,83)

Color info

#6C5953 contains red, green and blue colors in about the same proportion. Web safe color of #6C5953 is #666666 (or #666).

RGB color model

#6C5953 color RGB value is (108,89,83).

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

RGB channels and saturation

R 108 of 255 = 42%
G 89 of 255 = 35%
B 83 of 255 = 33%

108
89
83

R + G + B ~ 37%. #6C5953 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 89 + 83 = 280 (100%)
R 108 of 280 ~ 38.57%
G 89 of 280 ~ 31.79%
B 83 of 280 ~ 29.64%

%38.57
%31.79
%29.64

CMYK color model

#6C5953 color CMYK value is (0,18,23,58).

  • cyan value is 0.00%
  • magenta value is 17.59%
  • yellow value is 23.15%
  • key color value is 57.65%
CMYK:
(0,18,23,58)
C0M18Y23K58 
(0%,18%,23%,58%)
(0.00/0.18/0.23/0.58)	

CMYK percentages

%0
%17.59
%23.15
%57.65

Codes

Color #6C5953 in popluar color models

6C5953
RGB1088983
HSL14°13.09%37.45%
HSB/HSV14°23.15%42.35%
CMYK0.00%17.59%23.15%
57.65%

Color #6C5953 in popluar number systems.

HEX6C5953
Decimal1088983
Binary110110010110011010011
Octal154131123

Shades and tints

Shades of #6C5953

#6C5953
(108,89,83)
#63514C
(99,81,76)
#5A4945
(90,73,69)
#51413E
(81,65,62)
#483937
(72,57,55)
#3F3130
(63,49,48)
#362929
(54,41,41)
#2D2122
(45,33,34)
#24191B
(36,25,27)
#1B1114
(27,17,20)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #6C5953

#6C5953
(108,89,83)
#796862
(121,104,98)
#867771
(134,119,113)
#938680
(147,134,128)
#A0958F
(160,149,143)
#ADA49E
(173,164,158)
#BAB3AD
(186,179,173)
#C7C2BC
(199,194,188)
#D4D1CB
(212,209,203)
#E1E0DA
(225,224,218)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5953; }

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

This text font color is #6C5953.


Background Color

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

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

This div background color is #6C5953.


Border color

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

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

This div border color is #6C5953.


Opacity

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

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

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

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

This text has shadow with #6C5953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5953 on black background.


Color preview on white background

This text has color #6C5953 on white background.



Black color preview on #6C5953 background

This text has black color on #6C5953 background.


White color preview on #6C5953 background

This text has white color on #6C5953 background.