COLOR #6E304D

HEX: #6E304D
RGB: (110,48,77)

Color info

#6E304D contains mainly red and blue colors. Web safe color of #6E304D is #663333 (or #633).

RGB color model

#6E304D color RGB value is (110,48,77).

  • red value is 110;
  • green value is 48;
  • blue value is 77.
RGB:
(110,48,77)
(43%,19%,30%)

RGB channels and saturation

R 110 of 255 = 43%
G 48 of 255 = 19%
B 77 of 255 = 30%

110
48
77

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

Portions of RGB colors in percentages

R + G + B =
110 + 48 + 77 = 235 (100%)
R 110 of 235 ~ 46.81%
G 48 of 235 ~ 20.43%
B 77 of 235 ~ 32.77%

%46.81
%20.43
%32.77

CMYK color model

#6E304D color CMYK value is (0,56,30,57).

  • cyan value is 0.00%
  • magenta value is 56.36%
  • yellow value is 30.00%
  • key color value is 56.86%
CMYK:
(0,56,30,57)
C0M56Y30K57 
(0%,56%,30%,57%)
(0.00/0.56/0.30/0.57)	

CMYK percentages

%0
%56.36
%30
%56.86

Codes

Color #6E304D in popluar color models

6E304D
RGB1104877
HSL332°39.24%30.98%
HSB/HSV332°56.36%43.14%
CMYK0.00%56.36%30.00%
56.86%

Color #6E304D in popluar number systems.

HEX6E304D
Decimal1104877
Binary11011101100001001101
Octal15660115

Shades and tints

Shades of #6E304D

#6E304D
(110,48,77)
#642C46
(100,44,70)
#5A283F
(90,40,63)
#502438
(80,36,56)
#462031
(70,32,49)
#3C1C2A
(60,28,42)
#321823
(50,24,35)
#28141C
(40,20,28)
#1E1015
(30,16,21)
#140C0E
(20,12,14)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #6E304D

#6E304D
(110,48,77)
#7B425D
(123,66,93)
#88546D
(136,84,109)
#95667D
(149,102,125)
#A2788D
(162,120,141)
#AF8A9D
(175,138,157)
#BC9CAD
(188,156,173)
#C9AEBD
(201,174,189)
#D6C0CD
(214,192,205)
#E3D2DD
(227,210,221)
#F0E4ED
(240,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E304D color. Also use rgb(110,48,77) instead hex code.

Text Font Color

.myTextColor { color: #6E304D; }

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

This text font color is #6E304D.


Background Color

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

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

This div background color is #6E304D.


Border color

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

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

This div border color is #6E304D.


Opacity

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

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

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

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

This text has shadow with #6E304D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E304D on black background.


Color preview on white background

This text has color #6E304D on white background.



Black color preview on #6E304D background

This text has black color on #6E304D background.


White color preview on #6E304D background

This text has white color on #6E304D background.