COLOR #6E2F45

HEX: #6E2F45
RGB: (110,47,69)

Color info

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

RGB color model

#6E2F45 color RGB value is (110,47,69).

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

RGB channels and saturation

R 110 of 255 = 43%
G 47 of 255 = 18%
B 69 of 255 = 27%

110
47
69

R + G + B ~ 29%. #6E2F45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 47 + 69 = 226 (100%)
R 110 of 226 ~ 48.67%
G 47 of 226 ~ 20.8%
B 69 of 226 ~ 30.53%

%48.67
%20.8
%30.53

CMYK color model

#6E2F45 color CMYK value is (0,57,37,57).

  • cyan value is 0.00%
  • magenta value is 57.27%
  • yellow value is 37.27%
  • key color value is 56.86%
CMYK:
(0,57,37,57)
C0M57Y37K57 
(0%,57%,37%,57%)
(0.00/0.57/0.37/0.57)	

CMYK percentages

%0
%57.27
%37.27
%56.86

Codes

Color #6E2F45 in popluar color models

6E2F45
RGB1104769
HSL339°40.13%30.78%
HSB/HSV339°57.27%43.14%
CMYK0.00%57.27%37.27%
56.86%

Color #6E2F45 in popluar number systems.

HEX6E2F45
Decimal1104769
Binary11011101011111000101
Octal15657105

Shades and tints

Shades of #6E2F45

#6E2F45
(110,47,69)
#642B3F
(100,43,63)
#5A2739
(90,39,57)
#502333
(80,35,51)
#461F2D
(70,31,45)
#3C1B27
(60,27,39)
#321721
(50,23,33)
#28131B
(40,19,27)
#1E0F15
(30,15,21)
#140B0F
(20,11,15)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #6E2F45

#6E2F45
(110,47,69)
#7B4155
(123,65,85)
#885365
(136,83,101)
#956575
(149,101,117)
#A27785
(162,119,133)
#AF8995
(175,137,149)
#BC9BA5
(188,155,165)
#C9ADB5
(201,173,181)
#D6BFC5
(214,191,197)
#E3D1D5
(227,209,213)
#F0E3E5
(240,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2F45; }

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

This text font color is #6E2F45.


Background Color

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

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

This div background color is #6E2F45.


Border color

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

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

This div border color is #6E2F45.


Opacity

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

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

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

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

This text has shadow with #6E2F45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2F45 on black background.


Color preview on white background

This text has color #6E2F45 on white background.



Black color preview on #6E2F45 background

This text has black color on #6E2F45 background.


White color preview on #6E2F45 background

This text has white color on #6E2F45 background.