COLOR #6B5262

HEX: #6B5262
RGB: (107,82,98)

Color info

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

RGB color model

#6B5262 color RGB value is (107,82,98).

  • red value is 107;
  • green value is 82;
  • blue value is 98.
RGB:
(107,82,98)
(42%,32%,38%)

RGB channels and saturation

R 107 of 255 = 42%
G 82 of 255 = 32%
B 98 of 255 = 38%

107
82
98

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

Portions of RGB colors in percentages

R + G + B =
107 + 82 + 98 = 287 (100%)
R 107 of 287 ~ 37.28%
G 82 of 287 ~ 28.57%
B 98 of 287 ~ 34.15%

%37.28
%28.57
%34.15

CMYK color model

#6B5262 color CMYK value is (0,23,8,58).

  • cyan value is 0.00%
  • magenta value is 23.36%
  • yellow value is 8.41%
  • key color value is 58.04%
CMYK:
(0,23,8,58)
C0M23Y8K58 
(0%,23%,8%,58%)
(0.00/0.23/0.08/0.58)	

CMYK percentages

%0
%23.36
%8.41
%58.04

Codes

Color #6B5262 in popluar color models

6B5262
RGB1078298
HSL322°13.23%37.06%
HSB/HSV322°23.36%41.96%
CMYK0.00%23.36%8.41%
58.04%

Color #6B5262 in popluar number systems.

HEX6B5262
Decimal1078298
Binary110101110100101100010
Octal153122142

Shades and tints

Shades of #6B5262

#6B5262
(107,82,98)
#624B5A
(98,75,90)
#594452
(89,68,82)
#503D4A
(80,61,74)
#473642
(71,54,66)
#3E2F3A
(62,47,58)
#352832
(53,40,50)
#2C212A
(44,33,42)
#231A22
(35,26,34)
#1A131A
(26,19,26)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #6B5262

#6B5262
(107,82,98)
#786170
(120,97,112)
#85707E
(133,112,126)
#927F8C
(146,127,140)
#9F8E9A
(159,142,154)
#AC9DA8
(172,157,168)
#B9ACB6
(185,172,182)
#C6BBC4
(198,187,196)
#D3CAD2
(211,202,210)
#E0D9E0
(224,217,224)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5262 color. Also use rgb(107,82,98) instead hex code.

Text Font Color

.myTextColor { color: #6B5262; }

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

This text font color is #6B5262.


Background Color

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

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

This div background color is #6B5262.


Border color

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

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

This div border color is #6B5262.


Opacity

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

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

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

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

This text has shadow with #6B5262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5262 on black background.


Color preview on white background

This text has color #6B5262 on white background.



Black color preview on #6B5262 background

This text has black color on #6B5262 background.


White color preview on #6B5262 background

This text has white color on #6B5262 background.