COLOR #6B7C4E

HEX: #6B7C4E RGB: (107,124,78)

Color info

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

RGB color model

#6B7C4E color RGB value is (107,124,78).

RGB: (107,124,78) (42%, 49%, 31%)

RGB channels and saturation

R 107 of 255 = 42%
G 124 of 255 = 49%
B 78 of 255 = 31%

107
124
78

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

Portions of RGB colors in percentages

R + G + B = 107 + 124 + 78 = 309 (100%)
R 107 of 309 ~ 34.63%
G 124 of 309 ~ 40.13%
B 78 of 309 ~ 25.24'%

%34.63
%40.13
%25.24

CMYK color model

#6B7C4E color CMYK value is (14,0,37,51).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 37.10%
  • key color value is 51.37%

CMYK: (14,0,37,51)
C14M0Y37K51 (14%, 0%, 37%, 51%)
(0.14 / 0.00 / 0.37 / 0.51)

CMYK percentages

%13.71
%0
%37.1
%51.37

Codes

Color #6B7C4E in popluar color models

6B 7C 4E
RGB 107 124 78
HSL 82° 22.77% 39.61%
HSB/HSV 82° 37.10% 48.63%
CMYK 13.71% 0.00% 37.10%
51.37%

Color #6B7C4E in popluar number systems.

HEX 6B 7C 4E
Decimal 107 124 78
Binary 1101011 1111100 1001110
Octal 153 174 116

Shades and tints

Shades of #6B7C4E

#6B7C4E
(107,124,78)
#627147
(98,113,71)
#596640
(89,102,64)
#505B39
(80,91,57)
#475032
(71,80,50)
#3E452B
(62,69,43)
#353A24
(53,58,36)
#2C2F1D
(44,47,29)
#232416
(35,36,22)
#1A190F
(26,25,15)
#110E08
(17,14,8)
#000000
(0,0,0)

Tints of #6B7C4E

#6B7C4E
(107,124,78)
#78875E
(120,135,94)
#85926E
(133,146,110)
#929D7E
(146,157,126)
#9FA88E
(159,168,142)
#ACB39E
(172,179,158)
#B9BEAE
(185,190,174)
#C6C9BE
(198,201,190)
#D3D4CE
(211,212,206)
#E0DFDE
(224,223,222)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7C4E color. Also use rgb(107,124,78) instead hex code.

Text Font Color

.myTextColor { color: #6B7C4E; }

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

This text font color is #6B7C4E.

Background Color

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

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

This div background color is #6B7C4E.

Border color

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

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

This div border color is #6B7C4E.

Opacity

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

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

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

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

This text has shadow with #6B7C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7C4E.

Preview

Color preview on black background

This text has color #6B7C4E on black background.


Color preview on white background

This text has color #6B7C4E on white background.


Black color preview on #6B7C4E background

This text has black color on #6B7C4E background.


White color preview on #6B7C4E background

This text has white color on #6B7C4E background.


Related colors

Complementary color

Complementary color for #hex is #9483B1.


I love getcolorcode.com

Triadic colors

1 #4E6B7C and #7C4E6B with #6B7C4E are triadic colors.

2 #4E7C6B and #7C6B4E with #6B7C4E are triadic colors.