COLOR #6A5E53

HEX: #6A5E53
RGB: (106,94,83)

Color info

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

RGB color model

#6A5E53 color RGB value is (106,94,83).

  • red value is 106;
  • green value is 94;
  • blue value is 83.
RGB:
(106,94,83)
(42%,37%,33%)

RGB channels and saturation

R 106 of 255 = 42%
G 94 of 255 = 37%
B 83 of 255 = 33%

106
94
83

R + G + B ~ 37%. #6A5E53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 94 + 83 = 283 (100%)
R 106 of 283 ~ 37.46%
G 94 of 283 ~ 33.22%
B 83 of 283 ~ 29.33%

%37.46
%33.22
%29.33

CMYK color model

#6A5E53 color CMYK value is (0,11,22,58).

  • cyan value is 0.00%
  • magenta value is 11.32%
  • yellow value is 21.70%
  • key color value is 58.43%
CMYK:
(0,11,22,58)
C0M11Y22K58 
(0%,11%,22%,58%)
(0.00/0.11/0.22/0.58)	

CMYK percentages

%0
%11.32
%21.7
%58.43

Codes

Color #6A5E53 in popluar color models

6A5E53
RGB1069483
HSL29°12.17%37.06%
HSB/HSV29°21.70%41.57%
CMYK0.00%11.32%21.70%
58.43%

Color #6A5E53 in popluar number systems.

HEX6A5E53
Decimal1069483
Binary110101010111101010011
Octal152136123

Shades and tints

Shades of #6A5E53

#6A5E53
(106,94,83)
#61564C
(97,86,76)
#584E45
(88,78,69)
#4F463E
(79,70,62)
#463E37
(70,62,55)
#3D3630
(61,54,48)
#342E29
(52,46,41)
#2B2622
(43,38,34)
#221E1B
(34,30,27)
#191614
(25,22,20)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #6A5E53

#6A5E53
(106,94,83)
#776C62
(119,108,98)
#847A71
(132,122,113)
#918880
(145,136,128)
#9E968F
(158,150,143)
#ABA49E
(171,164,158)
#B8B2AD
(184,178,173)
#C5C0BC
(197,192,188)
#D2CECB
(210,206,203)
#DFDCDA
(223,220,218)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5E53 color. Also use rgb(106,94,83) instead hex code.

Text Font Color

.myTextColor { color: #6A5E53; }

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

This text font color is #6A5E53.


Background Color

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

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

This div background color is #6A5E53.


Border color

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

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

This div border color is #6A5E53.


Opacity

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

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

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

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

This text has shadow with #6A5E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5E53 on black background.


Color preview on white background

This text has color #6A5E53 on white background.



Black color preview on #6A5E53 background

This text has black color on #6A5E53 background.


White color preview on #6A5E53 background

This text has white color on #6A5E53 background.