COLOR #6A4F62

HEX: #6A4F62
RGB: (106,79,98)

Color info

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

RGB color model

#6A4F62 color RGB value is (106,79,98).

  • red value is 106;
  • green value is 79;
  • blue value is 98.
RGB:
(106,79,98)
(42%,31%,38%)

RGB channels and saturation

R 106 of 255 = 42%
G 79 of 255 = 31%
B 98 of 255 = 38%

106
79
98

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

Portions of RGB colors in percentages

R + G + B =
106 + 79 + 98 = 283 (100%)
R 106 of 283 ~ 37.46%
G 79 of 283 ~ 27.92%
B 98 of 283 ~ 34.63%

%37.46
%27.92
%34.63

CMYK color model

#6A4F62 color CMYK value is (0,25,8,58).

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 7.55%
  • key color value is 58.43%
CMYK:
(0,25,8,58)
C0M25Y8K58 
(0%,25%,8%,58%)
(0.00/0.25/0.08/0.58)	

CMYK percentages

%0
%25.47
%7.55
%58.43

Codes

Color #6A4F62 in popluar color models

6A4F62
RGB1067998
HSL318°14.59%36.27%
HSB/HSV318°25.47%41.57%
CMYK0.00%25.47%7.55%
58.43%

Color #6A4F62 in popluar number systems.

HEX6A4F62
Decimal1067998
Binary110101010011111100010
Octal152117142

Shades and tints

Shades of #6A4F62

#6A4F62
(106,79,98)
#61485A
(97,72,90)
#584152
(88,65,82)
#4F3A4A
(79,58,74)
#463342
(70,51,66)
#3D2C3A
(61,44,58)
#342532
(52,37,50)
#2B1E2A
(43,30,42)
#221722
(34,23,34)
#19101A
(25,16,26)
#100912
(16,9,18)
#000000
(0,0,0)

Tints of #6A4F62

#6A4F62
(106,79,98)
#775F70
(119,95,112)
#846F7E
(132,111,126)
#917F8C
(145,127,140)
#9E8F9A
(158,143,154)
#AB9FA8
(171,159,168)
#B8AFB6
(184,175,182)
#C5BFC4
(197,191,196)
#D2CFD2
(210,207,210)
#DFDFE0
(223,223,224)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4F62 color. Also use rgb(106,79,98) instead hex code.

Text Font Color

.myTextColor { color: #6A4F62; }

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

This text font color is #6A4F62.


Background Color

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

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

This div background color is #6A4F62.


Border color

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

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

This div border color is #6A4F62.


Opacity

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

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

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

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

This text has shadow with #6A4F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4F62 on black background.


Color preview on white background

This text has color #6A4F62 on white background.



Black color preview on #6A4F62 background

This text has black color on #6A4F62 background.


White color preview on #6A4F62 background

This text has white color on #6A4F62 background.