COLOR #6B572F

HEX: #6B572F
RGB: (107,87,47)

Color info

#6B572F contains mainly red and green colors. Web safe color of #6B572F is #666633 (or #663).

RGB color model

#6B572F color RGB value is (107,87,47).

  • red value is 107;
  • green value is 87;
  • blue value is 47.
RGB:
(107,87,47)
(42%,34%,18%)

RGB channels and saturation

R 107 of 255 = 42%
G 87 of 255 = 34%
B 47 of 255 = 18%

107
87
47

R + G + B ~ 31%. #6B572F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 87 + 47 = 241 (100%)
R 107 of 241 ~ 44.4%
G 87 of 241 ~ 36.1%
B 47 of 241 ~ 19.5%

%44.4
%36.1
%19.5

CMYK color model

#6B572F color CMYK value is (0,19,56,58).

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 56.07%
  • key color value is 58.04%
CMYK:
(0,19,56,58)
C0M19Y56K58 
(0%,19%,56%,58%)
(0.00/0.19/0.56/0.58)	

CMYK percentages

%0
%18.69
%56.07
%58.04

Codes

Color #6B572F in popluar color models

6B572F
RGB1078747
HSL40°38.96%30.20%
HSB/HSV40°56.07%41.96%
CMYK0.00%18.69%56.07%
58.04%

Color #6B572F in popluar number systems.

HEX6B572F
Decimal1078747
Binary11010111010111101111
Octal15312757

Shades and tints

Shades of #6B572F

#6B572F
(107,87,47)
#62502B
(98,80,43)
#594927
(89,73,39)
#504223
(80,66,35)
#473B1F
(71,59,31)
#3E341B
(62,52,27)
#352D17
(53,45,23)
#2C2613
(44,38,19)
#231F0F
(35,31,15)
#1A180B
(26,24,11)
#111107
(17,17,7)
#000000
(0,0,0)

Tints of #6B572F

#6B572F
(107,87,47)
#786641
(120,102,65)
#857553
(133,117,83)
#928465
(146,132,101)
#9F9377
(159,147,119)
#ACA289
(172,162,137)
#B9B19B
(185,177,155)
#C6C0AD
(198,192,173)
#D3CFBF
(211,207,191)
#E0DED1
(224,222,209)
#EDEDE3
(237,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B572F color. Also use rgb(107,87,47) instead hex code.

Text Font Color

.myTextColor { color: #6B572F; }

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

This text font color is #6B572F.


Background Color

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

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

This div background color is #6B572F.


Border color

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

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

This div border color is #6B572F.


Opacity

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

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

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

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

This text has shadow with #6B572F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B572F on black background.


Color preview on white background

This text has color #6B572F on white background.



Black color preview on #6B572F background

This text has black color on #6B572F background.


White color preview on #6B572F background

This text has white color on #6B572F background.