COLOR #6D374B

HEX: #6D374B RGB: (109,55,75)

Color info

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

RGB color model

#6D374B color RGB value is (109,55,75).

RGB: (109,55,75) (43%, 22%, 29%)

RGB channels and saturation

R 109 of 255 = 43%
G 55 of 255 = 22%
B 75 of 255 = 29%

109
55
75

R + G + B ~ 31%. #6D374B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 55 + 75 = 239 (100%)
R 109 of 239 ~ 45.61%
G 55 of 239 ~ 23.01%
B 75 of 239 ~ 31.38'%

%45.61
%23.01
%31.38

CMYK color model

#6D374B color CMYK value is (0,50,31,57).

  • cyan value is 0.00%
  • magenta value is 49.54%
  • yellow value is 31.19%
  • key color value is 57.25%
CMYK: (0,50,31,57) C0M50Y31K57 (0%,50%,31%,57%) (0.00/0.50/0.31/0.57) 

CMYK percentages

%0
%49.54
%31.19
%57.25

Codes

Color #6D374B in popluar color models

6D 37 4B
RGB 109 55 75
HSL 338° 32.93% 32.16%
HSB/HSV 338° 49.54% 42.75%
CMYK 0.00% 49.54% 31.19%
57.25%

Color #6D374B in popluar number systems.

HEX 6D 37 4B
Decimal 109 55 75
Binary 1101101 110111 1001011
Octal 155 67 113

Shades and tints

Shades of #6D374B

#6D374B
(109,55,75)
#643245
(100,50,69)
#5B2D3F
(91,45,63)
#522839
(82,40,57)
#492333
(73,35,51)
#401E2D
(64,30,45)
#371927
(55,25,39)
#2E1421
(46,20,33)
#250F1B
(37,15,27)
#1C0A15
(28,10,21)
#13050F
(19,5,15)
#000000
(0,0,0)

Tints of #6D374B

#6D374B
(109,55,75)
#7A495B
(122,73,91)
#875B6B
(135,91,107)
#946D7B
(148,109,123)
#A17F8B
(161,127,139)
#AE919B
(174,145,155)
#BBA3AB
(187,163,171)
#C8B5BB
(200,181,187)
#D5C7CB
(213,199,203)
#E2D9DB
(226,217,219)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D374B; }

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

This text font color is #6D374B.

Background Color

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

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

This div background color is #6D374B.

Border color

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

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

This div border color is #6D374B.

Opacity

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

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

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

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

This text has shadow with #6D374B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D374B.

Preview

Color preview on black background

This text has color #6D374B on black background.


Color preview on white background

This text has color #6D374B on white background.


Black color preview on #6D374B background

This text has black color on #6D374B background.


White color preview on #6D374B background

This text has white color on #6D374B background.


Related colors

Complementary color

Complementary color for #hex is #92C8B4.


I love getcolorcode.com

Triadic colors

1 #4B6D37 and #374B6D with #6D374B are triadic colors.

2 #4B376D and #376D4B with #6D374B are triadic colors.