COLOR #6F584C

HEX: #6F584C
RGB: (111,88,76)

Color info

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

RGB color model

#6F584C color RGB value is (111,88,76).

  • red value is 111;
  • green value is 88;
  • blue value is 76.
RGB: (111,88,76) (44%,35%,30%)

RGB channels and saturation

R 111 of 255 = 44%
G 88 of 255 = 35%
B 76 of 255 = 30%

111
88
76

R + G + B ~ 36%. #6F584C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 88 + 76 = 275 (100%)
R 111 of 275 ~ 40.36%
G 88 of 275 ~ 32%
B 76 of 275 ~ 27.64%

%40.36
%32
%27.64

CMYK color model

#6F584C color CMYK value is (0,21,32,56).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 31.53%
  • key color value is 56.47%
CMYK: (0,21,32,56) C0M21Y32K56 (0%,21%,32%,56%) (0.00/0.21/0.32/0.56)

CMYK percentages

%0
%20.72
%31.53
%56.47

Codes

Color #6F584C in popluar color models

6F584C
RGB1118876
HSL21°18.72%36.67%
HSB/HSV21°31.53%43.53%
CMYK0.00%20.72%31.53%
56.47%

Color #6F584C in popluar number systems.

HEX6F584C
Decimal1118876
Binary110111110110001001100
Octal157130114

Shades and tints

Shades of #6F584C

#6F584C
(111,88,76)
#655046
(101,80,70)
#5B4840
(91,72,64)
#51403A
(81,64,58)
#473834
(71,56,52)
#3D302E
(61,48,46)
#332828
(51,40,40)
#292022
(41,32,34)
#1F181C
(31,24,28)
#151016
(21,16,22)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #6F584C

#6F584C
(111,88,76)
#7C675C
(124,103,92)
#89766C
(137,118,108)
#96857C
(150,133,124)
#A3948C
(163,148,140)
#B0A39C
(176,163,156)
#BDB2AC
(189,178,172)
#CAC1BC
(202,193,188)
#D7D0CC
(215,208,204)
#E4DFDC
(228,223,220)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F584C color. Also use rgb(111,88,76) instead hex code.

Text Font Color

.myTextColor { color: #6F584C; }

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

This text font color is #6F584C.


Background Color

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

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

This div background color is #6F584C.


Border color

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

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

This div border color is #6F584C.


Opacity

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

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

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

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

This text has shadow with #6F584C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6F584C on black background.


Color preview on white background

This text has color #6F584C on white background.



Black color preview on #6F584C background

This text has black color on #6F584C background.


White color preview on #6F584C background

This text has white color on #6F584C background.