COLOR #6F514A

HEX: #6F514A
RGB: (111,81,74)

Color info

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

RGB color model

#6F514A color RGB value is (111,81,74).

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

RGB channels and saturation

R 111 of 255 = 44%
G 81 of 255 = 32%
B 74 of 255 = 29%

111
81
74

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

Portions of RGB colors in percentages

R + G + B =
111 + 81 + 74 = 266 (100%)
R 111 of 266 ~ 41.73%
G 81 of 266 ~ 30.45%
B 74 of 266 ~ 27.82%

%41.73
%30.45
%27.82

CMYK color model

#6F514A color CMYK value is (0,27,33,56).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 33.33%
  • key color value is 56.47%
CMYK:
(0,27,33,56)
C0M27Y33K56 
(0%,27%,33%,56%)
(0.00/0.27/0.33/0.56)	

CMYK percentages

%0
%27.03
%33.33
%56.47

Codes

Color #6F514A in popluar color models

6F514A
RGB1118174
HSL11°20.00%36.27%
HSB/HSV11°33.33%43.53%
CMYK0.00%27.03%33.33%
56.47%

Color #6F514A in popluar number systems.

HEX6F514A
Decimal1118174
Binary110111110100011001010
Octal157121112

Shades and tints

Shades of #6F514A

#6F514A
(111,81,74)
#654A44
(101,74,68)
#5B433E
(91,67,62)
#513C38
(81,60,56)
#473532
(71,53,50)
#3D2E2C
(61,46,44)
#332726
(51,39,38)
#292020
(41,32,32)
#1F191A
(31,25,26)
#151214
(21,18,20)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #6F514A

#6F514A
(111,81,74)
#7C605A
(124,96,90)
#896F6A
(137,111,106)
#967E7A
(150,126,122)
#A38D8A
(163,141,138)
#B09C9A
(176,156,154)
#BDABAA
(189,171,170)
#CABABA
(202,186,186)
#D7C9CA
(215,201,202)
#E4D8DA
(228,216,218)
#F1E7EA
(241,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F514A; }

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

This text font color is #6F514A.


Background Color

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

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

This div background color is #6F514A.


Border color

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

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

This div border color is #6F514A.


Opacity

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

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

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

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

This text has shadow with #6F514A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F514A on black background.


Color preview on white background

This text has color #6F514A on white background.



Black color preview on #6F514A background

This text has black color on #6F514A background.


White color preview on #6F514A background

This text has white color on #6F514A background.