COLOR #6D5330

HEX: #6D5330
RGB: (109,83,48)

Color info

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

RGB color model

#6D5330 color RGB value is (109,83,48).

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

RGB channels and saturation

R 109 of 255 = 43%
G 83 of 255 = 33%
B 48 of 255 = 19%

109
83
48

R + G + B ~ 32%. #6D5330 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 83 + 48 = 240 (100%)
R 109 of 240 ~ 45.42%
G 83 of 240 ~ 34.58%
B 48 of 240 ~ 20%

%45.42
%34.58
%20

CMYK color model

#6D5330 color CMYK value is (0,24,56,57).

  • cyan value is 0.00%
  • magenta value is 23.85%
  • yellow value is 55.96%
  • key color value is 57.25%
CMYK:
(0,24,56,57)
C0M24Y56K57 
(0%,24%,56%,57%)
(0.00/0.24/0.56/0.57)	

CMYK percentages

%0
%23.85
%55.96
%57.25

Codes

Color #6D5330 in popluar color models

6D5330
RGB1098348
HSL34°38.85%30.78%
HSB/HSV34°55.96%42.75%
CMYK0.00%23.85%55.96%
57.25%

Color #6D5330 in popluar number systems.

HEX6D5330
Decimal1098348
Binary11011011010011110000
Octal15512360

Shades and tints

Shades of #6D5330

#6D5330
(109,83,48)
#644C2C
(100,76,44)
#5B4528
(91,69,40)
#523E24
(82,62,36)
#493720
(73,55,32)
#40301C
(64,48,28)
#372918
(55,41,24)
#2E2214
(46,34,20)
#251B10
(37,27,16)
#1C140C
(28,20,12)
#130D08
(19,13,8)
#000000
(0,0,0)

Tints of #6D5330

#6D5330
(109,83,48)
#7A6242
(122,98,66)
#877154
(135,113,84)
#948066
(148,128,102)
#A18F78
(161,143,120)
#AE9E8A
(174,158,138)
#BBAD9C
(187,173,156)
#C8BCAE
(200,188,174)
#D5CBC0
(213,203,192)
#E2DAD2
(226,218,210)
#EFE9E4
(239,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5330; }

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

This text font color is #6D5330.


Background Color

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

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

This div background color is #6D5330.


Border color

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

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

This div border color is #6D5330.


Opacity

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

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

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

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

This text has shadow with #6D5330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5330 on black background.


Color preview on white background

This text has color #6D5330 on white background.



Black color preview on #6D5330 background

This text has black color on #6D5330 background.


White color preview on #6D5330 background

This text has white color on #6D5330 background.