COLOR #6C514E

HEX: #6C514E
RGB: (108,81,78)

Color info

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

RGB color model

#6C514E color RGB value is (108,81,78).

  • red value is 108;
  • green value is 81;
  • blue value is 78.
RGB:
(108,81,78)
(42%,32%,31%)

RGB channels and saturation

R 108 of 255 = 42%
G 81 of 255 = 32%
B 78 of 255 = 31%

108
81
78

R + G + B ~ 35%. #6C514E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 81 + 78 = 267 (100%)
R 108 of 267 ~ 40.45%
G 81 of 267 ~ 30.34%
B 78 of 267 ~ 29.21%

%40.45
%30.34
%29.21

CMYK color model

#6C514E color CMYK value is (0,25,28,58).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 27.78%
  • key color value is 57.65%
CMYK:
(0,25,28,58)
C0M25Y28K58 
(0%,25%,28%,58%)
(0.00/0.25/0.28/0.58)	

CMYK percentages

%0
%25
%27.78
%57.65

Codes

Color #6C514E in popluar color models

6C514E
RGB1088178
HSL16.13%36.47%
HSB/HSV27.78%42.35%
CMYK0.00%25.00%27.78%
57.65%

Color #6C514E in popluar number systems.

HEX6C514E
Decimal1088178
Binary110110010100011001110
Octal154121116

Shades and tints

Shades of #6C514E

#6C514E
(108,81,78)
#634A47
(99,74,71)
#5A4340
(90,67,64)
#513C39
(81,60,57)
#483532
(72,53,50)
#3F2E2B
(63,46,43)
#362724
(54,39,36)
#2D201D
(45,32,29)
#241916
(36,25,22)
#1B120F
(27,18,15)
#120B08
(18,11,8)
#000000
(0,0,0)

Tints of #6C514E

#6C514E
(108,81,78)
#79605E
(121,96,94)
#866F6E
(134,111,110)
#937E7E
(147,126,126)
#A08D8E
(160,141,142)
#AD9C9E
(173,156,158)
#BAABAE
(186,171,174)
#C7BABE
(199,186,190)
#D4C9CE
(212,201,206)
#E1D8DE
(225,216,222)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C514E color. Also use rgb(108,81,78) instead hex code.

Text Font Color

.myTextColor { color: #6C514E; }

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

This text font color is #6C514E.


Background Color

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

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

This div background color is #6C514E.


Border color

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

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

This div border color is #6C514E.


Opacity

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

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

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

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

This text has shadow with #6C514E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C514E on black background.


Color preview on white background

This text has color #6C514E on white background.



Black color preview on #6C514E background

This text has black color on #6C514E background.


White color preview on #6C514E background

This text has white color on #6C514E background.