COLOR #6E2F48

HEX: #6E2F48
RGB: (110,47,72)

Color info

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

RGB color model

#6E2F48 color RGB value is (110,47,72).

  • red value is 110;
  • green value is 47;
  • blue value is 72.
RGB:
(110,47,72)
(43%,18%,28%)

RGB channels and saturation

R 110 of 255 = 43%
G 47 of 255 = 18%
B 72 of 255 = 28%

110
47
72

R + G + B ~ 30%. #6E2F48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 47 + 72 = 229 (100%)
R 110 of 229 ~ 48.03%
G 47 of 229 ~ 20.52%
B 72 of 229 ~ 31.44%

%48.03
%20.52
%31.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 57.27%
  • yellow value is 34.55%
  • key color value is 56.86%
CMYK:
(0,57,35,57)
C0M57Y35K57 
(0%,57%,35%,57%)
(0.00/0.57/0.35/0.57)	

CMYK percentages

%0
%57.27
%34.55
%56.86

Codes

Color #6E2F48 in popluar color models

6E2F48
RGB1104772
HSL336°40.13%30.78%
HSB/HSV336°57.27%43.14%
CMYK0.00%57.27%34.55%
56.86%

Color #6E2F48 in popluar number systems.

HEX6E2F48
Decimal1104772
Binary11011101011111001000
Octal15657110

Shades and tints

Shades of #6E2F48

#6E2F48
(110,47,72)
#642B42
(100,43,66)
#5A273C
(90,39,60)
#502336
(80,35,54)
#461F30
(70,31,48)
#3C1B2A
(60,27,42)
#321724
(50,23,36)
#28131E
(40,19,30)
#1E0F18
(30,15,24)
#140B12
(20,11,18)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #6E2F48

#6E2F48
(110,47,72)
#7B4158
(123,65,88)
#885368
(136,83,104)
#956578
(149,101,120)
#A27788
(162,119,136)
#AF8998
(175,137,152)
#BC9BA8
(188,155,168)
#C9ADB8
(201,173,184)
#D6BFC8
(214,191,200)
#E3D1D8
(227,209,216)
#F0E3E8
(240,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2F48; }

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

This text font color is #6E2F48.


Background Color

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

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

This div background color is #6E2F48.


Border color

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

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

This div border color is #6E2F48.


Opacity

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

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

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

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

This text has shadow with #6E2F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2F48 on black background.


Color preview on white background

This text has color #6E2F48 on white background.



Black color preview on #6E2F48 background

This text has black color on #6E2F48 background.


White color preview on #6E2F48 background

This text has white color on #6E2F48 background.