COLOR #6B845D

HEX: #6B845D
RGB: (107,132,93)

Color info

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

RGB color model

#6B845D color RGB value is (107,132,93).

  • red value is 107;
  • green value is 132;
  • blue value is 93.
RGB:
(107,132,93)
(42%,52%,36%)

RGB channels and saturation

R 107 of 255 = 42%
G 132 of 255 = 52%
B 93 of 255 = 36%

107
132
93

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

Portions of RGB colors in percentages

R + G + B =
107 + 132 + 93 = 332 (100%)
R 107 of 332 ~ 32.23%
G 132 of 332 ~ 39.76%
B 93 of 332 ~ 28.01%

%32.23
%39.76
%28.01

CMYK color model

#6B845D color CMYK value is (19,0,30,48).

  • cyan value is 18.94%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 48.24%
CMYK:
(19,0,30,48)
C19M0Y30K48 
(19%,0%,30%,48%)
(0.19/0.00/0.30/0.48)	

CMYK percentages

%18.94
%0
%29.55
%48.24

Codes

Color #6B845D in popluar color models

6B845D
RGB10713293
HSL98°17.33%44.12%
HSB/HSV98°29.55%51.76%
CMYK18.94%0.00%29.55%
48.24%

Color #6B845D in popluar number systems.

HEX6B845D
Decimal10713293
Binary1101011100001001011101
Octal153204135

Shades and tints

Shades of #6B845D

#6B845D
(107,132,93)
#627855
(98,120,85)
#596C4D
(89,108,77)
#506045
(80,96,69)
#47543D
(71,84,61)
#3E4835
(62,72,53)
#353C2D
(53,60,45)
#2C3025
(44,48,37)
#23241D
(35,36,29)
#1A1815
(26,24,21)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #6B845D

#6B845D
(107,132,93)
#788F6B
(120,143,107)
#859A79
(133,154,121)
#92A587
(146,165,135)
#9FB095
(159,176,149)
#ACBBA3
(172,187,163)
#B9C6B1
(185,198,177)
#C6D1BF
(198,209,191)
#D3DCCD
(211,220,205)
#E0E7DB
(224,231,219)
#EDF2E9
(237,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B845D color. Also use rgb(107,132,93) instead hex code.

Text Font Color

.myTextColor { color: #6B845D; }

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

This text font color is #6B845D.


Background Color

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

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

This div background color is #6B845D.


Border color

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

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

This div border color is #6B845D.


Opacity

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

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

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

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

This text has shadow with #6B845D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B845D on black background.


Color preview on white background

This text has color #6B845D on white background.



Black color preview on #6B845D background

This text has black color on #6B845D background.


White color preview on #6B845D background

This text has white color on #6B845D background.