COLOR #6B5458

HEX: #6B5458
RGB: (107,84,88)

Color info

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

RGB color model

#6B5458 color RGB value is (107,84,88).

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

RGB channels and saturation

R 107 of 255 = 42%
G 84 of 255 = 33%
B 88 of 255 = 35%

107
84
88

R + G + B ~ 37%. #6B5458 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 84 + 88 = 279 (100%)
R 107 of 279 ~ 38.35%
G 84 of 279 ~ 30.11%
B 88 of 279 ~ 31.54%

%38.35
%30.11
%31.54

CMYK color model

#6B5458 color CMYK value is (0,21,18,58).

  • cyan value is 0.00%
  • magenta value is 21.50%
  • yellow value is 17.76%
  • key color value is 58.04%
CMYK:
(0,21,18,58)
C0M21Y18K58 
(0%,21%,18%,58%)
(0.00/0.21/0.18/0.58)	

CMYK percentages

%0
%21.5
%17.76
%58.04

Codes

Color #6B5458 in popluar color models

6B5458
RGB1078488
HSL350°12.04%37.45%
HSB/HSV350°21.50%41.96%
CMYK0.00%21.50%17.76%
58.04%

Color #6B5458 in popluar number systems.

HEX6B5458
Decimal1078488
Binary110101110101001011000
Octal153124130

Shades and tints

Shades of #6B5458

#6B5458
(107,84,88)
#624D50
(98,77,80)
#594648
(89,70,72)
#503F40
(80,63,64)
#473838
(71,56,56)
#3E3130
(62,49,48)
#352A28
(53,42,40)
#2C2320
(44,35,32)
#231C18
(35,28,24)
#1A1510
(26,21,16)
#110E08
(17,14,8)
#000000
(0,0,0)

Tints of #6B5458

#6B5458
(107,84,88)
#786367
(120,99,103)
#857276
(133,114,118)
#928185
(146,129,133)
#9F9094
(159,144,148)
#AC9FA3
(172,159,163)
#B9AEB2
(185,174,178)
#C6BDC1
(198,189,193)
#D3CCD0
(211,204,208)
#E0DBDF
(224,219,223)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5458; }

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

This text font color is #6B5458.


Background Color

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

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

This div background color is #6B5458.


Border color

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

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

This div border color is #6B5458.


Opacity

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

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

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

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

This text has shadow with #6B5458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5458 on black background.


Color preview on white background

This text has color #6B5458 on white background.



Black color preview on #6B5458 background

This text has black color on #6B5458 background.


White color preview on #6B5458 background

This text has white color on #6B5458 background.