COLOR #6C5862

HEX: #6C5862
RGB: (108,88,98)

Color info

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

RGB color model

#6C5862 color RGB value is (108,88,98).

  • red value is 108;
  • green value is 88;
  • blue value is 98.
RGB:
(108,88,98)
(42%,35%,38%)

RGB channels and saturation

R 108 of 255 = 42%
G 88 of 255 = 35%
B 98 of 255 = 38%

108
88
98

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

Portions of RGB colors in percentages

R + G + B =
108 + 88 + 98 = 294 (100%)
R 108 of 294 ~ 36.73%
G 88 of 294 ~ 29.93%
B 98 of 294 ~ 33.33%

%36.73
%29.93
%33.33

CMYK color model

#6C5862 color CMYK value is (0,19,9,58).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 9.26%
  • key color value is 57.65%
CMYK:
(0,19,9,58)
C0M19Y9K58 
(0%,19%,9%,58%)
(0.00/0.19/0.09/0.58)	

CMYK percentages

%0
%18.52
%9.26
%57.65

Codes

Color #6C5862 in popluar color models

6C5862
RGB1088898
HSL330°10.20%38.43%
HSB/HSV330°18.52%42.35%
CMYK0.00%18.52%9.26%
57.65%

Color #6C5862 in popluar number systems.

HEX6C5862
Decimal1088898
Binary110110010110001100010
Octal154130142

Shades and tints

Shades of #6C5862

#6C5862
(108,88,98)
#63505A
(99,80,90)
#5A4852
(90,72,82)
#51404A
(81,64,74)
#483842
(72,56,66)
#3F303A
(63,48,58)
#362832
(54,40,50)
#2D202A
(45,32,42)
#241822
(36,24,34)
#1B101A
(27,16,26)
#120812
(18,8,18)
#000000
(0,0,0)

Tints of #6C5862

#6C5862
(108,88,98)
#796770
(121,103,112)
#86767E
(134,118,126)
#93858C
(147,133,140)
#A0949A
(160,148,154)
#ADA3A8
(173,163,168)
#BAB2B6
(186,178,182)
#C7C1C4
(199,193,196)
#D4D0D2
(212,208,210)
#E1DFE0
(225,223,224)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5862 color. Also use rgb(108,88,98) instead hex code.

Text Font Color

.myTextColor { color: #6C5862; }

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

This text font color is #6C5862.


Background Color

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

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

This div background color is #6C5862.


Border color

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

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

This div border color is #6C5862.


Opacity

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

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

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

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

This text has shadow with #6C5862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5862 on black background.


Color preview on white background

This text has color #6C5862 on white background.



Black color preview on #6C5862 background

This text has black color on #6C5862 background.


White color preview on #6C5862 background

This text has white color on #6C5862 background.