COLOR #6A5B53

HEX: #6A5B53
RGB: (106,91,83)

Color info

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

RGB color model

#6A5B53 color RGB value is (106,91,83).

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

RGB channels and saturation

R 106 of 255 = 42%
G 91 of 255 = 36%
B 83 of 255 = 33%

106
91
83

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

Portions of RGB colors in percentages

R + G + B =
106 + 91 + 83 = 280 (100%)
R 106 of 280 ~ 37.86%
G 91 of 280 ~ 32.5%
B 83 of 280 ~ 29.64%

%37.86
%32.5
%29.64

CMYK color model

#6A5B53 color CMYK value is (0,14,22,58).

  • cyan value is 0.00%
  • magenta value is 14.15%
  • yellow value is 21.70%
  • key color value is 58.43%
CMYK:
(0,14,22,58)
C0M14Y22K58 
(0%,14%,22%,58%)
(0.00/0.14/0.22/0.58)	

CMYK percentages

%0
%14.15
%21.7
%58.43

Codes

Color #6A5B53 in popluar color models

6A5B53
RGB1069183
HSL21°12.17%37.06%
HSB/HSV21°21.70%41.57%
CMYK0.00%14.15%21.70%
58.43%

Color #6A5B53 in popluar number systems.

HEX6A5B53
Decimal1069183
Binary110101010110111010011
Octal152133123

Shades and tints

Shades of #6A5B53

#6A5B53
(106,91,83)
#61534C
(97,83,76)
#584B45
(88,75,69)
#4F433E
(79,67,62)
#463B37
(70,59,55)
#3D3330
(61,51,48)
#342B29
(52,43,41)
#2B2322
(43,35,34)
#221B1B
(34,27,27)
#191314
(25,19,20)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #6A5B53

#6A5B53
(106,91,83)
#776962
(119,105,98)
#847771
(132,119,113)
#918580
(145,133,128)
#9E938F
(158,147,143)
#ABA19E
(171,161,158)
#B8AFAD
(184,175,173)
#C5BDBC
(197,189,188)
#D2CBCB
(210,203,203)
#DFD9DA
(223,217,218)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5B53; }

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

This text font color is #6A5B53.


Background Color

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

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

This div background color is #6A5B53.


Border color

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

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

This div border color is #6A5B53.


Opacity

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

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

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

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

This text has shadow with #6A5B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5B53 on black background.


Color preview on white background

This text has color #6A5B53 on white background.



Black color preview on #6A5B53 background

This text has black color on #6A5B53 background.


White color preview on #6A5B53 background

This text has white color on #6A5B53 background.