COLOR #6B785D

HEX: #6B785D RGB: (107,120,93)

Color info

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

RGB color model

#6B785D color RGB value is (107,120,93).

RGB: (107,120,93) (42%, 47%, 36%)

RGB channels and saturation

R 107 of 255 = 42%
G 120 of 255 = 47%
B 93 of 255 = 36%

107
120
93

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

Portions of RGB colors in percentages

R + G + B = 107 + 120 + 93 = 320 (100%)
R 107 of 320 ~ 33.44%
G 120 of 320 ~ 37.5%
B 93 of 320 ~ 29.06'%

%33.44
%37.5
%29.06

CMYK color model

#6B785D color CMYK value is (11,0,23,53).

  • cyan value is 10.83%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 52.94%

CMYK: (11,0,23,53)
C11M0Y23K53 (11%, 0%, 23%, 53%)
(0.11 / 0.00 / 0.23 / 0.53)

CMYK percentages

%10.83
%0
%22.5
%52.94

Codes

Color #6B785D in popluar color models

6B 78 5D
RGB 107 120 93
HSL 89° 12.68% 41.76%
HSB/HSV 89° 22.50% 47.06%
CMYK 10.83% 0.00% 22.50%
52.94%

Color #6B785D in popluar number systems.

HEX 6B 78 5D
Decimal 107 120 93
Binary 1101011 1111000 1011101
Octal 153 170 135

Shades and tints

Shades of #6B785D

#6B785D
(107,120,93)
#626E55
(98,110,85)
#59644D
(89,100,77)
#505A45
(80,90,69)
#47503D
(71,80,61)
#3E4635
(62,70,53)
#353C2D
(53,60,45)
#2C3225
(44,50,37)
#23281D
(35,40,29)
#1A1E15
(26,30,21)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #6B785D

#6B785D
(107,120,93)
#78846B
(120,132,107)
#859079
(133,144,121)
#929C87
(146,156,135)
#9FA895
(159,168,149)
#ACB4A3
(172,180,163)
#B9C0B1
(185,192,177)
#C6CCBF
(198,204,191)
#D3D8CD
(211,216,205)
#E0E4DB
(224,228,219)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B785D color. Also use rgb(107,120,93) instead hex code.

Text Font Color

.myTextColor { color: #6B785D; }

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

This text font color is #6B785D.

Background Color

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

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

This div background color is #6B785D.

Border color

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

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

This div border color is #6B785D.

Opacity

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

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

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

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

This text has shadow with #6B785D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B785D.

Preview

Color preview on black background

This text has color #6B785D on black background.


Color preview on white background

This text has color #6B785D on white background.


Black color preview on #6B785D background

This text has black color on #6B785D background.


White color preview on #6B785D background

This text has white color on #6B785D background.


Related colors

Complementary color

Complementary color for #hex is #9487A2.


I love getcolorcode.com

Triadic colors

1 #5D6B78 and #785D6B with #6B785D are triadic colors.

2 #5D786B and #786B5D with #6B785D are triadic colors.