COLOR #6B7E4B

HEX: #6B7E4B RGB: (107,126,75)

Color info

#6B7E4B contains red, green and blue colors in about the same proportion. Web safe color of #6B7E4B is #666633 (or #663).

RGB color model

#6B7E4B color RGB value is (107,126,75).

RGB: (107,126,75) (42%, 49%, 29%)

RGB channels and saturation

R 107 of 255 = 42%
G 126 of 255 = 49%
B 75 of 255 = 29%

107
126
75

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

Portions of RGB colors in percentages

R + G + B = 107 + 126 + 75 = 308 (100%)
R 107 of 308 ~ 34.74%
G 126 of 308 ~ 40.91%
B 75 of 308 ~ 24.35'%

%34.74
%40.91
%24.35

CMYK color model

#6B7E4B color CMYK value is (15,0,40,51).

  • cyan value is 15.08%
  • magenta value is 0.00%
  • yellow value is 40.48%
  • key color value is 50.59%

CMYK: (15,0,40,51)
C15M0Y40K51 (15%, 0%, 40%, 51%)
(0.15 / 0.00 / 0.40 / 0.51)

CMYK percentages

%15.08
%0
%40.48
%50.59

Codes

Color #6B7E4B in popluar color models

6B 7E 4B
RGB 107 126 75
HSL 82° 25.37% 39.41%
HSB/HSV 82° 40.48% 49.41%
CMYK 15.08% 0.00% 40.48%
50.59%

Color #6B7E4B in popluar number systems.

HEX 6B 7E 4B
Decimal 107 126 75
Binary 1101011 1111110 1001011
Octal 153 176 113

Shades and tints

Shades of #6B7E4B

#6B7E4B
(107,126,75)
#627345
(98,115,69)
#59683F
(89,104,63)
#505D39
(80,93,57)
#475233
(71,82,51)
#3E472D
(62,71,45)
#353C27
(53,60,39)
#2C3121
(44,49,33)
#23261B
(35,38,27)
#1A1B15
(26,27,21)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #6B7E4B

#6B7E4B
(107,126,75)
#78895B
(120,137,91)
#85946B
(133,148,107)
#929F7B
(146,159,123)
#9FAA8B
(159,170,139)
#ACB59B
(172,181,155)
#B9C0AB
(185,192,171)
#C6CBBB
(198,203,187)
#D3D6CB
(211,214,203)
#E0E1DB
(224,225,219)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7E4B color. Also use rgb(107,126,75) instead hex code.

Text Font Color

.myTextColor { color: #6B7E4B; }

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

This text font color is #6B7E4B.

Background Color

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

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

This div background color is #6B7E4B.

Border color

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

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

This div border color is #6B7E4B.

Opacity

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

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

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

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

This text has shadow with #6B7E4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7E4B.

Preview

Color preview on black background

This text has color #6B7E4B on black background.


Color preview on white background

This text has color #6B7E4B on white background.


Black color preview on #6B7E4B background

This text has black color on #6B7E4B background.


White color preview on #6B7E4B background

This text has white color on #6B7E4B background.


Related colors

Complementary color

Complementary color for #hex is #9481B4.


I love getcolorcode.com

Triadic colors

1 #4B6B7E and #7E4B6B with #6B7E4B are triadic colors.

2 #4B7E6B and #7E6B4B with #6B7E4B are triadic colors.