COLOR #6D4F30

HEX: #6D4F30
RGB: (109,79,48)

Color info

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

RGB color model

#6D4F30 color RGB value is (109,79,48).

  • red value is 109;
  • green value is 79;
  • blue value is 48.
RGB:
(109,79,48)
(43%,31%,19%)

RGB channels and saturation

R 109 of 255 = 43%
G 79 of 255 = 31%
B 48 of 255 = 19%

109
79
48

R + G + B ~ 31%. #6D4F30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 79 + 48 = 236 (100%)
R 109 of 236 ~ 46.19%
G 79 of 236 ~ 33.47%
B 48 of 236 ~ 20.34%

%46.19
%33.47
%20.34

CMYK color model

#6D4F30 color CMYK value is (0,28,56,57).

  • cyan value is 0.00%
  • magenta value is 27.52%
  • yellow value is 55.96%
  • key color value is 57.25%
CMYK:
(0,28,56,57)
C0M28Y56K57 
(0%,28%,56%,57%)
(0.00/0.28/0.56/0.57)	

CMYK percentages

%0
%27.52
%55.96
%57.25

Codes

Color #6D4F30 in popluar color models

6D4F30
RGB1097948
HSL30°38.85%30.78%
HSB/HSV30°55.96%42.75%
CMYK0.00%27.52%55.96%
57.25%

Color #6D4F30 in popluar number systems.

HEX6D4F30
Decimal1097948
Binary11011011001111110000
Octal15511760

Shades and tints

Shades of #6D4F30

#6D4F30
(109,79,48)
#64482C
(100,72,44)
#5B4128
(91,65,40)
#523A24
(82,58,36)
#493320
(73,51,32)
#402C1C
(64,44,28)
#372518
(55,37,24)
#2E1E14
(46,30,20)
#251710
(37,23,16)
#1C100C
(28,16,12)
#130908
(19,9,8)
#000000
(0,0,0)

Tints of #6D4F30

#6D4F30
(109,79,48)
#7A5F42
(122,95,66)
#876F54
(135,111,84)
#947F66
(148,127,102)
#A18F78
(161,143,120)
#AE9F8A
(174,159,138)
#BBAF9C
(187,175,156)
#C8BFAE
(200,191,174)
#D5CFC0
(213,207,192)
#E2DFD2
(226,223,210)
#EFEFE4
(239,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4F30 color. Also use rgb(109,79,48) instead hex code.

Text Font Color

.myTextColor { color: #6D4F30; }

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

This text font color is #6D4F30.


Background Color

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

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

This div background color is #6D4F30.


Border color

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

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

This div border color is #6D4F30.


Opacity

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

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

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

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

This text has shadow with #6D4F30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4F30 on black background.


Color preview on white background

This text has color #6D4F30 on white background.



Black color preview on #6D4F30 background

This text has black color on #6D4F30 background.


White color preview on #6D4F30 background

This text has white color on #6D4F30 background.