COLOR #6F5F63

HEX: #6F5F63
RGB: (111,95,99)

Color info

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

RGB color model

#6F5F63 color RGB value is (111,95,99).

  • red value is 111;
  • green value is 95;
  • blue value is 99.
RGB:
(111,95,99)
(44%,37%,39%)

RGB channels and saturation

R 111 of 255 = 44%
G 95 of 255 = 37%
B 99 of 255 = 39%

111
95
99

R + G + B ~ 40%. #6F5F63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
111 + 95 + 99 = 305 (100%)
R 111 of 305 ~ 36.39%
G 95 of 305 ~ 31.15%
B 99 of 305 ~ 32.46%

%36.39
%31.15
%32.46

CMYK color model

#6F5F63 color CMYK value is (0,14,11,56).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 10.81%
  • key color value is 56.47%
CMYK:
(0,14,11,56)
C0M14Y11K56 
(0%,14%,11%,56%)
(0.00/0.14/0.11/0.56)	

CMYK percentages

%0
%14.41
%10.81
%56.47

Codes

Color #6F5F63 in popluar color models

6F5F63
RGB1119599
HSL345°7.77%40.39%
HSB/HSV345°14.41%43.53%
CMYK0.00%14.41%10.81%
56.47%

Color #6F5F63 in popluar number systems.

HEX6F5F63
Decimal1119599
Binary110111110111111100011
Octal157137143

Shades and tints

Shades of #6F5F63

#6F5F63
(111,95,99)
#65575A
(101,87,90)
#5B4F51
(91,79,81)
#514748
(81,71,72)
#473F3F
(71,63,63)
#3D3736
(61,55,54)
#332F2D
(51,47,45)
#292724
(41,39,36)
#1F1F1B
(31,31,27)
#151712
(21,23,18)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #6F5F63

#6F5F63
(111,95,99)
#7C6D71
(124,109,113)
#897B7F
(137,123,127)
#96898D
(150,137,141)
#A3979B
(163,151,155)
#B0A5A9
(176,165,169)
#BDB3B7
(189,179,183)
#CAC1C5
(202,193,197)
#D7CFD3
(215,207,211)
#E4DDE1
(228,221,225)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5F63 color. Also use rgb(111,95,99) instead hex code.

Text Font Color

.myTextColor { color: #6F5F63; }

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

This text font color is #6F5F63.


Background Color

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

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

This div background color is #6F5F63.


Border color

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

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

This div border color is #6F5F63.


Opacity

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

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

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

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

This text has shadow with #6F5F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5F63 on black background.


Color preview on white background

This text has color #6F5F63 on white background.



Black color preview on #6F5F63 background

This text has black color on #6F5F63 background.


White color preview on #6F5F63 background

This text has white color on #6F5F63 background.