COLOR #6A354D

HEX: #6A354D
RGB: (106,53,77)

Color info

#6A354D contains red, green and blue colors in about the same proportion. Web safe color of #6A354D is #663333 (or #633).

RGB color model

#6A354D color RGB value is (106,53,77).

  • red value is 106;
  • green value is 53;
  • blue value is 77.
RGB:
(106,53,77)
(42%,21%,30%)

RGB channels and saturation

R 106 of 255 = 42%
G 53 of 255 = 21%
B 77 of 255 = 30%

106
53
77

R + G + B ~ 31%. #6A354D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 53 + 77 = 236 (100%)
R 106 of 236 ~ 44.92%
G 53 of 236 ~ 22.46%
B 77 of 236 ~ 32.63%

%44.92
%22.46
%32.63

CMYK color model

#6A354D color CMYK value is (0,50,27,58).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 27.36%
  • key color value is 58.43%
CMYK:
(0,50,27,58)
C0M50Y27K58 
(0%,50%,27%,58%)
(0.00/0.50/0.27/0.58)	

CMYK percentages

%0
%50
%27.36
%58.43

Codes

Color #6A354D in popluar color models

6A354D
RGB1065377
HSL333°33.33%31.18%
HSB/HSV333°50.00%41.57%
CMYK0.00%50.00%27.36%
58.43%

Color #6A354D in popluar number systems.

HEX6A354D
Decimal1065377
Binary11010101101011001101
Octal15265115

Shades and tints

Shades of #6A354D

#6A354D
(106,53,77)
#613146
(97,49,70)
#582D3F
(88,45,63)
#4F2938
(79,41,56)
#462531
(70,37,49)
#3D212A
(61,33,42)
#341D23
(52,29,35)
#2B191C
(43,25,28)
#221515
(34,21,21)
#19110E
(25,17,14)
#100D07
(16,13,7)
#000000
(0,0,0)

Tints of #6A354D

#6A354D
(106,53,77)
#77475D
(119,71,93)
#84596D
(132,89,109)
#916B7D
(145,107,125)
#9E7D8D
(158,125,141)
#AB8F9D
(171,143,157)
#B8A1AD
(184,161,173)
#C5B3BD
(197,179,189)
#D2C5CD
(210,197,205)
#DFD7DD
(223,215,221)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A354D color. Also use rgb(106,53,77) instead hex code.

Text Font Color

.myTextColor { color: #6A354D; }

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

This text font color is #6A354D.


Background Color

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

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

This div background color is #6A354D.


Border color

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

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

This div border color is #6A354D.


Opacity

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

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

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

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

This text has shadow with #6A354D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A354D on black background.


Color preview on white background

This text has color #6A354D on white background.



Black color preview on #6A354D background

This text has black color on #6A354D background.


White color preview on #6A354D background

This text has white color on #6A354D background.