COLOR #6A4753

HEX: #6A4753
RGB: (106,71,83)

Color info

#6A4753 contains red, green and blue colors in about the same proportion. Web safe color of #6A4753 is #663366 (or #636).

RGB color model

#6A4753 color RGB value is (106,71,83).

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

RGB channels and saturation

R 106 of 255 = 42%
G 71 of 255 = 28%
B 83 of 255 = 33%

106
71
83

R + G + B ~ 34%. #6A4753 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 71 + 83 = 260 (100%)
R 106 of 260 ~ 40.77%
G 71 of 260 ~ 27.31%
B 83 of 260 ~ 31.92%

%40.77
%27.31
%31.92

CMYK color model

#6A4753 color CMYK value is (0,33,22,58).

  • cyan value is 0.00%
  • magenta value is 33.02%
  • yellow value is 21.70%
  • key color value is 58.43%
CMYK:
(0,33,22,58)
C0M33Y22K58 
(0%,33%,22%,58%)
(0.00/0.33/0.22/0.58)	

CMYK percentages

%0
%33.02
%21.7
%58.43

Codes

Color #6A4753 in popluar color models

6A4753
RGB1067183
HSL339°19.77%34.71%
HSB/HSV339°33.02%41.57%
CMYK0.00%33.02%21.70%
58.43%

Color #6A4753 in popluar number systems.

HEX6A4753
Decimal1067183
Binary110101010001111010011
Octal152107123

Shades and tints

Shades of #6A4753

#6A4753
(106,71,83)
#61414C
(97,65,76)
#583B45
(88,59,69)
#4F353E
(79,53,62)
#462F37
(70,47,55)
#3D2930
(61,41,48)
#342329
(52,35,41)
#2B1D22
(43,29,34)
#22171B
(34,23,27)
#191114
(25,17,20)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #6A4753

#6A4753
(106,71,83)
#775762
(119,87,98)
#846771
(132,103,113)
#917780
(145,119,128)
#9E878F
(158,135,143)
#AB979E
(171,151,158)
#B8A7AD
(184,167,173)
#C5B7BC
(197,183,188)
#D2C7CB
(210,199,203)
#DFD7DA
(223,215,218)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4753; }

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

This text font color is #6A4753.


Background Color

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

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

This div background color is #6A4753.


Border color

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

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

This div border color is #6A4753.


Opacity

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

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

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

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

This text has shadow with #6A4753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4753 on black background.


Color preview on white background

This text has color #6A4753 on white background.



Black color preview on #6A4753 background

This text has black color on #6A4753 background.


White color preview on #6A4753 background

This text has white color on #6A4753 background.