COLOR #6B7863

HEX: #6B7863 RGB: (107,120,99)

Color info

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

RGB color model

#6B7863 color RGB value is (107,120,99).

RGB: (107,120,99) (42%, 47%, 39%)

RGB channels and saturation

R 107 of 255 = 42%
G 120 of 255 = 47%
B 99 of 255 = 39%

107
120
99

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

Portions of RGB colors in percentages

R + G + B = 107 + 120 + 99 = 326 (100%)
R 107 of 326 ~ 32.82%
G 120 of 326 ~ 36.81%
B 99 of 326 ~ 30.37'%

%32.82
%36.81
%30.37

CMYK color model

#6B7863 color CMYK value is (11,0,18,53).

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

CMYK: (11,0,18,53)
C11M0Y18K53 (11%, 0%, 18%, 53%)
(0.11 / 0.00 / 0.18 / 0.53)

CMYK percentages

%10.83
%0
%17.5
%52.94

Codes

Color #6B7863 in popluar color models

6B 78 63
RGB 107 120 99
HSL 97° 9.59% 42.94%
HSB/HSV 97° 17.50% 47.06%
CMYK 10.83% 0.00% 17.50%
52.94%

Color #6B7863 in popluar number systems.

HEX 6B 78 63
Decimal 107 120 99
Binary 1101011 1111000 1100011
Octal 153 170 143

Shades and tints

Shades of #6B7863

#6B7863
(107,120,99)
#626E5A
(98,110,90)
#596451
(89,100,81)
#505A48
(80,90,72)
#47503F
(71,80,63)
#3E4636
(62,70,54)
#353C2D
(53,60,45)
#2C3224
(44,50,36)
#23281B
(35,40,27)
#1A1E12
(26,30,18)
#111409
(17,20,9)
#000000
(0,0,0)

Tints of #6B7863

#6B7863
(107,120,99)
#788471
(120,132,113)
#85907F
(133,144,127)
#929C8D
(146,156,141)
#9FA89B
(159,168,155)
#ACB4A9
(172,180,169)
#B9C0B7
(185,192,183)
#C6CCC5
(198,204,197)
#D3D8D3
(211,216,211)
#E0E4E1
(224,228,225)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7863; }

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

This text font color is #6B7863.

Background Color

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

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

This div background color is #6B7863.

Border color

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

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

This div border color is #6B7863.

Opacity

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

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

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

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

This text has shadow with #6B7863 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7863.

Preview

Color preview on black background

This text has color #6B7863 on black background.


Color preview on white background

This text has color #6B7863 on white background.


Black color preview on #6B7863 background

This text has black color on #6B7863 background.


White color preview on #6B7863 background

This text has white color on #6B7863 background.


Related colors

Complementary color

Complementary color for #hex is #94879C.


I love getcolorcode.com

Triadic colors

1 #636B78 and #78636B with #6B7863 are triadic colors.

2 #63786B and #786B63 with #6B7863 are triadic colors.