COLOR #6B8935

HEX: #6B8935 RGB: (107,137,53)

Color info

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

RGB color model

#6B8935 color RGB value is (107,137,53).

RGB: (107,137,53) (42%, 54%, 21%)

RGB channels and saturation

R 107 of 255 = 42%
G 137 of 255 = 54%
B 53 of 255 = 21%

107
137
53

R + G + B ~ 39%. #6B8935 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 137 + 53 = 297 (100%)
R 107 of 297 ~ 36.03%
G 137 of 297 ~ 46.13%
B 53 of 297 ~ 17.85'%

%36.03
%46.13
%17.85

CMYK color model

#6B8935 color CMYK value is (22,0,61,46).

  • cyan value is 21.90%
  • magenta value is 0.00%
  • yellow value is 61.31%
  • key color value is 46.27%
CMYK: (22,0,61,46) C22M0Y61K46 (22%,0%,61%,46%) (0.22/0.00/0.61/0.46) 

CMYK percentages

%21.9
%0
%61.31
%46.27

Codes

Color #6B8935 in popluar color models

6B 89 35
RGB 107 137 53
HSL 81° 44.21% 37.25%
HSB/HSV 81° 61.31% 53.73%
CMYK 21.90% 0.00% 61.31%
46.27%

Color #6B8935 in popluar number systems.

HEX 6B 89 35
Decimal 107 137 53
Binary 1101011 10001001 110101
Octal 153 211 65

Shades and tints

Shades of #6B8935

#6B8935
(107,137,53)
#627D31
(98,125,49)
#59712D
(89,113,45)
#506529
(80,101,41)
#475925
(71,89,37)
#3E4D21
(62,77,33)
#35411D
(53,65,29)
#2C3519
(44,53,25)
#232915
(35,41,21)
#1A1D11
(26,29,17)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #6B8935

#6B8935
(107,137,53)
#789347
(120,147,71)
#859D59
(133,157,89)
#92A76B
(146,167,107)
#9FB17D
(159,177,125)
#ACBB8F
(172,187,143)
#B9C5A1
(185,197,161)
#C6CFB3
(198,207,179)
#D3D9C5
(211,217,197)
#E0E3D7
(224,227,215)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8935 color. Also use rgb(107,137,53) instead hex code.

Text Font Color

.myTextColor { color: #6B8935; }

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

This text font color is #6B8935.

Background Color

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

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

This div background color is #6B8935.

Border color

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

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

This div border color is #6B8935.

Opacity

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

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

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

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

This text has shadow with #6B8935 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8935.

Preview

Color preview on black background

This text has color #6B8935 on black background.


Color preview on white background

This text has color #6B8935 on white background.


Black color preview on #6B8935 background

This text has black color on #6B8935 background.


White color preview on #6B8935 background

This text has white color on #6B8935 background.


Related colors

Complementary color

Complementary color for #hex is #9476CA.


I love getcolorcode.com

Triadic colors

1 #356B89 and #89356B with #6B8935 are triadic colors.

2 #35896B and #896B35 with #6B8935 are triadic colors.