COLOR #6E3B51

HEX: #6E3B51
RGB: (110,59,81)

Color info

#6E3B51 contains red, green and blue colors in about the same proportion. Web safe color of #6E3B51 is #663366 (or #636).

RGB color model

#6E3B51 color RGB value is (110,59,81).

  • red value is 110;
  • green value is 59;
  • blue value is 81.
RGB:
(110,59,81)
(43%,23%,32%)

RGB channels and saturation

R 110 of 255 = 43%
G 59 of 255 = 23%
B 81 of 255 = 32%

110
59
81

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

Portions of RGB colors in percentages

R + G + B =
110 + 59 + 81 = 250 (100%)
R 110 of 250 ~ 44%
G 59 of 250 ~ 23.6%
B 81 of 250 ~ 32.4%

%44
%23.6
%32.4

CMYK color model

#6E3B51 color CMYK value is (0,46,26,57).

  • cyan value is 0.00%
  • magenta value is 46.36%
  • yellow value is 26.36%
  • key color value is 56.86%
CMYK:
(0,46,26,57)
C0M46Y26K57 
(0%,46%,26%,57%)
(0.00/0.46/0.26/0.57)	

CMYK percentages

%0
%46.36
%26.36
%56.86

Codes

Color #6E3B51 in popluar color models

6E3B51
RGB1105981
HSL334°30.18%33.14%
HSB/HSV334°46.36%43.14%
CMYK0.00%46.36%26.36%
56.86%

Color #6E3B51 in popluar number systems.

HEX6E3B51
Decimal1105981
Binary11011101110111010001
Octal15673121

Shades and tints

Shades of #6E3B51

#6E3B51
(110,59,81)
#64364A
(100,54,74)
#5A3143
(90,49,67)
#502C3C
(80,44,60)
#462735
(70,39,53)
#3C222E
(60,34,46)
#321D27
(50,29,39)
#281820
(40,24,32)
#1E1319
(30,19,25)
#140E12
(20,14,18)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #6E3B51

#6E3B51
(110,59,81)
#7B4C60
(123,76,96)
#885D6F
(136,93,111)
#956E7E
(149,110,126)
#A27F8D
(162,127,141)
#AF909C
(175,144,156)
#BCA1AB
(188,161,171)
#C9B2BA
(201,178,186)
#D6C3C9
(214,195,201)
#E3D4D8
(227,212,216)
#F0E5E7
(240,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3B51 color. Also use rgb(110,59,81) instead hex code.

Text Font Color

.myTextColor { color: #6E3B51; }

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

This text font color is #6E3B51.


Background Color

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

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

This div background color is #6E3B51.


Border color

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

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

This div border color is #6E3B51.


Opacity

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

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

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

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

This text has shadow with #6E3B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3B51 on black background.


Color preview on white background

This text has color #6E3B51 on white background.



Black color preview on #6E3B51 background

This text has black color on #6E3B51 background.


White color preview on #6E3B51 background

This text has white color on #6E3B51 background.