COLOR #6B7F5B

HEX: #6B7F5B RGB: (107,127,91)

Color info

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

RGB color model

#6B7F5B color RGB value is (107,127,91).

RGB: (107,127,91) (42%, 50%, 36%)

RGB channels and saturation

R 107 of 255 = 42%
G 127 of 255 = 50%
B 91 of 255 = 36%

107
127
91

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

Portions of RGB colors in percentages

R + G + B = 107 + 127 + 91 = 325 (100%)
R 107 of 325 ~ 32.92%
G 127 of 325 ~ 39.08%
B 91 of 325 ~ 28'%

%32.92
%39.08
%28

CMYK color model

#6B7F5B color CMYK value is (16,0,28,50).

  • cyan value is 15.75%
  • magenta value is 0.00%
  • yellow value is 28.35%
  • key color value is 50.20%

CMYK: (16,0,28,50)
C16M0Y28K50 (16%, 0%, 28%, 50%)
(0.16 / 0.00 / 0.28 / 0.50)

CMYK percentages

%15.75
%0
%28.35
%50.2

Codes

Color #6B7F5B in popluar color models

6B 7F 5B
RGB 107 127 91
HSL 93° 16.51% 42.75%
HSB/HSV 93° 28.35% 49.80%
CMYK 15.75% 0.00% 28.35%
50.20%

Color #6B7F5B in popluar number systems.

HEX 6B 7F 5B
Decimal 107 127 91
Binary 1101011 1111111 1011011
Octal 153 177 133

Shades and tints

Shades of #6B7F5B

#6B7F5B
(107,127,91)
#627453
(98,116,83)
#59694B
(89,105,75)
#505E43
(80,94,67)
#47533B
(71,83,59)
#3E4833
(62,72,51)
#353D2B
(53,61,43)
#2C3223
(44,50,35)
#23271B
(35,39,27)
#1A1C13
(26,28,19)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #6B7F5B

#6B7F5B
(107,127,91)
#788A69
(120,138,105)
#859577
(133,149,119)
#92A085
(146,160,133)
#9FAB93
(159,171,147)
#ACB6A1
(172,182,161)
#B9C1AF
(185,193,175)
#C6CCBD
(198,204,189)
#D3D7CB
(211,215,203)
#E0E2D9
(224,226,217)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7F5B color. Also use rgb(107,127,91) instead hex code.

Text Font Color

.myTextColor { color: #6B7F5B; }

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

This text font color is #6B7F5B.

Background Color

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

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

This div background color is #6B7F5B.

Border color

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

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

This div border color is #6B7F5B.

Opacity

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

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

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

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

This text has shadow with #6B7F5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7F5B.

Preview

Color preview on black background

This text has color #6B7F5B on black background.


Color preview on white background

This text has color #6B7F5B on white background.


Black color preview on #6B7F5B background

This text has black color on #6B7F5B background.


White color preview on #6B7F5B background

This text has white color on #6B7F5B background.


Related colors

Complementary color

Complementary color for #hex is #9480A4.


I love getcolorcode.com

Triadic colors

1 #5B6B7F and #7F5B6B with #6B7F5B are triadic colors.

2 #5B7F6B and #7F6B5B with #6B7F5B are triadic colors.