COLOR #6E3039

HEX: #6E3039
RGB: (110,48,57)

Color info

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

RGB color model

#6E3039 color RGB value is (110,48,57).

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

RGB channels and saturation

R 110 of 255 = 43%
G 48 of 255 = 19%
B 57 of 255 = 22%

110
48
57

R + G + B ~ 28%. #6E3039 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 48 + 57 = 215 (100%)
R 110 of 215 ~ 51.16%
G 48 of 215 ~ 22.33%
B 57 of 215 ~ 26.51%

%51.16
%22.33
%26.51

CMYK color model

#6E3039 color CMYK value is (0,56,48,57).

  • cyan value is 0.00%
  • magenta value is 56.36%
  • yellow value is 48.18%
  • key color value is 56.86%
CMYK:
(0,56,48,57)
C0M56Y48K57 
(0%,56%,48%,57%)
(0.00/0.56/0.48/0.57)	

CMYK percentages

%0
%56.36
%48.18
%56.86

Codes

Color #6E3039 in popluar color models

6E3039
RGB1104857
HSL351°39.24%30.98%
HSB/HSV351°56.36%43.14%
CMYK0.00%56.36%48.18%
56.86%

Color #6E3039 in popluar number systems.

HEX6E3039
Decimal1104857
Binary1101110110000111001
Octal1566071

Shades and tints

Shades of #6E3039

#6E3039
(110,48,57)
#642C34
(100,44,52)
#5A282F
(90,40,47)
#50242A
(80,36,42)
#462025
(70,32,37)
#3C1C20
(60,28,32)
#32181B
(50,24,27)
#281416
(40,20,22)
#1E1011
(30,16,17)
#140C0C
(20,12,12)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #6E3039

#6E3039
(110,48,57)
#7B424B
(123,66,75)
#88545D
(136,84,93)
#95666F
(149,102,111)
#A27881
(162,120,129)
#AF8A93
(175,138,147)
#BC9CA5
(188,156,165)
#C9AEB7
(201,174,183)
#D6C0C9
(214,192,201)
#E3D2DB
(227,210,219)
#F0E4ED
(240,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3039; }

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

This text font color is #6E3039.


Background Color

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

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

This div background color is #6E3039.


Border color

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

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

This div border color is #6E3039.


Opacity

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

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

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

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

This text has shadow with #6E3039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3039 on black background.


Color preview on white background

This text has color #6E3039 on white background.



Black color preview on #6E3039 background

This text has black color on #6E3039 background.


White color preview on #6E3039 background

This text has white color on #6E3039 background.