COLOR #6C825D

HEX: #6C825D
RGB: (108,130,93)

Color info

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

RGB color model

#6C825D color RGB value is (108,130,93).

  • red value is 108;
  • green value is 130;
  • blue value is 93.
RGB:
(108,130,93)
(42%,51%,36%)

RGB channels and saturation

R 108 of 255 = 42%
G 130 of 255 = 51%
B 93 of 255 = 36%

108
130
93

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

Portions of RGB colors in percentages

R + G + B =
108 + 130 + 93 = 331 (100%)
R 108 of 331 ~ 32.63%
G 130 of 331 ~ 39.27%
B 93 of 331 ~ 28.1%

%32.63
%39.27
%28.1

CMYK color model

#6C825D color CMYK value is (17,0,28,49).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 28.46%
  • key color value is 49.02%
CMYK:
(17,0,28,49)
C17M0Y28K49 
(17%,0%,28%,49%)
(0.17/0.00/0.28/0.49)	

CMYK percentages

%16.92
%0
%28.46
%49.02

Codes

Color #6C825D in popluar color models

6C825D
RGB10813093
HSL96°16.59%43.73%
HSB/HSV96°28.46%50.98%
CMYK16.92%0.00%28.46%
49.02%

Color #6C825D in popluar number systems.

HEX6C825D
Decimal10813093
Binary1101100100000101011101
Octal154202135

Shades and tints

Shades of #6C825D

#6C825D
(108,130,93)
#637755
(99,119,85)
#5A6C4D
(90,108,77)
#516145
(81,97,69)
#48563D
(72,86,61)
#3F4B35
(63,75,53)
#36402D
(54,64,45)
#2D3525
(45,53,37)
#242A1D
(36,42,29)
#1B1F15
(27,31,21)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #6C825D

#6C825D
(108,130,93)
#798D6B
(121,141,107)
#869879
(134,152,121)
#93A387
(147,163,135)
#A0AE95
(160,174,149)
#ADB9A3
(173,185,163)
#BAC4B1
(186,196,177)
#C7CFBF
(199,207,191)
#D4DACD
(212,218,205)
#E1E5DB
(225,229,219)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C825D color. Also use rgb(108,130,93) instead hex code.

Text Font Color

.myTextColor { color: #6C825D; }

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

This text font color is #6C825D.


Background Color

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

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

This div background color is #6C825D.


Border color

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

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

This div border color is #6C825D.


Opacity

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

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

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

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

This text has shadow with #6C825D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C825D on black background.


Color preview on white background

This text has color #6C825D on white background.



Black color preview on #6C825D background

This text has black color on #6C825D background.


White color preview on #6C825D background

This text has white color on #6C825D background.