COLOR #6B4953

HEX: #6B4953
RGB: (107,73,83)

Color info

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

RGB color model

#6B4953 color RGB value is (107,73,83).

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

RGB channels and saturation

R 107 of 255 = 42%
G 73 of 255 = 29%
B 83 of 255 = 33%

107
73
83

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

Portions of RGB colors in percentages

R + G + B =
107 + 73 + 83 = 263 (100%)
R 107 of 263 ~ 40.68%
G 73 of 263 ~ 27.76%
B 83 of 263 ~ 31.56%

%40.68
%27.76
%31.56

CMYK color model

#6B4953 color CMYK value is (0,32,22,58).

  • cyan value is 0.00%
  • magenta value is 31.78%
  • yellow value is 22.43%
  • key color value is 58.04%
CMYK:
(0,32,22,58)
C0M32Y22K58 
(0%,32%,22%,58%)
(0.00/0.32/0.22/0.58)	

CMYK percentages

%0
%31.78
%22.43
%58.04

Codes

Color #6B4953 in popluar color models

6B4953
RGB1077383
HSL342°18.89%35.29%
HSB/HSV342°31.78%41.96%
CMYK0.00%31.78%22.43%
58.04%

Color #6B4953 in popluar number systems.

HEX6B4953
Decimal1077383
Binary110101110010011010011
Octal153111123

Shades and tints

Shades of #6B4953

#6B4953
(107,73,83)
#62434C
(98,67,76)
#593D45
(89,61,69)
#50373E
(80,55,62)
#473137
(71,49,55)
#3E2B30
(62,43,48)
#352529
(53,37,41)
#2C1F22
(44,31,34)
#23191B
(35,25,27)
#1A1314
(26,19,20)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #6B4953

#6B4953
(107,73,83)
#785962
(120,89,98)
#856971
(133,105,113)
#927980
(146,121,128)
#9F898F
(159,137,143)
#AC999E
(172,153,158)
#B9A9AD
(185,169,173)
#C6B9BC
(198,185,188)
#D3C9CB
(211,201,203)
#E0D9DA
(224,217,218)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4953 color. Also use rgb(107,73,83) instead hex code.

Text Font Color

.myTextColor { color: #6B4953; }

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

This text font color is #6B4953.


Background Color

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

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

This div background color is #6B4953.


Border color

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

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

This div border color is #6B4953.


Opacity

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

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

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

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

This text has shadow with #6B4953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4953 on black background.


Color preview on white background

This text has color #6B4953 on white background.



Black color preview on #6B4953 background

This text has black color on #6B4953 background.


White color preview on #6B4953 background

This text has white color on #6B4953 background.