COLOR #6C853D

HEX: #6C853D
RGB: (108,133,61)

Color info

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

RGB color model

#6C853D color RGB value is (108,133,61).

  • red value is 108;
  • green value is 133;
  • blue value is 61.
RGB:
(108,133,61)
(42%,52%,24%)

RGB channels and saturation

R 108 of 255 = 42%
G 133 of 255 = 52%
B 61 of 255 = 24%

108
133
61

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

Portions of RGB colors in percentages

R + G + B =
108 + 133 + 61 = 302 (100%)
R 108 of 302 ~ 35.76%
G 133 of 302 ~ 44.04%
B 61 of 302 ~ 20.2%

%35.76
%44.04
%20.2

CMYK color model

#6C853D color CMYK value is (19,0,54,48).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 54.14%
  • key color value is 47.84%
CMYK:
(19,0,54,48)
C19M0Y54K48 
(19%,0%,54%,48%)
(0.19/0.00/0.54/0.48)	

CMYK percentages

%18.8
%0
%54.14
%47.84

Codes

Color #6C853D in popluar color models

6C853D
RGB10813361
HSL81°37.11%38.04%
HSB/HSV81°54.14%52.16%
CMYK18.80%0.00%54.14%
47.84%

Color #6C853D in popluar number systems.

HEX6C853D
Decimal10813361
Binary110110010000101111101
Octal15420575

Shades and tints

Shades of #6C853D

#6C853D
(108,133,61)
#637938
(99,121,56)
#5A6D33
(90,109,51)
#51612E
(81,97,46)
#485529
(72,85,41)
#3F4924
(63,73,36)
#363D1F
(54,61,31)
#2D311A
(45,49,26)
#242515
(36,37,21)
#1B1910
(27,25,16)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #6C853D

#6C853D
(108,133,61)
#79904E
(121,144,78)
#869B5F
(134,155,95)
#93A670
(147,166,112)
#A0B181
(160,177,129)
#ADBC92
(173,188,146)
#BAC7A3
(186,199,163)
#C7D2B4
(199,210,180)
#D4DDC5
(212,221,197)
#E1E8D6
(225,232,214)
#EEF3E7
(238,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C853D color. Also use rgb(108,133,61) instead hex code.

Text Font Color

.myTextColor { color: #6C853D; }

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

This text font color is #6C853D.


Background Color

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

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

This div background color is #6C853D.


Border color

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

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

This div border color is #6C853D.


Opacity

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

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

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

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

This text has shadow with #6C853D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C853D on black background.


Color preview on white background

This text has color #6C853D on white background.



Black color preview on #6C853D background

This text has black color on #6C853D background.


White color preview on #6C853D background

This text has white color on #6C853D background.