COLOR #6B873F

HEX: #6B873F RGB: (107,135,63)

Color info

#6B873F contains mainly red and green colors. Web safe color of #6B873F is #669933 (or #693).

RGB color model

#6B873F color RGB value is (107,135,63).

RGB: (107,135,63) (42%, 53%, 25%)

RGB channels and saturation

R 107 of 255 = 42%
G 135 of 255 = 53%
B 63 of 255 = 25%

107
135
63

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

Portions of RGB colors in percentages

R + G + B = 107 + 135 + 63 = 305 (100%)
R 107 of 305 ~ 35.08%
G 135 of 305 ~ 44.26%
B 63 of 305 ~ 20.66'%

%35.08
%44.26
%20.66

CMYK color model

#6B873F color CMYK value is (21,0,53,47).

  • cyan value is 20.74%
  • magenta value is 0.00%
  • yellow value is 53.33%
  • key color value is 47.06%

CMYK: (21,0,53,47)
C21M0Y53K47 (21%, 0%, 53%, 47%)
(0.21 / 0.00 / 0.53 / 0.47)

CMYK percentages

%20.74
%0
%53.33
%47.06

Codes

Color #6B873F in popluar color models

6B 87 3F
RGB 107 135 63
HSL 83° 36.36% 38.82%
HSB/HSV 83° 53.33% 52.94%
CMYK 20.74% 0.00% 53.33%
47.06%

Color #6B873F in popluar number systems.

HEX 6B 87 3F
Decimal 107 135 63
Binary 1101011 10000111 111111
Octal 153 207 77

Shades and tints

Shades of #6B873F

#6B873F
(107,135,63)
#627B3A
(98,123,58)
#596F35
(89,111,53)
#506330
(80,99,48)
#47572B
(71,87,43)
#3E4B26
(62,75,38)
#353F21
(53,63,33)
#2C331C
(44,51,28)
#232717
(35,39,23)
#1A1B12
(26,27,18)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #6B873F

#6B873F
(107,135,63)
#789150
(120,145,80)
#859B61
(133,155,97)
#92A572
(146,165,114)
#9FAF83
(159,175,131)
#ACB994
(172,185,148)
#B9C3A5
(185,195,165)
#C6CDB6
(198,205,182)
#D3D7C7
(211,215,199)
#E0E1D8
(224,225,216)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B873F color. Also use rgb(107,135,63) instead hex code.

Text Font Color

.myTextColor { color: #6B873F; }

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

This text font color is #6B873F.

Background Color

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

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

This div background color is #6B873F.

Border color

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

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

This div border color is #6B873F.

Opacity

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

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

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

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

This text has shadow with #6B873F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B873F.

Preview

Color preview on black background

This text has color #6B873F on black background.


Color preview on white background

This text has color #6B873F on white background.


Black color preview on #6B873F background

This text has black color on #6B873F background.


White color preview on #6B873F background

This text has white color on #6B873F background.


Related colors

Complementary color

Complementary color for #hex is #9478C0.


I love getcolorcode.com

Triadic colors

1 #3F6B87 and #873F6B with #6B873F are triadic colors.

2 #3F876B and #876B3F with #6B873F are triadic colors.