COLOR #6B7461

HEX: #6B7461 RGB: (107,116,97)

Color info

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

RGB color model

#6B7461 color RGB value is (107,116,97).

RGB: (107,116,97) (42%, 45%, 38%)

RGB channels and saturation

R 107 of 255 = 42%
G 116 of 255 = 45%
B 97 of 255 = 38%

107
116
97

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

Portions of RGB colors in percentages

R + G + B = 107 + 116 + 97 = 320 (100%)
R 107 of 320 ~ 33.44%
G 116 of 320 ~ 36.25%
B 97 of 320 ~ 30.31'%

%33.44
%36.25
%30.31

CMYK color model

#6B7461 color CMYK value is (8,0,16,55).

  • cyan value is 7.76%
  • magenta value is 0.00%
  • yellow value is 16.38%
  • key color value is 54.51%

CMYK: (8,0,16,55)
C8M0Y16K55 (8%, 0%, 16%, 55%)
(0.08 / 0.00 / 0.16 / 0.55)

CMYK percentages

%7.76
%0
%16.38
%54.51

Codes

Color #6B7461 in popluar color models

6B 74 61
RGB 107 116 97
HSL 88° 8.92% 41.76%
HSB/HSV 88° 16.38% 45.49%
CMYK 7.76% 0.00% 16.38%
54.51%

Color #6B7461 in popluar number systems.

HEX 6B 74 61
Decimal 107 116 97
Binary 1101011 1110100 1100001
Octal 153 164 141

Shades and tints

Shades of #6B7461

#6B7461
(107,116,97)
#626A59
(98,106,89)
#596051
(89,96,81)
#505649
(80,86,73)
#474C41
(71,76,65)
#3E4239
(62,66,57)
#353831
(53,56,49)
#2C2E29
(44,46,41)
#232421
(35,36,33)
#1A1A19
(26,26,25)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #6B7461

#6B7461
(107,116,97)
#78806F
(120,128,111)
#858C7D
(133,140,125)
#92988B
(146,152,139)
#9FA499
(159,164,153)
#ACB0A7
(172,176,167)
#B9BCB5
(185,188,181)
#C6C8C3
(198,200,195)
#D3D4D1
(211,212,209)
#E0E0DF
(224,224,223)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7461 color. Also use rgb(107,116,97) instead hex code.

Text Font Color

.myTextColor { color: #6B7461; }

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

This text font color is #6B7461.

Background Color

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

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

This div background color is #6B7461.

Border color

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

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

This div border color is #6B7461.

Opacity

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

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

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

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

This text has shadow with #6B7461 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7461.

Preview

Color preview on black background

This text has color #6B7461 on black background.


Color preview on white background

This text has color #6B7461 on white background.


Black color preview on #6B7461 background

This text has black color on #6B7461 background.


White color preview on #6B7461 background

This text has white color on #6B7461 background.


Related colors

Complementary color

Complementary color for #hex is #948B9E.


I love getcolorcode.com

Triadic colors

1 #616B74 and #74616B with #6B7461 are triadic colors.

2 #61746B and #746B61 with #6B7461 are triadic colors.