COLOR #6C7571

HEX: #6C7571 RGB: (108,117,113)

Color info

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

RGB color model

#6C7571 color RGB value is (108,117,113).

RGB: (108,117,113) (42%, 46%, 44%)

RGB channels and saturation

R 108 of 255 = 42%
G 117 of 255 = 46%
B 113 of 255 = 44%

108
117
113

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

Portions of RGB colors in percentages

R + G + B = 108 + 117 + 113 = 338 (100%)
R 108 of 338 ~ 31.95%
G 117 of 338 ~ 34.62%
B 113 of 338 ~ 33.43'%

%31.95
%34.62
%33.43

CMYK color model

#6C7571 color CMYK value is (8,0,3,54).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 3.42%
  • key color value is 54.12%

CMYK: (8,0,3,54)
C8M0Y3K54 (8%, 0%, 3%, 54%)
(0.08 / 0.00 / 0.03 / 0.54)

CMYK percentages

%7.69
%0
%3.42
%54.12

Codes

Color #6C7571 in popluar color models

6C 75 71
RGB 108 117 113
HSL 153° 4.00% 44.12%
HSB/HSV 153° 7.69% 45.88%
CMYK 7.69% 0.00% 3.42%
54.12%

Color #6C7571 in popluar number systems.

HEX 6C 75 71
Decimal 108 117 113
Binary 1101100 1110101 1110001
Octal 154 165 161

Shades and tints

Shades of #6C7571

#6C7571
(108,117,113)
#636B67
(99,107,103)
#5A615D
(90,97,93)
#515753
(81,87,83)
#484D49
(72,77,73)
#3F433F
(63,67,63)
#363935
(54,57,53)
#2D2F2B
(45,47,43)
#242521
(36,37,33)
#1B1B17
(27,27,23)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #6C7571

#6C7571
(108,117,113)
#79817D
(121,129,125)
#868D89
(134,141,137)
#939995
(147,153,149)
#A0A5A1
(160,165,161)
#ADB1AD
(173,177,173)
#BABDB9
(186,189,185)
#C7C9C5
(199,201,197)
#D4D5D1
(212,213,209)
#E1E1DD
(225,225,221)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7571 color. Also use rgb(108,117,113) instead hex code.

Text Font Color

.myTextColor { color: #6C7571; }

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

This text font color is #6C7571.

Background Color

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

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

This div background color is #6C7571.

Border color

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

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

This div border color is #6C7571.

Opacity

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

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

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

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

This text has shadow with #6C7571 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7571.

Preview

Color preview on black background

This text has color #6C7571 on black background.


Color preview on white background

This text has color #6C7571 on white background.


Black color preview on #6C7571 background

This text has black color on #6C7571 background.


White color preview on #6C7571 background

This text has white color on #6C7571 background.


Related colors

Complementary color

Complementary color for #hex is #938A8E.


I love getcolorcode.com

Triadic colors

1 #716C75 and #75716C with #6C7571 are triadic colors.

2 #71756C and #756C71 with #6C7571 are triadic colors.