COLOR #6C8238

HEX: #6C8238 RGB: (108,130,56)

Color info

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

RGB color model

#6C8238 color RGB value is (108,130,56).

RGB: (108,130,56) (42%, 51%, 22%)

RGB channels and saturation

R 108 of 255 = 42%
G 130 of 255 = 51%
B 56 of 255 = 22%

108
130
56

R + G + B ~ 38%. #6C8238 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 130 + 56 = 294 (100%)
R 108 of 294 ~ 36.73%
G 130 of 294 ~ 44.22%
B 56 of 294 ~ 19.05'%

%36.73
%44.22
%19.05

CMYK color model

#6C8238 color CMYK value is (17,0,57,49).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 56.92%
  • key color value is 49.02%

CMYK: (17,0,57,49)
C17M0Y57K49 (17%, 0%, 57%, 49%)
(0.17 / 0.00 / 0.57 / 0.49)

CMYK percentages

%16.92
%0
%56.92
%49.02

Codes

Color #6C8238 in popluar color models

6C 82 38
RGB 108 130 56
HSL 78° 39.78% 36.47%
HSB/HSV 78° 56.92% 50.98%
CMYK 16.92% 0.00% 56.92%
49.02%

Color #6C8238 in popluar number systems.

HEX 6C 82 38
Decimal 108 130 56
Binary 1101100 10000010 111000
Octal 154 202 70

Shades and tints

Shades of #6C8238

#6C8238
(108,130,56)
#637733
(99,119,51)
#5A6C2E
(90,108,46)
#516129
(81,97,41)
#485624
(72,86,36)
#3F4B1F
(63,75,31)
#36401A
(54,64,26)
#2D3515
(45,53,21)
#242A10
(36,42,16)
#1B1F0B
(27,31,11)
#121406
(18,20,6)
#000000
(0,0,0)

Tints of #6C8238

#6C8238
(108,130,56)
#798D4A
(121,141,74)
#86985C
(134,152,92)
#93A36E
(147,163,110)
#A0AE80
(160,174,128)
#ADB992
(173,185,146)
#BAC4A4
(186,196,164)
#C7CFB6
(199,207,182)
#D4DAC8
(212,218,200)
#E1E5DA
(225,229,218)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8238; }

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

This text font color is #6C8238.

Background Color

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

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

This div background color is #6C8238.

Border color

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

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

This div border color is #6C8238.

Opacity

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

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

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

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

This text has shadow with #6C8238 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8238.

Preview

Color preview on black background

This text has color #6C8238 on black background.


Color preview on white background

This text has color #6C8238 on white background.


Black color preview on #6C8238 background

This text has black color on #6C8238 background.


White color preview on #6C8238 background

This text has white color on #6C8238 background.


Related colors

Complementary color

Complementary color for #hex is #937DC7.


I love getcolorcode.com

Triadic colors

1 #386C82 and #82386C with #6C8238 are triadic colors.

2 #38826C and #826C38 with #6C8238 are triadic colors.