COLOR #6B7B5F

HEX: #6B7B5F RGB: (107,123,95)

Color info

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

RGB color model

#6B7B5F color RGB value is (107,123,95).

RGB: (107,123,95) (42%, 48%, 37%)

RGB channels and saturation

R 107 of 255 = 42%
G 123 of 255 = 48%
B 95 of 255 = 37%

107
123
95

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

Portions of RGB colors in percentages

R + G + B = 107 + 123 + 95 = 325 (100%)
R 107 of 325 ~ 32.92%
G 123 of 325 ~ 37.85%
B 95 of 325 ~ 29.23'%

%32.92
%37.85
%29.23

CMYK color model

#6B7B5F color CMYK value is (13,0,23,52).

  • cyan value is 13.01%
  • magenta value is 0.00%
  • yellow value is 22.76%
  • key color value is 51.76%

CMYK: (13,0,23,52)
C13M0Y23K52 (13%, 0%, 23%, 52%)
(0.13 / 0.00 / 0.23 / 0.52)

CMYK percentages

%13.01
%0
%22.76
%51.76

Codes

Color #6B7B5F in popluar color models

6B 7B 5F
RGB 107 123 95
HSL 94° 12.84% 42.75%
HSB/HSV 94° 22.76% 48.24%
CMYK 13.01% 0.00% 22.76%
51.76%

Color #6B7B5F in popluar number systems.

HEX 6B 7B 5F
Decimal 107 123 95
Binary 1101011 1111011 1011111
Octal 153 173 137

Shades and tints

Shades of #6B7B5F

#6B7B5F
(107,123,95)
#627057
(98,112,87)
#59654F
(89,101,79)
#505A47
(80,90,71)
#474F3F
(71,79,63)
#3E4437
(62,68,55)
#35392F
(53,57,47)
#2C2E27
(44,46,39)
#23231F
(35,35,31)
#1A1817
(26,24,23)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #6B7B5F

#6B7B5F
(107,123,95)
#78876D
(120,135,109)
#85937B
(133,147,123)
#929F89
(146,159,137)
#9FAB97
(159,171,151)
#ACB7A5
(172,183,165)
#B9C3B3
(185,195,179)
#C6CFC1
(198,207,193)
#D3DBCF
(211,219,207)
#E0E7DD
(224,231,221)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7B5F color. Also use rgb(107,123,95) instead hex code.

Text Font Color

.myTextColor { color: #6B7B5F; }

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

This text font color is #6B7B5F.

Background Color

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

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

This div background color is #6B7B5F.

Border color

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

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

This div border color is #6B7B5F.

Opacity

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

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

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

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

This text has shadow with #6B7B5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7B5F.

Preview

Color preview on black background

This text has color #6B7B5F on black background.


Color preview on white background

This text has color #6B7B5F on white background.


Black color preview on #6B7B5F background

This text has black color on #6B7B5F background.


White color preview on #6B7B5F background

This text has white color on #6B7B5F background.


Related colors

Complementary color

Complementary color for #hex is #9484A0.


I love getcolorcode.com

Triadic colors

1 #5F6B7B and #7B5F6B with #6B7B5F are triadic colors.

2 #5F7B6B and #7B6B5F with #6B7B5F are triadic colors.