COLOR #6A4F58

HEX: #6A4F58
RGB: (106,79,88)

Color info

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

RGB color model

#6A4F58 color RGB value is (106,79,88).

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

RGB channels and saturation

R 106 of 255 = 42%
G 79 of 255 = 31%
B 88 of 255 = 35%

106
79
88

R + G + B ~ 36%. #6A4F58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 79 + 88 = 273 (100%)
R 106 of 273 ~ 38.83%
G 79 of 273 ~ 28.94%
B 88 of 273 ~ 32.23%

%38.83
%28.94
%32.23

CMYK color model

#6A4F58 color CMYK value is (0,25,17,58).

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 16.98%
  • key color value is 58.43%
CMYK:
(0,25,17,58)
C0M25Y17K58 
(0%,25%,17%,58%)
(0.00/0.25/0.17/0.58)	

CMYK percentages

%0
%25.47
%16.98
%58.43

Codes

Color #6A4F58 in popluar color models

6A4F58
RGB1067988
HSL340°14.59%36.27%
HSB/HSV340°25.47%41.57%
CMYK0.00%25.47%16.98%
58.43%

Color #6A4F58 in popluar number systems.

HEX6A4F58
Decimal1067988
Binary110101010011111011000
Octal152117130

Shades and tints

Shades of #6A4F58

#6A4F58
(106,79,88)
#614850
(97,72,80)
#584148
(88,65,72)
#4F3A40
(79,58,64)
#463338
(70,51,56)
#3D2C30
(61,44,48)
#342528
(52,37,40)
#2B1E20
(43,30,32)
#221718
(34,23,24)
#191010
(25,16,16)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #6A4F58

#6A4F58
(106,79,88)
#775F67
(119,95,103)
#846F76
(132,111,118)
#917F85
(145,127,133)
#9E8F94
(158,143,148)
#AB9FA3
(171,159,163)
#B8AFB2
(184,175,178)
#C5BFC1
(197,191,193)
#D2CFD0
(210,207,208)
#DFDFDF
(223,223,223)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4F58; }

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

This text font color is #6A4F58.


Background Color

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

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

This div background color is #6A4F58.


Border color

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

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

This div border color is #6A4F58.


Opacity

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

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

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

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

This text has shadow with #6A4F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4F58 on black background.


Color preview on white background

This text has color #6A4F58 on white background.



Black color preview on #6A4F58 background

This text has black color on #6A4F58 background.


White color preview on #6A4F58 background

This text has white color on #6A4F58 background.