COLOR #6A4963

HEX: #6A4963
RGB: (106,73,99)

Color info

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

RGB color model

#6A4963 color RGB value is (106,73,99).

  • red value is 106;
  • green value is 73;
  • blue value is 99.
RGB: (106,73,99) (42%,29%,39%)

RGB channels and saturation

R 106 of 255 = 42%
G 73 of 255 = 29%
B 99 of 255 = 39%

106
73
99

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

Portions of RGB colors in percentages

R + G + B =
106 + 73 + 99 = 278 (100%)
R 106 of 278 ~ 38.13%
G 73 of 278 ~ 26.26%
B 99 of 278 ~ 35.61%

%38.13
%26.26
%35.61

CMYK color model

#6A4963 color CMYK value is (0,31,7,58).

  • cyan value is 0.00%
  • magenta value is 31.13%
  • yellow value is 6.60%
  • key color value is 58.43%
CMYK: (0,31,7,58) C0M31Y7K58 (0%,31%,7%,58%) (0.00/0.31/0.07/0.58)

CMYK percentages

%0
%31.13
%6.6
%58.43

Codes

Color #6A4963 in popluar color models

6A4963
RGB1067399
HSL313°18.44%35.10%
HSB/HSV313°31.13%41.57%
CMYK0.00%31.13%6.60%
58.43%

Color #6A4963 in popluar number systems.

HEX6A4963
Decimal1067399
Binary110101010010011100011
Octal152111143

Shades and tints

Shades of #6A4963

#6A4963
(106,73,99)
#61435A
(97,67,90)
#583D51
(88,61,81)
#4F3748
(79,55,72)
#46313F
(70,49,63)
#3D2B36
(61,43,54)
#34252D
(52,37,45)
#2B1F24
(43,31,36)
#22191B
(34,25,27)
#191312
(25,19,18)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #6A4963

#6A4963
(106,73,99)
#775971
(119,89,113)
#84697F
(132,105,127)
#91798D
(145,121,141)
#9E899B
(158,137,155)
#AB99A9
(171,153,169)
#B8A9B7
(184,169,183)
#C5B9C5
(197,185,197)
#D2C9D3
(210,201,211)
#DFD9E1
(223,217,225)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4963 color. Also use rgb(106,73,99) instead hex code.

Text Font Color

.myTextColor { color: #6A4963; }

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

This text font color is #6A4963.


Background Color

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

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

This div background color is #6A4963.


Border color

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

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

This div border color is #6A4963.


Opacity

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

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

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

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

This text has shadow with #6A4963 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6A4963 on black background.


Color preview on white background

This text has color #6A4963 on white background.



Black color preview on #6A4963 background

This text has black color on #6A4963 background.


White color preview on #6A4963 background

This text has white color on #6A4963 background.