COLOR #6B4958

HEX: #6B4958
RGB: (107,73,88)

Color info

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

RGB color model

#6B4958 color RGB value is (107,73,88).

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

RGB channels and saturation

R 107 of 255 = 42%
G 73 of 255 = 29%
B 88 of 255 = 35%

107
73
88

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

Portions of RGB colors in percentages

R + G + B =
107 + 73 + 88 = 268 (100%)
R 107 of 268 ~ 39.93%
G 73 of 268 ~ 27.24%
B 88 of 268 ~ 32.84%

%39.93
%27.24
%32.84

CMYK color model

#6B4958 color CMYK value is (0,32,18,58).

  • cyan value is 0.00%
  • magenta value is 31.78%
  • yellow value is 17.76%
  • key color value is 58.04%
CMYK:
(0,32,18,58)
C0M32Y18K58 
(0%,32%,18%,58%)
(0.00/0.32/0.18/0.58)	

CMYK percentages

%0
%31.78
%17.76
%58.04

Codes

Color #6B4958 in popluar color models

6B4958
RGB1077388
HSL334°18.89%35.29%
HSB/HSV334°31.78%41.96%
CMYK0.00%31.78%17.76%
58.04%

Color #6B4958 in popluar number systems.

HEX6B4958
Decimal1077388
Binary110101110010011011000
Octal153111130

Shades and tints

Shades of #6B4958

#6B4958
(107,73,88)
#624350
(98,67,80)
#593D48
(89,61,72)
#503740
(80,55,64)
#473138
(71,49,56)
#3E2B30
(62,43,48)
#352528
(53,37,40)
#2C1F20
(44,31,32)
#231918
(35,25,24)
#1A1310
(26,19,16)
#110D08
(17,13,8)
#000000
(0,0,0)

Tints of #6B4958

#6B4958
(107,73,88)
#785967
(120,89,103)
#856976
(133,105,118)
#927985
(146,121,133)
#9F8994
(159,137,148)
#AC99A3
(172,153,163)
#B9A9B2
(185,169,178)
#C6B9C1
(198,185,193)
#D3C9D0
(211,201,208)
#E0D9DF
(224,217,223)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4958; }

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

This text font color is #6B4958.


Background Color

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

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

This div background color is #6B4958.


Border color

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

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

This div border color is #6B4958.


Opacity

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

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

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

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

This text has shadow with #6B4958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4958 on black background.


Color preview on white background

This text has color #6B4958 on white background.



Black color preview on #6B4958 background

This text has black color on #6B4958 background.


White color preview on #6B4958 background

This text has white color on #6B4958 background.