COLOR #6E3748

HEX: #6E3748 RGB: (110,55,72)

Color info

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

RGB color model

#6E3748 color RGB value is (110,55,72).

RGB: (110,55,72) (43%, 22%, 28%)

RGB channels and saturation

R 110 of 255 = 43%
G 55 of 255 = 22%
B 72 of 255 = 28%

110
55
72

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

Portions of RGB colors in percentages

R + G + B = 110 + 55 + 72 = 237 (100%)
R 110 of 237 ~ 46.41%
G 55 of 237 ~ 23.21%
B 72 of 237 ~ 30.38'%

%46.41
%23.21
%30.38

CMYK color model

#6E3748 color CMYK value is (0,50,35,57).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 34.55%
  • key color value is 56.86%
CMYK: (0,50,35,57) C0M50Y35K57 (0%,50%,35%,57%) (0.00/0.50/0.35/0.57) 

CMYK percentages

%0
%50
%34.55
%56.86

Codes

Color #6E3748 in popluar color models

6E 37 48
RGB 110 55 72
HSL 341° 33.33% 32.35%
HSB/HSV 341° 50.00% 43.14%
CMYK 0.00% 50.00% 34.55%
56.86%

Color #6E3748 in popluar number systems.

HEX 6E 37 48
Decimal 110 55 72
Binary 1101110 110111 1001000
Octal 156 67 110

Shades and tints

Shades of #6E3748

#6E3748
(110,55,72)
#643242
(100,50,66)
#5A2D3C
(90,45,60)
#502836
(80,40,54)
#462330
(70,35,48)
#3C1E2A
(60,30,42)
#321924
(50,25,36)
#28141E
(40,20,30)
#1E0F18
(30,15,24)
#140A12
(20,10,18)
#0A050C
(10,5,12)
#000000
(0,0,0)

Tints of #6E3748

#6E3748
(110,55,72)
#7B4958
(123,73,88)
#885B68
(136,91,104)
#956D78
(149,109,120)
#A27F88
(162,127,136)
#AF9198
(175,145,152)
#BCA3A8
(188,163,168)
#C9B5B8
(201,181,184)
#D6C7C8
(214,199,200)
#E3D9D8
(227,217,216)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3748 color. Also use rgb(110,55,72) instead hex code.

Text Font Color

.myTextColor { color: #6E3748; }

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

This text font color is #6E3748.

Background Color

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

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

This div background color is #6E3748.

Border color

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

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

This div border color is #6E3748.

Opacity

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

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

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

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

This text has shadow with #6E3748 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E3748.

Preview

Color preview on black background

This text has color #6E3748 on black background.


Color preview on white background

This text has color #6E3748 on white background.


Black color preview on #6E3748 background

This text has black color on #6E3748 background.


White color preview on #6E3748 background

This text has white color on #6E3748 background.


Related colors

Complementary color

Complementary color for #hex is #91C8B7.


I love getcolorcode.com

Triadic colors

1 #486E37 and #37486E with #6E3748 are triadic colors.

2 #48376E and #376E48 with #6E3748 are triadic colors.