COLOR #6D302E

HEX: #6D302E
RGB: (109,48,46)

Color info

#6D302E contains mainly red color. Web safe color of #6D302E is #663333 (or #633).

RGB color model

#6D302E color RGB value is (109,48,46).

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

RGB channels and saturation

R 109 of 255 = 43%
G 48 of 255 = 19%
B 46 of 255 = 18%

109
48
46

R + G + B ~ 27%. #6D302E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 48 + 46 = 203 (100%)
R 109 of 203 ~ 53.69%
G 48 of 203 ~ 23.65%
B 46 of 203 ~ 22.66%

%53.69
%23.65
%22.66

CMYK color model

#6D302E color CMYK value is (0,56,58,57).

  • cyan value is 0.00%
  • magenta value is 55.96%
  • yellow value is 57.80%
  • key color value is 57.25%
CMYK:
(0,56,58,57)
C0M56Y58K57 
(0%,56%,58%,57%)
(0.00/0.56/0.58/0.57)	

CMYK percentages

%0
%55.96
%57.8
%57.25

Codes

Color #6D302E in popluar color models

6D302E
RGB1094846
HSL40.65%30.39%
HSB/HSV57.80%42.75%
CMYK0.00%55.96%57.80%
57.25%

Color #6D302E in popluar number systems.

HEX6D302E
Decimal1094846
Binary1101101110000101110
Octal1556056

Shades and tints

Shades of #6D302E

#6D302E
(109,48,46)
#642C2A
(100,44,42)
#5B2826
(91,40,38)
#522422
(82,36,34)
#49201E
(73,32,30)
#401C1A
(64,28,26)
#371816
(55,24,22)
#2E1412
(46,20,18)
#25100E
(37,16,14)
#1C0C0A
(28,12,10)
#130806
(19,8,6)
#000000
(0,0,0)

Tints of #6D302E

#6D302E
(109,48,46)
#7A4241
(122,66,65)
#875454
(135,84,84)
#946667
(148,102,103)
#A1787A
(161,120,122)
#AE8A8D
(174,138,141)
#BB9CA0
(187,156,160)
#C8AEB3
(200,174,179)
#D5C0C6
(213,192,198)
#E2D2D9
(226,210,217)
#EFE4EC
(239,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D302E; }

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

This text font color is #6D302E.


Background Color

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

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

This div background color is #6D302E.


Border color

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

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

This div border color is #6D302E.


Opacity

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

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

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

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

This text has shadow with #6D302E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D302E on black background.


Color preview on white background

This text has color #6D302E on white background.



Black color preview on #6D302E background

This text has black color on #6D302E background.


White color preview on #6D302E background

This text has white color on #6D302E background.