COLOR #6D5267

HEX: #6D5267
RGB: (109,82,103)

Color info

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

RGB color model

#6D5267 color RGB value is (109,82,103).

  • red value is 109;
  • green value is 82;
  • blue value is 103.
RGB:
(109,82,103)
(43%,32%,40%)

RGB channels and saturation

R 109 of 255 = 43%
G 82 of 255 = 32%
B 103 of 255 = 40%

109
82
103

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

Portions of RGB colors in percentages

R + G + B =
109 + 82 + 103 = 294 (100%)
R 109 of 294 ~ 37.07%
G 82 of 294 ~ 27.89%
B 103 of 294 ~ 35.03%

%37.07
%27.89
%35.03

CMYK color model

#6D5267 color CMYK value is (0,25,6,57).

  • cyan value is 0.00%
  • magenta value is 24.77%
  • yellow value is 5.50%
  • key color value is 57.25%
CMYK:
(0,25,6,57)
C0M25Y6K57 
(0%,25%,6%,57%)
(0.00/0.25/0.06/0.57)	

CMYK percentages

%0
%24.77
%5.5
%57.25

Codes

Color #6D5267 in popluar color models

6D5267
RGB10982103
HSL313°14.14%37.45%
HSB/HSV313°24.77%42.75%
CMYK0.00%24.77%5.50%
57.25%

Color #6D5267 in popluar number systems.

HEX6D5267
Decimal10982103
Binary110110110100101100111
Octal155122147

Shades and tints

Shades of #6D5267

#6D5267
(109,82,103)
#644B5E
(100,75,94)
#5B4455
(91,68,85)
#523D4C
(82,61,76)
#493643
(73,54,67)
#402F3A
(64,47,58)
#372831
(55,40,49)
#2E2128
(46,33,40)
#251A1F
(37,26,31)
#1C1316
(28,19,22)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #6D5267

#6D5267
(109,82,103)
#7A6174
(122,97,116)
#877081
(135,112,129)
#947F8E
(148,127,142)
#A18E9B
(161,142,155)
#AE9DA8
(174,157,168)
#BBACB5
(187,172,181)
#C8BBC2
(200,187,194)
#D5CACF
(213,202,207)
#E2D9DC
(226,217,220)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5267 color. Also use rgb(109,82,103) instead hex code.

Text Font Color

.myTextColor { color: #6D5267; }

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

This text font color is #6D5267.


Background Color

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

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

This div background color is #6D5267.


Border color

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

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

This div border color is #6D5267.


Opacity

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

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

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

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

This text has shadow with #6D5267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5267 on black background.


Color preview on white background

This text has color #6D5267 on white background.



Black color preview on #6D5267 background

This text has black color on #6D5267 background.


White color preview on #6D5267 background

This text has white color on #6D5267 background.