COLOR #6A6752

HEX: #6A6752
RGB: (106,103,82)

Color info

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

RGB color model

#6A6752 color RGB value is (106,103,82).

  • red value is 106;
  • green value is 103;
  • blue value is 82.
RGB:
(106,103,82)
(42%,40%,32%)

RGB channels and saturation

R 106 of 255 = 42%
G 103 of 255 = 40%
B 82 of 255 = 32%

106
103
82

R + G + B ~ 38%. #6A6752 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 103 + 82 = 291 (100%)
R 106 of 291 ~ 36.43%
G 103 of 291 ~ 35.4%
B 82 of 291 ~ 28.18%

%36.43
%35.4
%28.18

CMYK color model

#6A6752 color CMYK value is (0,3,23,58).

  • cyan value is 0.00%
  • magenta value is 2.83%
  • yellow value is 22.64%
  • key color value is 58.43%
CMYK:
(0,3,23,58)
C0M3Y23K58 
(0%,3%,23%,58%)
(0.00/0.03/0.23/0.58)	

CMYK percentages

%0
%2.83
%22.64
%58.43

Codes

Color #6A6752 in popluar color models

6A6752
RGB10610382
HSL53°12.77%36.86%
HSB/HSV53°22.64%41.57%
CMYK0.00%2.83%22.64%
58.43%

Color #6A6752 in popluar number systems.

HEX6A6752
Decimal10610382
Binary110101011001111010010
Octal152147122

Shades and tints

Shades of #6A6752

#6A6752
(106,103,82)
#615E4B
(97,94,75)
#585544
(88,85,68)
#4F4C3D
(79,76,61)
#464336
(70,67,54)
#3D3A2F
(61,58,47)
#343128
(52,49,40)
#2B2821
(43,40,33)
#221F1A
(34,31,26)
#191613
(25,22,19)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #6A6752

#6A6752
(106,103,82)
#777461
(119,116,97)
#848170
(132,129,112)
#918E7F
(145,142,127)
#9E9B8E
(158,155,142)
#ABA89D
(171,168,157)
#B8B5AC
(184,181,172)
#C5C2BB
(197,194,187)
#D2CFCA
(210,207,202)
#DFDCD9
(223,220,217)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6752 color. Also use rgb(106,103,82) instead hex code.

Text Font Color

.myTextColor { color: #6A6752; }

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

This text font color is #6A6752.


Background Color

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

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

This div background color is #6A6752.


Border color

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

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

This div border color is #6A6752.


Opacity

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

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

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

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

This text has shadow with #6A6752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6752 on black background.


Color preview on white background

This text has color #6A6752 on white background.



Black color preview on #6A6752 background

This text has black color on #6A6752 background.


White color preview on #6A6752 background

This text has white color on #6A6752 background.