COLOR #6D7522

HEX: #6D7522
RGB: (109,117,34)

Color info

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

RGB color model

#6D7522 color RGB value is (109,117,34).

  • red value is 109;
  • green value is 117;
  • blue value is 34.
RGB:
(109,117,34)
(43%,46%,13%)

RGB channels and saturation

R 109 of 255 = 43%
G 117 of 255 = 46%
B 34 of 255 = 13%

109
117
34

R + G + B ~ 34%. #6D7522 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 117 + 34 = 260 (100%)
R 109 of 260 ~ 41.92%
G 117 of 260 ~ 45%
B 34 of 260 ~ 13.08%

%41.92
%45
%13.08

CMYK color model

#6D7522 color CMYK value is (7,0,71,54).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 70.94%
  • key color value is 54.12%
CMYK:
(7,0,71,54)
C7M0Y71K54 
(7%,0%,71%,54%)
(0.07/0.00/0.71/0.54)	

CMYK percentages

%6.84
%0
%70.94
%54.12

Codes

Color #6D7522 in popluar color models

6D7522
RGB10911734
HSL66°54.97%29.61%
HSB/HSV66°70.94%45.88%
CMYK6.84%0.00%70.94%
54.12%

Color #6D7522 in popluar number systems.

HEX6D7522
Decimal10911734
Binary11011011110101100010
Octal15516542

Shades and tints

Shades of #6D7522

#6D7522
(109,117,34)
#646B1F
(100,107,31)
#5B611C
(91,97,28)
#525719
(82,87,25)
#494D16
(73,77,22)
#404313
(64,67,19)
#373910
(55,57,16)
#2E2F0D
(46,47,13)
#25250A
(37,37,10)
#1C1B07
(28,27,7)
#131104
(19,17,4)
#000000
(0,0,0)

Tints of #6D7522

#6D7522
(109,117,34)
#7A8136
(122,129,54)
#878D4A
(135,141,74)
#94995E
(148,153,94)
#A1A572
(161,165,114)
#AEB186
(174,177,134)
#BBBD9A
(187,189,154)
#C8C9AE
(200,201,174)
#D5D5C2
(213,213,194)
#E2E1D6
(226,225,214)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7522 color. Also use rgb(109,117,34) instead hex code.

Text Font Color

.myTextColor { color: #6D7522; }

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

This text font color is #6D7522.


Background Color

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

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

This div background color is #6D7522.


Border color

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

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

This div border color is #6D7522.


Opacity

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

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

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

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

This text has shadow with #6D7522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7522 on black background.


Color preview on white background

This text has color #6D7522 on white background.



Black color preview on #6D7522 background

This text has black color on #6D7522 background.


White color preview on #6D7522 background

This text has white color on #6D7522 background.