COLOR #6D5338

HEX: #6D5338
RGB: (109,83,56)

Color info

#6D5338 contains red, green and blue colors in about the same proportion. Web safe color of #6D5338 is #666633 (or #663).

RGB color model

#6D5338 color RGB value is (109,83,56).

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

RGB channels and saturation

R 109 of 255 = 43%
G 83 of 255 = 33%
B 56 of 255 = 22%

109
83
56

R + G + B ~ 33%. #6D5338 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 83 + 56 = 248 (100%)
R 109 of 248 ~ 43.95%
G 83 of 248 ~ 33.47%
B 56 of 248 ~ 22.58%

%43.95
%33.47
%22.58

CMYK color model

#6D5338 color CMYK value is (0,24,49,57).

  • cyan value is 0.00%
  • magenta value is 23.85%
  • yellow value is 48.62%
  • key color value is 57.25%
CMYK:
(0,24,49,57)
C0M24Y49K57 
(0%,24%,49%,57%)
(0.00/0.24/0.49/0.57)	

CMYK percentages

%0
%23.85
%48.62
%57.25

Codes

Color #6D5338 in popluar color models

6D5338
RGB1098356
HSL31°32.12%32.35%
HSB/HSV31°48.62%42.75%
CMYK0.00%23.85%48.62%
57.25%

Color #6D5338 in popluar number systems.

HEX6D5338
Decimal1098356
Binary11011011010011111000
Octal15512370

Shades and tints

Shades of #6D5338

#6D5338
(109,83,56)
#644C33
(100,76,51)
#5B452E
(91,69,46)
#523E29
(82,62,41)
#493724
(73,55,36)
#40301F
(64,48,31)
#37291A
(55,41,26)
#2E2215
(46,34,21)
#251B10
(37,27,16)
#1C140B
(28,20,11)
#130D06
(19,13,6)
#000000
(0,0,0)

Tints of #6D5338

#6D5338
(109,83,56)
#7A624A
(122,98,74)
#87715C
(135,113,92)
#94806E
(148,128,110)
#A18F80
(161,143,128)
#AE9E92
(174,158,146)
#BBADA4
(187,173,164)
#C8BCB6
(200,188,182)
#D5CBC8
(213,203,200)
#E2DADA
(226,218,218)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5338; }

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

This text font color is #6D5338.


Background Color

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

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

This div background color is #6D5338.


Border color

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

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

This div border color is #6D5338.


Opacity

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

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

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

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

This text has shadow with #6D5338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5338 on black background.


Color preview on white background

This text has color #6D5338 on white background.



Black color preview on #6D5338 background

This text has black color on #6D5338 background.


White color preview on #6D5338 background

This text has white color on #6D5338 background.