COLOR #6F5D5F

HEX: #6F5D5F RGB: (111,93,95)

Color info

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

RGB color model

#6F5D5F color RGB value is (111,93,95).

RGB: (111,93,95) (44%, 36%, 37%)

RGB channels and saturation

R 111 of 255 = 44%
G 93 of 255 = 36%
B 95 of 255 = 37%

111
93
95

R + G + B ~ 39%. #6F5D5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 93 + 95 = 299 (100%)
R 111 of 299 ~ 37.12%
G 93 of 299 ~ 31.1%
B 95 of 299 ~ 31.77'%

%37.12
%31.1
%31.77

CMYK color model

#6F5D5F color CMYK value is (0,16,14,56).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 14.41%
  • key color value is 56.47%

CMYK: (0,16,14,56)
C0M16Y14K56 (0%, 16%, 14%, 56%)
(0.00 / 0.16 / 0.14 / 0.56)

CMYK percentages

%0
%16.22
%14.41
%56.47

Codes

Color #6F5D5F in popluar color models

6F 5D 5F
RGB 111 93 95
HSL 353° 8.82% 40.00%
HSB/HSV 353° 16.22% 43.53%
CMYK 0.00% 16.22% 14.41%
56.47%

Color #6F5D5F in popluar number systems.

HEX 6F 5D 5F
Decimal 111 93 95
Binary 1101111 1011101 1011111
Octal 157 135 137

Shades and tints

Shades of #6F5D5F

#6F5D5F
(111,93,95)
#655557
(101,85,87)
#5B4D4F
(91,77,79)
#514547
(81,69,71)
#473D3F
(71,61,63)
#3D3537
(61,53,55)
#332D2F
(51,45,47)
#292527
(41,37,39)
#1F1D1F
(31,29,31)
#151517
(21,21,23)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #6F5D5F

#6F5D5F
(111,93,95)
#7C6B6D
(124,107,109)
#89797B
(137,121,123)
#968789
(150,135,137)
#A39597
(163,149,151)
#B0A3A5
(176,163,165)
#BDB1B3
(189,177,179)
#CABFC1
(202,191,193)
#D7CDCF
(215,205,207)
#E4DBDD
(228,219,221)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5D5F; }

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

This text font color is #6F5D5F.

Background Color

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

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

This div background color is #6F5D5F.

Border color

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

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

This div border color is #6F5D5F.

Opacity

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

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

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

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

This text has shadow with #6F5D5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5D5F.

Preview

Color preview on black background

This text has color #6F5D5F on black background.


Color preview on white background

This text has color #6F5D5F on white background.


Black color preview on #6F5D5F background

This text has black color on #6F5D5F background.


White color preview on #6F5D5F background

This text has white color on #6F5D5F background.


Related colors

Complementary color

Complementary color for #hex is #90A2A0.


I love getcolorcode.com

Triadic colors

1 #5F6F5D and #5D5F6F with #6F5D5F are triadic colors.

2 #5F5D6F and #5D6F5F with #6F5D5F are triadic colors.