COLOR #6B5364

HEX: #6B5364
RGB: (107,83,100)

Color info

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

RGB color model

#6B5364 color RGB value is (107,83,100).

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

RGB channels and saturation

R 107 of 255 = 42%
G 83 of 255 = 33%
B 100 of 255 = 39%

107
83
100

R + G + B ~ 38%. #6B5364 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 83 + 100 = 290 (100%)
R 107 of 290 ~ 36.9%
G 83 of 290 ~ 28.62%
B 100 of 290 ~ 34.48%

%36.9
%28.62
%34.48

CMYK color model

#6B5364 color CMYK value is (0,22,7,58).

  • cyan value is 0.00%
  • magenta value is 22.43%
  • yellow value is 6.54%
  • key color value is 58.04%
CMYK:
(0,22,7,58)
C0M22Y7K58 
(0%,22%,7%,58%)
(0.00/0.22/0.07/0.58)	

CMYK percentages

%0
%22.43
%6.54
%58.04

Codes

Color #6B5364 in popluar color models

6B5364
RGB10783100
HSL318°12.63%37.25%
HSB/HSV318°22.43%41.96%
CMYK0.00%22.43%6.54%
58.04%

Color #6B5364 in popluar number systems.

HEX6B5364
Decimal10783100
Binary110101110100111100100
Octal153123144

Shades and tints

Shades of #6B5364

#6B5364
(107,83,100)
#624C5B
(98,76,91)
#594552
(89,69,82)
#503E49
(80,62,73)
#473740
(71,55,64)
#3E3037
(62,48,55)
#35292E
(53,41,46)
#2C2225
(44,34,37)
#231B1C
(35,27,28)
#1A1413
(26,20,19)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #6B5364

#6B5364
(107,83,100)
#786272
(120,98,114)
#857180
(133,113,128)
#92808E
(146,128,142)
#9F8F9C
(159,143,156)
#AC9EAA
(172,158,170)
#B9ADB8
(185,173,184)
#C6BCC6
(198,188,198)
#D3CBD4
(211,203,212)
#E0DAE2
(224,218,226)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5364; }

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

This text font color is #6B5364.


Background Color

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

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

This div background color is #6B5364.


Border color

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

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

This div border color is #6B5364.


Opacity

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

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

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

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

This text has shadow with #6B5364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5364 on black background.


Color preview on white background

This text has color #6B5364 on white background.



Black color preview on #6B5364 background

This text has black color on #6B5364 background.


White color preview on #6B5364 background

This text has white color on #6B5364 background.