COLOR #6C702D

HEX: #6C702D RGB: (108,112,45)

Color info

#6C702D contains mainly red and green colors. Web safe color of #6C702D is #666633 (or #663).

RGB color model

#6C702D color RGB value is (108,112,45).

RGB: (108,112,45) (42%, 44%, 18%)

RGB channels and saturation

R 108 of 255 = 42%
G 112 of 255 = 44%
B 45 of 255 = 18%

108
112
45

R + G + B ~ 35%. #6C702D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 112 + 45 = 265 (100%)
R 108 of 265 ~ 40.75%
G 112 of 265 ~ 42.26%
B 45 of 265 ~ 16.98'%

%40.75
%42.26
%16.98

CMYK color model

#6C702D color CMYK value is (4,0,60,56).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 59.82%
  • key color value is 56.08%

CMYK: (4,0,60,56)
C4M0Y60K56 (4%, 0%, 60%, 56%)
(0.04 / 0.00 / 0.60 / 0.56)

CMYK percentages

%3.57
%0
%59.82
%56.08

Codes

Color #6C702D in popluar color models

6C 70 2D
RGB 108 112 45
HSL 64° 42.68% 30.78%
HSB/HSV 64° 59.82% 43.92%
CMYK 3.57% 0.00% 59.82%
56.08%

Color #6C702D in popluar number systems.

HEX 6C 70 2D
Decimal 108 112 45
Binary 1101100 1110000 101101
Octal 154 160 55

Shades and tints

Shades of #6C702D

#6C702D
(108,112,45)
#636629
(99,102,41)
#5A5C25
(90,92,37)
#515221
(81,82,33)
#48481D
(72,72,29)
#3F3E19
(63,62,25)
#363415
(54,52,21)
#2D2A11
(45,42,17)
#24200D
(36,32,13)
#1B1609
(27,22,9)
#120C05
(18,12,5)
#000000
(0,0,0)

Tints of #6C702D

#6C702D
(108,112,45)
#797D40
(121,125,64)
#868A53
(134,138,83)
#939766
(147,151,102)
#A0A479
(160,164,121)
#ADB18C
(173,177,140)
#BABE9F
(186,190,159)
#C7CBB2
(199,203,178)
#D4D8C5
(212,216,197)
#E1E5D8
(225,229,216)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C702D color. Also use rgb(108,112,45) instead hex code.

Text Font Color

.myTextColor { color: #6C702D; }

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

This text font color is #6C702D.

Background Color

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

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

This div background color is #6C702D.

Border color

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

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

This div border color is #6C702D.

Opacity

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

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

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

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

This text has shadow with #6C702D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C702D.

Preview

Color preview on black background

This text has color #6C702D on black background.


Color preview on white background

This text has color #6C702D on white background.


Black color preview on #6C702D background

This text has black color on #6C702D background.


White color preview on #6C702D background

This text has white color on #6C702D background.


Related colors

Complementary color

Complementary color for #hex is #938FD2.


I love getcolorcode.com

Triadic colors

1 #2D6C70 and #702D6C with #6C702D are triadic colors.

2 #2D706C and #706C2D with #6C702D are triadic colors.