COLOR #6C7534

HEX: #6C7534
RGB: (108,117,52)

Color info

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

RGB color model

#6C7534 color RGB value is (108,117,52).

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

RGB channels and saturation

R 108 of 255 = 42%
G 117 of 255 = 46%
B 52 of 255 = 20%

108
117
52

R + G + B ~ 36%. #6C7534 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 117 + 52 = 277 (100%)
R 108 of 277 ~ 38.99%
G 117 of 277 ~ 42.24%
B 52 of 277 ~ 18.77%

%38.99
%42.24
%18.77

CMYK color model

#6C7534 color CMYK value is (8,0,56,54).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 54.12%
CMYK:
(8,0,56,54)
C8M0Y56K54 
(8%,0%,56%,54%)
(0.08/0.00/0.56/0.54)	

CMYK percentages

%7.69
%0
%55.56
%54.12

Codes

Color #6C7534 in popluar color models

6C7534
RGB10811752
HSL68°38.46%33.14%
HSB/HSV68°55.56%45.88%
CMYK7.69%0.00%55.56%
54.12%

Color #6C7534 in popluar number systems.

HEX6C7534
Decimal10811752
Binary11011001110101110100
Octal15416564

Shades and tints

Shades of #6C7534

#6C7534
(108,117,52)
#636B30
(99,107,48)
#5A612C
(90,97,44)
#515728
(81,87,40)
#484D24
(72,77,36)
#3F4320
(63,67,32)
#36391C
(54,57,28)
#2D2F18
(45,47,24)
#242514
(36,37,20)
#1B1B10
(27,27,16)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #6C7534

#6C7534
(108,117,52)
#798146
(121,129,70)
#868D58
(134,141,88)
#93996A
(147,153,106)
#A0A57C
(160,165,124)
#ADB18E
(173,177,142)
#BABDA0
(186,189,160)
#C7C9B2
(199,201,178)
#D4D5C4
(212,213,196)
#E1E1D6
(225,225,214)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7534; }

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

This text font color is #6C7534.


Background Color

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

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

This div background color is #6C7534.


Border color

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

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

This div border color is #6C7534.


Opacity

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

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

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

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

This text has shadow with #6C7534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7534 on black background.


Color preview on white background

This text has color #6C7534 on white background.



Black color preview on #6C7534 background

This text has black color on #6C7534 background.


White color preview on #6C7534 background

This text has white color on #6C7534 background.