COLOR #6D7D35

HEX: #6D7D35
RGB: (109,125,53)

Color info

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

RGB color model

#6D7D35 color RGB value is (109,125,53).

  • red value is 109;
  • green value is 125;
  • blue value is 53.
RGB:
(109,125,53)
(43%,49%,21%)

RGB channels and saturation

R 109 of 255 = 43%
G 125 of 255 = 49%
B 53 of 255 = 21%

109
125
53

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

Portions of RGB colors in percentages

R + G + B =
109 + 125 + 53 = 287 (100%)
R 109 of 287 ~ 37.98%
G 125 of 287 ~ 43.55%
B 53 of 287 ~ 18.47%

%37.98
%43.55
%18.47

CMYK color model

#6D7D35 color CMYK value is (13,0,58,51).

  • cyan value is 12.80%
  • magenta value is 0.00%
  • yellow value is 57.60%
  • key color value is 50.98%
CMYK:
(13,0,58,51)
C13M0Y58K51 
(13%,0%,58%,51%)
(0.13/0.00/0.58/0.51)	

CMYK percentages

%12.8
%0
%57.6
%50.98

Codes

Color #6D7D35 in popluar color models

6D7D35
RGB10912553
HSL73°40.45%34.90%
HSB/HSV73°57.60%49.02%
CMYK12.80%0.00%57.60%
50.98%

Color #6D7D35 in popluar number systems.

HEX6D7D35
Decimal10912553
Binary11011011111101110101
Octal15517565

Shades and tints

Shades of #6D7D35

#6D7D35
(109,125,53)
#647231
(100,114,49)
#5B672D
(91,103,45)
#525C29
(82,92,41)
#495125
(73,81,37)
#404621
(64,70,33)
#373B1D
(55,59,29)
#2E3019
(46,48,25)
#252515
(37,37,21)
#1C1A11
(28,26,17)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #6D7D35

#6D7D35
(109,125,53)
#7A8847
(122,136,71)
#879359
(135,147,89)
#949E6B
(148,158,107)
#A1A97D
(161,169,125)
#AEB48F
(174,180,143)
#BBBFA1
(187,191,161)
#C8CAB3
(200,202,179)
#D5D5C5
(213,213,197)
#E2E0D7
(226,224,215)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7D35 color. Also use rgb(109,125,53) instead hex code.

Text Font Color

.myTextColor { color: #6D7D35; }

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

This text font color is #6D7D35.


Background Color

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

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

This div background color is #6D7D35.


Border color

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

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

This div border color is #6D7D35.


Opacity

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

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

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

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

This text has shadow with #6D7D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7D35 on black background.


Color preview on white background

This text has color #6D7D35 on white background.



Black color preview on #6D7D35 background

This text has black color on #6D7D35 background.


White color preview on #6D7D35 background

This text has white color on #6D7D35 background.