COLOR #6B4A54

HEX: #6B4A54
RGB: (107,74,84)

Color info

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

RGB color model

#6B4A54 color RGB value is (107,74,84).

  • red value is 107;
  • green value is 74;
  • blue value is 84.
RGB:
(107,74,84)
(42%,29%,33%)

RGB channels and saturation

R 107 of 255 = 42%
G 74 of 255 = 29%
B 84 of 255 = 33%

107
74
84

R + G + B ~ 35%. #6B4A54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 74 + 84 = 265 (100%)
R 107 of 265 ~ 40.38%
G 74 of 265 ~ 27.92%
B 84 of 265 ~ 31.7%

%40.38
%27.92
%31.7

CMYK color model

#6B4A54 color CMYK value is (0,31,21,58).

  • cyan value is 0.00%
  • magenta value is 30.84%
  • yellow value is 21.50%
  • key color value is 58.04%
CMYK:
(0,31,21,58)
C0M31Y21K58 
(0%,31%,21%,58%)
(0.00/0.31/0.21/0.58)	

CMYK percentages

%0
%30.84
%21.5
%58.04

Codes

Color #6B4A54 in popluar color models

6B4A54
RGB1077484
HSL342°18.23%35.49%
HSB/HSV342°30.84%41.96%
CMYK0.00%30.84%21.50%
58.04%

Color #6B4A54 in popluar number systems.

HEX6B4A54
Decimal1077484
Binary110101110010101010100
Octal153112124

Shades and tints

Shades of #6B4A54

#6B4A54
(107,74,84)
#62444D
(98,68,77)
#593E46
(89,62,70)
#50383F
(80,56,63)
#473238
(71,50,56)
#3E2C31
(62,44,49)
#35262A
(53,38,42)
#2C2023
(44,32,35)
#231A1C
(35,26,28)
#1A1415
(26,20,21)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #6B4A54

#6B4A54
(107,74,84)
#785A63
(120,90,99)
#856A72
(133,106,114)
#927A81
(146,122,129)
#9F8A90
(159,138,144)
#AC9A9F
(172,154,159)
#B9AAAE
(185,170,174)
#C6BABD
(198,186,189)
#D3CACC
(211,202,204)
#E0DADB
(224,218,219)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4A54 color. Also use rgb(107,74,84) instead hex code.

Text Font Color

.myTextColor { color: #6B4A54; }

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

This text font color is #6B4A54.


Background Color

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

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

This div background color is #6B4A54.


Border color

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

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

This div border color is #6B4A54.


Opacity

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

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

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

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

This text has shadow with #6B4A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4A54 on black background.


Color preview on white background

This text has color #6B4A54 on white background.



Black color preview on #6B4A54 background

This text has black color on #6B4A54 background.


White color preview on #6B4A54 background

This text has white color on #6B4A54 background.