COLOR #6B8544

HEX: #6B8544
RGB: (107,133,68)

Color info

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

RGB color model

#6B8544 color RGB value is (107,133,68).

  • red value is 107;
  • green value is 133;
  • blue value is 68.
RGB:
(107,133,68)
(42%,52%,27%)

RGB channels and saturation

R 107 of 255 = 42%
G 133 of 255 = 52%
B 68 of 255 = 27%

107
133
68

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

Portions of RGB colors in percentages

R + G + B =
107 + 133 + 68 = 308 (100%)
R 107 of 308 ~ 34.74%
G 133 of 308 ~ 43.18%
B 68 of 308 ~ 22.08%

%34.74
%43.18
%22.08

CMYK color model

#6B8544 color CMYK value is (20,0,49,48).

  • cyan value is 19.55%
  • magenta value is 0.00%
  • yellow value is 48.87%
  • key color value is 47.84%
CMYK:
(20,0,49,48)
C20M0Y49K48 
(20%,0%,49%,48%)
(0.20/0.00/0.49/0.48)	

CMYK percentages

%19.55
%0
%48.87
%47.84

Codes

Color #6B8544 in popluar color models

6B8544
RGB10713368
HSL84°32.34%39.41%
HSB/HSV84°48.87%52.16%
CMYK19.55%0.00%48.87%
47.84%

Color #6B8544 in popluar number systems.

HEX6B8544
Decimal10713368
Binary1101011100001011000100
Octal153205104

Shades and tints

Shades of #6B8544

#6B8544
(107,133,68)
#62793E
(98,121,62)
#596D38
(89,109,56)
#506132
(80,97,50)
#47552C
(71,85,44)
#3E4926
(62,73,38)
#353D20
(53,61,32)
#2C311A
(44,49,26)
#232514
(35,37,20)
#1A190E
(26,25,14)
#110D08
(17,13,8)
#000000
(0,0,0)

Tints of #6B8544

#6B8544
(107,133,68)
#789055
(120,144,85)
#859B66
(133,155,102)
#92A677
(146,166,119)
#9FB188
(159,177,136)
#ACBC99
(172,188,153)
#B9C7AA
(185,199,170)
#C6D2BB
(198,210,187)
#D3DDCC
(211,221,204)
#E0E8DD
(224,232,221)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8544 color. Also use rgb(107,133,68) instead hex code.

Text Font Color

.myTextColor { color: #6B8544; }

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

This text font color is #6B8544.


Background Color

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

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

This div background color is #6B8544.


Border color

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

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

This div border color is #6B8544.


Opacity

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

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

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

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

This text has shadow with #6B8544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8544 on black background.


Color preview on white background

This text has color #6B8544 on white background.



Black color preview on #6B8544 background

This text has black color on #6B8544 background.


White color preview on #6B8544 background

This text has white color on #6B8544 background.