COLOR #6D4948

HEX: #6D4948
RGB: (109,73,72)

Color info

#6D4948 contains red, green and blue colors in about the same proportion. Web safe color of #6D4948 is #663333 (or #633).

RGB color model

#6D4948 color RGB value is (109,73,72).

  • red value is 109;
  • green value is 73;
  • blue value is 72.
RGB:
(109,73,72)
(43%,29%,28%)

RGB channels and saturation

R 109 of 255 = 43%
G 73 of 255 = 29%
B 72 of 255 = 28%

109
73
72

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

Portions of RGB colors in percentages

R + G + B =
109 + 73 + 72 = 254 (100%)
R 109 of 254 ~ 42.91%
G 73 of 254 ~ 28.74%
B 72 of 254 ~ 28.35%

%42.91
%28.74
%28.35

CMYK color model

#6D4948 color CMYK value is (0,33,34,57).

  • cyan value is 0.00%
  • magenta value is 33.03%
  • yellow value is 33.94%
  • key color value is 57.25%
CMYK:
(0,33,34,57)
C0M33Y34K57 
(0%,33%,34%,57%)
(0.00/0.33/0.34/0.57)	

CMYK percentages

%0
%33.03
%33.94
%57.25

Codes

Color #6D4948 in popluar color models

6D4948
RGB1097372
HSL20.44%35.49%
HSB/HSV33.94%42.75%
CMYK0.00%33.03%33.94%
57.25%

Color #6D4948 in popluar number systems.

HEX6D4948
Decimal1097372
Binary110110110010011001000
Octal155111110

Shades and tints

Shades of #6D4948

#6D4948
(109,73,72)
#644342
(100,67,66)
#5B3D3C
(91,61,60)
#523736
(82,55,54)
#493130
(73,49,48)
#402B2A
(64,43,42)
#372524
(55,37,36)
#2E1F1E
(46,31,30)
#251918
(37,25,24)
#1C1312
(28,19,18)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #6D4948

#6D4948
(109,73,72)
#7A5958
(122,89,88)
#876968
(135,105,104)
#947978
(148,121,120)
#A18988
(161,137,136)
#AE9998
(174,153,152)
#BBA9A8
(187,169,168)
#C8B9B8
(200,185,184)
#D5C9C8
(213,201,200)
#E2D9D8
(226,217,216)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4948 color. Also use rgb(109,73,72) instead hex code.

Text Font Color

.myTextColor { color: #6D4948; }

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

This text font color is #6D4948.


Background Color

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

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

This div background color is #6D4948.


Border color

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

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

This div border color is #6D4948.


Opacity

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

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

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

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

This text has shadow with #6D4948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4948 on black background.


Color preview on white background

This text has color #6D4948 on white background.



Black color preview on #6D4948 background

This text has black color on #6D4948 background.


White color preview on #6D4948 background

This text has white color on #6D4948 background.