COLOR #6C752D

HEX: #6C752D
RGB: (108,117,45)

Color info

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

RGB color model

#6C752D color RGB value is (108,117,45).

  • red value is 108;
  • green value is 117;
  • blue value is 45.
RGB:
(108,117,45)
(42%,46%,18%)

RGB channels and saturation

R 108 of 255 = 42%
G 117 of 255 = 46%
B 45 of 255 = 18%

108
117
45

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

Portions of RGB colors in percentages

R + G + B =
108 + 117 + 45 = 270 (100%)
R 108 of 270 ~ 40%
G 117 of 270 ~ 43.33%
B 45 of 270 ~ 16.67%

%40
%43.33
%16.67

CMYK color model

#6C752D color CMYK value is (8,0,62,54).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 61.54%
  • key color value is 54.12%
CMYK:
(8,0,62,54)
C8M0Y62K54 
(8%,0%,62%,54%)
(0.08/0.00/0.62/0.54)	

CMYK percentages

%7.69
%0
%61.54
%54.12

Codes

Color #6C752D in popluar color models

6C752D
RGB10811745
HSL68°44.44%31.76%
HSB/HSV68°61.54%45.88%
CMYK7.69%0.00%61.54%
54.12%

Color #6C752D in popluar number systems.

HEX6C752D
Decimal10811745
Binary11011001110101101101
Octal15416555

Shades and tints

Shades of #6C752D

#6C752D
(108,117,45)
#636B29
(99,107,41)
#5A6125
(90,97,37)
#515721
(81,87,33)
#484D1D
(72,77,29)
#3F4319
(63,67,25)
#363915
(54,57,21)
#2D2F11
(45,47,17)
#24250D
(36,37,13)
#1B1B09
(27,27,9)
#121105
(18,17,5)
#000000
(0,0,0)

Tints of #6C752D

#6C752D
(108,117,45)
#798140
(121,129,64)
#868D53
(134,141,83)
#939966
(147,153,102)
#A0A579
(160,165,121)
#ADB18C
(173,177,140)
#BABD9F
(186,189,159)
#C7C9B2
(199,201,178)
#D4D5C5
(212,213,197)
#E1E1D8
(225,225,216)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C752D; }

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

This text font color is #6C752D.


Background Color

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

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

This div background color is #6C752D.


Border color

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

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

This div border color is #6C752D.


Opacity

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

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

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

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

This text has shadow with #6C752D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C752D on black background.


Color preview on white background

This text has color #6C752D on white background.



Black color preview on #6C752D background

This text has black color on #6C752D background.


White color preview on #6C752D background

This text has white color on #6C752D background.