COLOR #6A525F

HEX: #6A525F
RGB: (106,82,95)

Color info

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

RGB color model

#6A525F color RGB value is (106,82,95).

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

RGB channels and saturation

R 106 of 255 = 42%
G 82 of 255 = 32%
B 95 of 255 = 37%

106
82
95

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

Portions of RGB colors in percentages

R + G + B =
106 + 82 + 95 = 283 (100%)
R 106 of 283 ~ 37.46%
G 82 of 283 ~ 28.98%
B 95 of 283 ~ 33.57%

%37.46
%28.98
%33.57

CMYK color model

#6A525F color CMYK value is (0,23,10,58).

  • cyan value is 0.00%
  • magenta value is 22.64%
  • yellow value is 10.38%
  • key color value is 58.43%
CMYK:
(0,23,10,58)
C0M23Y10K58 
(0%,23%,10%,58%)
(0.00/0.23/0.10/0.58)	

CMYK percentages

%0
%22.64
%10.38
%58.43

Codes

Color #6A525F in popluar color models

6A525F
RGB1068295
HSL328°12.77%36.86%
HSB/HSV328°22.64%41.57%
CMYK0.00%22.64%10.38%
58.43%

Color #6A525F in popluar number systems.

HEX6A525F
Decimal1068295
Binary110101010100101011111
Octal152122137

Shades and tints

Shades of #6A525F

#6A525F
(106,82,95)
#614B57
(97,75,87)
#58444F
(88,68,79)
#4F3D47
(79,61,71)
#46363F
(70,54,63)
#3D2F37
(61,47,55)
#34282F
(52,40,47)
#2B2127
(43,33,39)
#221A1F
(34,26,31)
#191317
(25,19,23)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #6A525F

#6A525F
(106,82,95)
#77616D
(119,97,109)
#84707B
(132,112,123)
#917F89
(145,127,137)
#9E8E97
(158,142,151)
#AB9DA5
(171,157,165)
#B8ACB3
(184,172,179)
#C5BBC1
(197,187,193)
#D2CACF
(210,202,207)
#DFD9DD
(223,217,221)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A525F; }

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

This text font color is #6A525F.


Background Color

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

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

This div background color is #6A525F.


Border color

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

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

This div border color is #6A525F.


Opacity

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

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

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

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

This text has shadow with #6A525F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A525F on black background.


Color preview on white background

This text has color #6A525F on white background.



Black color preview on #6A525F background

This text has black color on #6A525F background.


White color preview on #6A525F background

This text has white color on #6A525F background.