COLOR #6C7E5D

HEX: #6C7E5D RGB: (108,126,93)

Color info

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

RGB color model

#6C7E5D color RGB value is (108,126,93).

RGB: (108,126,93) (42%, 49%, 36%)

RGB channels and saturation

R 108 of 255 = 42%
G 126 of 255 = 49%
B 93 of 255 = 36%

108
126
93

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

Portions of RGB colors in percentages

R + G + B = 108 + 126 + 93 = 327 (100%)
R 108 of 327 ~ 33.03%
G 126 of 327 ~ 38.53%
B 93 of 327 ~ 28.44'%

%33.03
%38.53
%28.44

CMYK color model

#6C7E5D color CMYK value is (14,0,26,51).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 26.19%
  • key color value is 50.59%

CMYK: (14,0,26,51)
C14M0Y26K51 (14%, 0%, 26%, 51%)
(0.14 / 0.00 / 0.26 / 0.51)

CMYK percentages

%14.29
%0
%26.19
%50.59

Codes

Color #6C7E5D in popluar color models

6C 7E 5D
RGB 108 126 93
HSL 93° 15.07% 42.94%
HSB/HSV 93° 26.19% 49.41%
CMYK 14.29% 0.00% 26.19%
50.59%

Color #6C7E5D in popluar number systems.

HEX 6C 7E 5D
Decimal 108 126 93
Binary 1101100 1111110 1011101
Octal 154 176 135

Shades and tints

Shades of #6C7E5D

#6C7E5D
(108,126,93)
#637355
(99,115,85)
#5A684D
(90,104,77)
#515D45
(81,93,69)
#48523D
(72,82,61)
#3F4735
(63,71,53)
#363C2D
(54,60,45)
#2D3125
(45,49,37)
#24261D
(36,38,29)
#1B1B15
(27,27,21)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #6C7E5D

#6C7E5D
(108,126,93)
#79896B
(121,137,107)
#869479
(134,148,121)
#939F87
(147,159,135)
#A0AA95
(160,170,149)
#ADB5A3
(173,181,163)
#BAC0B1
(186,192,177)
#C7CBBF
(199,203,191)
#D4D6CD
(212,214,205)
#E1E1DB
(225,225,219)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7E5D color. Also use rgb(108,126,93) instead hex code.

Text Font Color

.myTextColor { color: #6C7E5D; }

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

This text font color is #6C7E5D.

Background Color

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

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

This div background color is #6C7E5D.

Border color

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

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

This div border color is #6C7E5D.

Opacity

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

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

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

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

This text has shadow with #6C7E5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7E5D.

Preview

Color preview on black background

This text has color #6C7E5D on black background.


Color preview on white background

This text has color #6C7E5D on white background.


Black color preview on #6C7E5D background

This text has black color on #6C7E5D background.


White color preview on #6C7E5D background

This text has white color on #6C7E5D background.


Related colors

Complementary color

Complementary color for #hex is #9381A2.


I love getcolorcode.com

Triadic colors

1 #5D6C7E and #7E5D6C with #6C7E5D are triadic colors.

2 #5D7E6C and #7E6C5D with #6C7E5D are triadic colors.