COLOR #6B8D53

HEX: #6B8D53
RGB: (107,141,83)

Color info

#6B8D53 contains red, green and blue colors in about the same proportion. Web safe color of #6B8D53 is #669966 (or #696).

RGB color model

#6B8D53 color RGB value is (107,141,83).

  • red value is 107;
  • green value is 141;
  • blue value is 83.
RGB:
(107,141,83)
(42%,55%,33%)

RGB channels and saturation

R 107 of 255 = 42%
G 141 of 255 = 55%
B 83 of 255 = 33%

107
141
83

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

Portions of RGB colors in percentages

R + G + B =
107 + 141 + 83 = 331 (100%)
R 107 of 331 ~ 32.33%
G 141 of 331 ~ 42.6%
B 83 of 331 ~ 25.08%

%32.33
%42.6
%25.08

CMYK color model

#6B8D53 color CMYK value is (24,0,41,45).

  • cyan value is 24.11%
  • magenta value is 0.00%
  • yellow value is 41.13%
  • key color value is 44.71%
CMYK:
(24,0,41,45)
C24M0Y41K45 
(24%,0%,41%,45%)
(0.24/0.00/0.41/0.45)	

CMYK percentages

%24.11
%0
%41.13
%44.71

Codes

Color #6B8D53 in popluar color models

6B8D53
RGB10714183
HSL95°25.89%43.92%
HSB/HSV95°41.13%55.29%
CMYK24.11%0.00%41.13%
44.71%

Color #6B8D53 in popluar number systems.

HEX6B8D53
Decimal10714183
Binary1101011100011011010011
Octal153215123

Shades and tints

Shades of #6B8D53

#6B8D53
(107,141,83)
#62814C
(98,129,76)
#597545
(89,117,69)
#50693E
(80,105,62)
#475D37
(71,93,55)
#3E5130
(62,81,48)
#354529
(53,69,41)
#2C3922
(44,57,34)
#232D1B
(35,45,27)
#1A2114
(26,33,20)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #6B8D53

#6B8D53
(107,141,83)
#789762
(120,151,98)
#85A171
(133,161,113)
#92AB80
(146,171,128)
#9FB58F
(159,181,143)
#ACBF9E
(172,191,158)
#B9C9AD
(185,201,173)
#C6D3BC
(198,211,188)
#D3DDCB
(211,221,203)
#E0E7DA
(224,231,218)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8D53 color. Also use rgb(107,141,83) instead hex code.

Text Font Color

.myTextColor { color: #6B8D53; }

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

This text font color is #6B8D53.


Background Color

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

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

This div background color is #6B8D53.


Border color

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

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

This div border color is #6B8D53.


Opacity

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

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

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

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

This text has shadow with #6B8D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8D53 on black background.


Color preview on white background

This text has color #6B8D53 on white background.



Black color preview on #6B8D53 background

This text has black color on #6B8D53 background.


White color preview on #6B8D53 background

This text has white color on #6B8D53 background.