COLOR #6F573D

HEX: #6F573D
RGB: (111,87,61)

Color info

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

RGB color model

#6F573D color RGB value is (111,87,61).

  • red value is 111;
  • green value is 87;
  • blue value is 61.
RGB:
(111,87,61)
(44%,34%,24%)

RGB channels and saturation

R 111 of 255 = 44%
G 87 of 255 = 34%
B 61 of 255 = 24%

111
87
61

R + G + B ~ 34%. #6F573D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 87 + 61 = 259 (100%)
R 111 of 259 ~ 42.86%
G 87 of 259 ~ 33.59%
B 61 of 259 ~ 23.55%

%42.86
%33.59
%23.55

CMYK color model

#6F573D color CMYK value is (0,22,45,56).

  • cyan value is 0.00%
  • magenta value is 21.62%
  • yellow value is 45.05%
  • key color value is 56.47%
CMYK:
(0,22,45,56)
C0M22Y45K56 
(0%,22%,45%,56%)
(0.00/0.22/0.45/0.56)	

CMYK percentages

%0
%21.62
%45.05
%56.47

Codes

Color #6F573D in popluar color models

6F573D
RGB1118761
HSL31°29.07%33.73%
HSB/HSV31°45.05%43.53%
CMYK0.00%21.62%45.05%
56.47%

Color #6F573D in popluar number systems.

HEX6F573D
Decimal1118761
Binary11011111010111111101
Octal15712775

Shades and tints

Shades of #6F573D

#6F573D
(111,87,61)
#655038
(101,80,56)
#5B4933
(91,73,51)
#51422E
(81,66,46)
#473B29
(71,59,41)
#3D3424
(61,52,36)
#332D1F
(51,45,31)
#29261A
(41,38,26)
#1F1F15
(31,31,21)
#151810
(21,24,16)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #6F573D

#6F573D
(111,87,61)
#7C664E
(124,102,78)
#89755F
(137,117,95)
#968470
(150,132,112)
#A39381
(163,147,129)
#B0A292
(176,162,146)
#BDB1A3
(189,177,163)
#CAC0B4
(202,192,180)
#D7CFC5
(215,207,197)
#E4DED6
(228,222,214)
#F1EDE7
(241,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F573D color. Also use rgb(111,87,61) instead hex code.

Text Font Color

.myTextColor { color: #6F573D; }

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

This text font color is #6F573D.


Background Color

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

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

This div background color is #6F573D.


Border color

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

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

This div border color is #6F573D.


Opacity

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

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

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

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

This text has shadow with #6F573D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F573D on black background.


Color preview on white background

This text has color #6F573D on white background.



Black color preview on #6F573D background

This text has black color on #6F573D background.


White color preview on #6F573D background

This text has white color on #6F573D background.