COLOR #6B5F72

HEX: #6B5F72
RGB: (107,95,114)

Color info

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

RGB color model

#6B5F72 color RGB value is (107,95,114).

  • red value is 107;
  • green value is 95;
  • blue value is 114.
RGB:
(107,95,114)
(42%,37%,45%)

RGB channels and saturation

R 107 of 255 = 42%
G 95 of 255 = 37%
B 114 of 255 = 45%

107
95
114

R + G + B ~ 41%. #6B5F72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 95 + 114 = 316 (100%)
R 107 of 316 ~ 33.86%
G 95 of 316 ~ 30.06%
B 114 of 316 ~ 36.08%

%33.86
%30.06
%36.08

CMYK color model

#6B5F72 color CMYK value is (6,17,0,55).

  • cyan value is 6.14%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(6,17,0,55)
C6M17Y0K55 
(6%,17%,0%,55%)
(0.06/0.17/0.00/0.55)	

CMYK percentages

%6.14
%16.67
%0
%55.29

Codes

Color #6B5F72 in popluar color models

6B5F72
RGB10795114
HSL278°9.09%40.98%
HSB/HSV278°16.67%44.71%
CMYK6.14%16.67%0.00%
55.29%

Color #6B5F72 in popluar number systems.

HEX6B5F72
Decimal10795114
Binary110101110111111110010
Octal153137162

Shades and tints

Shades of #6B5F72

#6B5F72
(107,95,114)
#625768
(98,87,104)
#594F5E
(89,79,94)
#504754
(80,71,84)
#473F4A
(71,63,74)
#3E3740
(62,55,64)
#352F36
(53,47,54)
#2C272C
(44,39,44)
#231F22
(35,31,34)
#1A1718
(26,23,24)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #6B5F72

#6B5F72
(107,95,114)
#786D7E
(120,109,126)
#857B8A
(133,123,138)
#928996
(146,137,150)
#9F97A2
(159,151,162)
#ACA5AE
(172,165,174)
#B9B3BA
(185,179,186)
#C6C1C6
(198,193,198)
#D3CFD2
(211,207,210)
#E0DDDE
(224,221,222)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5F72 color. Also use rgb(107,95,114) instead hex code.

Text Font Color

.myTextColor { color: #6B5F72; }

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

This text font color is #6B5F72.


Background Color

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

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

This div background color is #6B5F72.


Border color

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

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

This div border color is #6B5F72.


Opacity

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

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

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

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

This text has shadow with #6B5F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5F72 on black background.


Color preview on white background

This text has color #6B5F72 on white background.



Black color preview on #6B5F72 background

This text has black color on #6B5F72 background.


White color preview on #6B5F72 background

This text has white color on #6B5F72 background.