COLOR #6A535A

HEX: #6A535A
RGB: (106,83,90)

Color info

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

RGB color model

#6A535A color RGB value is (106,83,90).

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

RGB channels and saturation

R 106 of 255 = 42%
G 83 of 255 = 33%
B 90 of 255 = 35%

106
83
90

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

Portions of RGB colors in percentages

R + G + B =
106 + 83 + 90 = 279 (100%)
R 106 of 279 ~ 37.99%
G 83 of 279 ~ 29.75%
B 90 of 279 ~ 32.26%

%37.99
%29.75
%32.26

CMYK color model

#6A535A color CMYK value is (0,22,15,58).

  • cyan value is 0.00%
  • magenta value is 21.70%
  • yellow value is 15.09%
  • key color value is 58.43%
CMYK:
(0,22,15,58)
C0M22Y15K58 
(0%,22%,15%,58%)
(0.00/0.22/0.15/0.58)	

CMYK percentages

%0
%21.7
%15.09
%58.43

Codes

Color #6A535A in popluar color models

6A535A
RGB1068390
HSL342°12.17%37.06%
HSB/HSV342°21.70%41.57%
CMYK0.00%21.70%15.09%
58.43%

Color #6A535A in popluar number systems.

HEX6A535A
Decimal1068390
Binary110101010100111011010
Octal152123132

Shades and tints

Shades of #6A535A

#6A535A
(106,83,90)
#614C52
(97,76,82)
#58454A
(88,69,74)
#4F3E42
(79,62,66)
#46373A
(70,55,58)
#3D3032
(61,48,50)
#34292A
(52,41,42)
#2B2222
(43,34,34)
#221B1A
(34,27,26)
#191412
(25,20,18)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #6A535A

#6A535A
(106,83,90)
#776269
(119,98,105)
#847178
(132,113,120)
#918087
(145,128,135)
#9E8F96
(158,143,150)
#AB9EA5
(171,158,165)
#B8ADB4
(184,173,180)
#C5BCC3
(197,188,195)
#D2CBD2
(210,203,210)
#DFDAE1
(223,218,225)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A535A; }

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

This text font color is #6A535A.


Background Color

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

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

This div background color is #6A535A.


Border color

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

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

This div border color is #6A535A.


Opacity

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

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

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

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

This text has shadow with #6A535A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A535A on black background.


Color preview on white background

This text has color #6A535A on white background.



Black color preview on #6A535A background

This text has black color on #6A535A background.


White color preview on #6A535A background

This text has white color on #6A535A background.