COLOR #6F5C5D

HEX: #6F5C5D RGB: (111,92,93)

Color info

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

RGB color model

#6F5C5D color RGB value is (111,92,93).

RGB: (111,92,93) (44%, 36%, 36%)

RGB channels and saturation

R 111 of 255 = 44%
G 92 of 255 = 36%
B 93 of 255 = 36%

111
92
93

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

Portions of RGB colors in percentages

R + G + B = 111 + 92 + 93 = 296 (100%)
R 111 of 296 ~ 37.5%
G 92 of 296 ~ 31.08%
B 93 of 296 ~ 31.42'%

%37.5
%31.08
%31.42

CMYK color model

#6F5C5D color CMYK value is (0,17,16,56).

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

CMYK: (0,17,16,56)
C0M17Y16K56 (0%, 17%, 16%, 56%)
(0.00 / 0.17 / 0.16 / 0.56)

CMYK percentages

%0
%17.12
%16.22
%56.47

Codes

Color #6F5C5D in popluar color models

6F 5C 5D
RGB 111 92 93
HSL 357° 9.36% 39.80%
HSB/HSV 357° 17.12% 43.53%
CMYK 0.00% 17.12% 16.22%
56.47%

Color #6F5C5D in popluar number systems.

HEX 6F 5C 5D
Decimal 111 92 93
Binary 1101111 1011100 1011101
Octal 157 134 135

Shades and tints

Shades of #6F5C5D

#6F5C5D
(111,92,93)
#655455
(101,84,85)
#5B4C4D
(91,76,77)
#514445
(81,68,69)
#473C3D
(71,60,61)
#3D3435
(61,52,53)
#332C2D
(51,44,45)
#292425
(41,36,37)
#1F1C1D
(31,28,29)
#151415
(21,20,21)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #6F5C5D

#6F5C5D
(111,92,93)
#7C6A6B
(124,106,107)
#897879
(137,120,121)
#968687
(150,134,135)
#A39495
(163,148,149)
#B0A2A3
(176,162,163)
#BDB0B1
(189,176,177)
#CABEBF
(202,190,191)
#D7CCCD
(215,204,205)
#E4DADB
(228,218,219)
#F1E8E9
(241,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5C5D; }

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

This text font color is #6F5C5D.

Background Color

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

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

This div background color is #6F5C5D.

Border color

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

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

This div border color is #6F5C5D.

Opacity

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

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

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

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

This text has shadow with #6F5C5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5C5D.

Preview

Color preview on black background

This text has color #6F5C5D on black background.


Color preview on white background

This text has color #6F5C5D on white background.


Black color preview on #6F5C5D background

This text has black color on #6F5C5D background.


White color preview on #6F5C5D background

This text has white color on #6F5C5D background.


Related colors

Complementary color

Complementary color for #hex is #90A3A2.


I love getcolorcode.com

Triadic colors

1 #5D6F5C and #5C5D6F with #6F5C5D are triadic colors.

2 #5D5C6F and #5C6F5D with #6F5C5D are triadic colors.