COLOR #6D484B

HEX: #6D484B RGB: (109,72,75)

Color info

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

RGB color model

#6D484B color RGB value is (109,72,75).

RGB: (109,72,75) (43%, 28%, 29%)

RGB channels and saturation

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

109
72
75

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

Portions of RGB colors in percentages

R + G + B = 109 + 72 + 75 = 256 (100%)
R 109 of 256 ~ 42.58%
G 72 of 256 ~ 28.13%
B 75 of 256 ~ 29.3'%

%42.58
%28.13
%29.3

CMYK color model

#6D484B color CMYK value is (0,34,31,57).

  • cyan value is 0.00%
  • magenta value is 33.94%
  • yellow value is 31.19%
  • key color value is 57.25%

CMYK: (0,34,31,57)
C0M34Y31K57 (0%, 34%, 31%, 57%)
(0.00 / 0.34 / 0.31 / 0.57)

CMYK percentages

%0
%33.94
%31.19
%57.25

Codes

Color #6D484B in popluar color models

6D 48 4B
RGB 109 72 75
HSL 355° 20.44% 35.49%
HSB/HSV 355° 33.94% 42.75%
CMYK 0.00% 33.94% 31.19%
57.25%

Color #6D484B in popluar number systems.

HEX 6D 48 4B
Decimal 109 72 75
Binary 1101101 1001000 1001011
Octal 155 110 113

Shades and tints

Shades of #6D484B

#6D484B
(109,72,75)
#644245
(100,66,69)
#5B3C3F
(91,60,63)
#523639
(82,54,57)
#493033
(73,48,51)
#402A2D
(64,42,45)
#372427
(55,36,39)
#2E1E21
(46,30,33)
#25181B
(37,24,27)
#1C1215
(28,18,21)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #6D484B

#6D484B
(109,72,75)
#7A585B
(122,88,91)
#87686B
(135,104,107)
#94787B
(148,120,123)
#A1888B
(161,136,139)
#AE989B
(174,152,155)
#BBA8AB
(187,168,171)
#C8B8BB
(200,184,187)
#D5C8CB
(213,200,203)
#E2D8DB
(226,216,219)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D484B; }

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

This text font color is #6D484B.

Background Color

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

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

This div background color is #6D484B.

Border color

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

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

This div border color is #6D484B.

Opacity

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

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

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

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

This text has shadow with #6D484B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D484B.

Preview

Color preview on black background

This text has color #6D484B on black background.


Color preview on white background

This text has color #6D484B on white background.


Black color preview on #6D484B background

This text has black color on #6D484B background.


White color preview on #6D484B background

This text has white color on #6D484B background.


Related colors

Complementary color

Complementary color for #hex is #92B7B4.


I love getcolorcode.com

Triadic colors

1 #4B6D48 and #484B6D with #6D484B are triadic colors.

2 #4B486D and #486D4B with #6D484B are triadic colors.