COLOR #6A5748

HEX: #6A5748
RGB: (106,87,72)

Color info

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

RGB color model

#6A5748 color RGB value is (106,87,72).

  • red value is 106;
  • green value is 87;
  • blue value is 72.
RGB:
(106,87,72)
(42%,34%,28%)

RGB channels and saturation

R 106 of 255 = 42%
G 87 of 255 = 34%
B 72 of 255 = 28%

106
87
72

R + G + B ~ 35%. #6A5748 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 87 + 72 = 265 (100%)
R 106 of 265 ~ 40%
G 87 of 265 ~ 32.83%
B 72 of 265 ~ 27.17%

%40
%32.83
%27.17

CMYK color model

#6A5748 color CMYK value is (0,18,32,58).

  • cyan value is 0.00%
  • magenta value is 17.92%
  • yellow value is 32.08%
  • key color value is 58.43%
CMYK:
(0,18,32,58)
C0M18Y32K58 
(0%,18%,32%,58%)
(0.00/0.18/0.32/0.58)	

CMYK percentages

%0
%17.92
%32.08
%58.43

Codes

Color #6A5748 in popluar color models

6A5748
RGB1068772
HSL26°19.10%34.90%
HSB/HSV26°32.08%41.57%
CMYK0.00%17.92%32.08%
58.43%

Color #6A5748 in popluar number systems.

HEX6A5748
Decimal1068772
Binary110101010101111001000
Octal152127110

Shades and tints

Shades of #6A5748

#6A5748
(106,87,72)
#615042
(97,80,66)
#58493C
(88,73,60)
#4F4236
(79,66,54)
#463B30
(70,59,48)
#3D342A
(61,52,42)
#342D24
(52,45,36)
#2B261E
(43,38,30)
#221F18
(34,31,24)
#191812
(25,24,18)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #6A5748

#6A5748
(106,87,72)
#776658
(119,102,88)
#847568
(132,117,104)
#918478
(145,132,120)
#9E9388
(158,147,136)
#ABA298
(171,162,152)
#B8B1A8
(184,177,168)
#C5C0B8
(197,192,184)
#D2CFC8
(210,207,200)
#DFDED8
(223,222,216)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5748 color. Also use rgb(106,87,72) instead hex code.

Text Font Color

.myTextColor { color: #6A5748; }

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

This text font color is #6A5748.


Background Color

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

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

This div background color is #6A5748.


Border color

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

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

This div border color is #6A5748.


Opacity

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

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

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

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

This text has shadow with #6A5748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5748 on black background.


Color preview on white background

This text has color #6A5748 on white background.



Black color preview on #6A5748 background

This text has black color on #6A5748 background.


White color preview on #6A5748 background

This text has white color on #6A5748 background.