COLOR #6B514F

HEX: #6B514F RGB: (107,81,79)

Color info

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

RGB color model

#6B514F color RGB value is (107,81,79).

RGB: (107,81,79) (42%, 32%, 31%)

RGB channels and saturation

R 107 of 255 = 42%
G 81 of 255 = 32%
B 79 of 255 = 31%

107
81
79

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

Portions of RGB colors in percentages

R + G + B = 107 + 81 + 79 = 267 (100%)
R 107 of 267 ~ 40.07%
G 81 of 267 ~ 30.34%
B 79 of 267 ~ 29.59'%

%40.07
%30.34
%29.59

CMYK color model

#6B514F color CMYK value is (0,24,26,58).

  • cyan value is 0.00%
  • magenta value is 24.30%
  • yellow value is 26.17%
  • key color value is 58.04%

CMYK: (0,24,26,58)
C0M24Y26K58 (0%, 24%, 26%, 58%)
(0.00 / 0.24 / 0.26 / 0.58)

CMYK percentages

%0
%24.3
%26.17
%58.04

Codes

Color #6B514F in popluar color models

6B 51 4F
RGB 107 81 79
HSL 15.05% 36.47%
HSB/HSV 26.17% 41.96%
CMYK 0.00% 24.30% 26.17%
58.04%

Color #6B514F in popluar number systems.

HEX 6B 51 4F
Decimal 107 81 79
Binary 1101011 1010001 1001111
Octal 153 121 117

Shades and tints

Shades of #6B514F

#6B514F
(107,81,79)
#624A48
(98,74,72)
#594341
(89,67,65)
#503C3A
(80,60,58)
#473533
(71,53,51)
#3E2E2C
(62,46,44)
#352725
(53,39,37)
#2C201E
(44,32,30)
#231917
(35,25,23)
#1A1210
(26,18,16)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #6B514F

#6B514F
(107,81,79)
#78605F
(120,96,95)
#856F6F
(133,111,111)
#927E7F
(146,126,127)
#9F8D8F
(159,141,143)
#AC9C9F
(172,156,159)
#B9ABAF
(185,171,175)
#C6BABF
(198,186,191)
#D3C9CF
(211,201,207)
#E0D8DF
(224,216,223)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B514F color. Also use rgb(107,81,79) instead hex code.

Text Font Color

.myTextColor { color: #6B514F; }

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

This text font color is #6B514F.

Background Color

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

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

This div background color is #6B514F.

Border color

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

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

This div border color is #6B514F.

Opacity

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

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

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

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

This text has shadow with #6B514F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B514F.

Preview

Color preview on black background

This text has color #6B514F on black background.


Color preview on white background

This text has color #6B514F on white background.


Black color preview on #6B514F background

This text has black color on #6B514F background.


White color preview on #6B514F background

This text has white color on #6B514F background.


Related colors

Complementary color

Complementary color for #hex is #94AEB0.


I love getcolorcode.com

Triadic colors

1 #4F6B51 and #514F6B with #6B514F are triadic colors.

2 #4F516B and #516B4F with #6B514F are triadic colors.