COLOR #6A4F4B

HEX: #6A4F4B
RGB: (106,79,75)

Color info

#6A4F4B contains red, green and blue colors in about the same proportion. Web safe color of #6A4F4B is #666633 (or #663).

RGB color model

#6A4F4B color RGB value is (106,79,75).

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

RGB channels and saturation

R 106 of 255 = 42%
G 79 of 255 = 31%
B 75 of 255 = 29%

106
79
75

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

Portions of RGB colors in percentages

R + G + B =
106 + 79 + 75 = 260 (100%)
R 106 of 260 ~ 40.77%
G 79 of 260 ~ 30.38%
B 75 of 260 ~ 28.85%

%40.77
%30.38
%28.85

CMYK color model

#6A4F4B color CMYK value is (0,25,29,58).

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 29.25%
  • key color value is 58.43%
CMYK:
(0,25,29,58)
C0M25Y29K58 
(0%,25%,29%,58%)
(0.00/0.25/0.29/0.58)	

CMYK percentages

%0
%25.47
%29.25
%58.43

Codes

Color #6A4F4B in popluar color models

6A4F4B
RGB1067975
HSL17.13%35.49%
HSB/HSV29.25%41.57%
CMYK0.00%25.47%29.25%
58.43%

Color #6A4F4B in popluar number systems.

HEX6A4F4B
Decimal1067975
Binary110101010011111001011
Octal152117113

Shades and tints

Shades of #6A4F4B

#6A4F4B
(106,79,75)
#614845
(97,72,69)
#58413F
(88,65,63)
#4F3A39
(79,58,57)
#463333
(70,51,51)
#3D2C2D
(61,44,45)
#342527
(52,37,39)
#2B1E21
(43,30,33)
#22171B
(34,23,27)
#191015
(25,16,21)
#10090F
(16,9,15)
#000000
(0,0,0)

Tints of #6A4F4B

#6A4F4B
(106,79,75)
#775F5B
(119,95,91)
#846F6B
(132,111,107)
#917F7B
(145,127,123)
#9E8F8B
(158,143,139)
#AB9F9B
(171,159,155)
#B8AFAB
(184,175,171)
#C5BFBB
(197,191,187)
#D2CFCB
(210,207,203)
#DFDFDB
(223,223,219)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4F4B; }

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

This text font color is #6A4F4B.


Background Color

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

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

This div background color is #6A4F4B.


Border color

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

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

This div border color is #6A4F4B.


Opacity

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

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

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

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

This text has shadow with #6A4F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4F4B on black background.


Color preview on white background

This text has color #6A4F4B on white background.



Black color preview on #6A4F4B background

This text has black color on #6A4F4B background.


White color preview on #6A4F4B background

This text has white color on #6A4F4B background.