COLOR #6B514A

HEX: #6B514A
RGB: (107,81,74)

Color info

#6B514A contains red, green and blue colors in about the same proportion. Web safe color of #6B514A is #666633 (or #663).

RGB color model

#6B514A color RGB value is (107,81,74).

  • red value is 107;
  • green value is 81;
  • blue value is 74.
RGB:
(107,81,74)
(42%,32%,29%)

RGB channels and saturation

R 107 of 255 = 42%
G 81 of 255 = 32%
B 74 of 255 = 29%

107
81
74

R + G + B ~ 34%. #6B514A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 81 + 74 = 262 (100%)
R 107 of 262 ~ 40.84%
G 81 of 262 ~ 30.92%
B 74 of 262 ~ 28.24%

%40.84
%30.92
%28.24

CMYK color model

#6B514A color CMYK value is (0,24,31,58).

  • cyan value is 0.00%
  • magenta value is 24.30%
  • yellow value is 30.84%
  • key color value is 58.04%
CMYK:
(0,24,31,58)
C0M24Y31K58 
(0%,24%,31%,58%)
(0.00/0.24/0.31/0.58)	

CMYK percentages

%0
%24.3
%30.84
%58.04

Codes

Color #6B514A in popluar color models

6B514A
RGB1078174
HSL13°18.23%35.49%
HSB/HSV13°30.84%41.96%
CMYK0.00%24.30%30.84%
58.04%

Color #6B514A in popluar number systems.

HEX6B514A
Decimal1078174
Binary110101110100011001010
Octal153121112

Shades and tints

Shades of #6B514A

#6B514A
(107,81,74)
#624A44
(98,74,68)
#59433E
(89,67,62)
#503C38
(80,60,56)
#473532
(71,53,50)
#3E2E2C
(62,46,44)
#352726
(53,39,38)
#2C2020
(44,32,32)
#23191A
(35,25,26)
#1A1214
(26,18,20)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #6B514A

#6B514A
(107,81,74)
#78605A
(120,96,90)
#856F6A
(133,111,106)
#927E7A
(146,126,122)
#9F8D8A
(159,141,138)
#AC9C9A
(172,156,154)
#B9ABAA
(185,171,170)
#C6BABA
(198,186,186)
#D3C9CA
(211,201,202)
#E0D8DA
(224,216,218)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B514A; }

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

This text font color is #6B514A.


Background Color

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

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

This div background color is #6B514A.


Border color

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

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

This div border color is #6B514A.


Opacity

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

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

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

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

This text has shadow with #6B514A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B514A on black background.


Color preview on white background

This text has color #6B514A on white background.



Black color preview on #6B514A background

This text has black color on #6B514A background.


White color preview on #6B514A background

This text has white color on #6B514A background.