COLOR #6E0335

HEX: #6E0335
RGB: (110,3,53)

Color info

#6E0335 contains mainly red and blue colors. Web safe color of #6E0335 is #660033 (or #603).

RGB color model

#6E0335 color RGB value is (110,3,53).

  • red value is 110;
  • green value is 3;
  • blue value is 53.
RGB:
(110,3,53)
(43%,1%,21%)

RGB channels and saturation

R 110 of 255 = 43%
G 3 of 255 = 1%
B 53 of 255 = 21%

110
3
53

R + G + B ~ 22%. #6E0335 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 3 + 53 = 166 (100%)
R 110 of 166 ~ 66.27%
G 3 of 166 ~ 1.81%
B 53 of 166 ~ 31.93%

%66.27
%31.93

CMYK color model

#6E0335 color CMYK value is (0,97,52,57).

  • cyan value is 0.00%
  • magenta value is 97.27%
  • yellow value is 51.82%
  • key color value is 56.86%
CMYK:
(0,97,52,57)
C0M97Y52K57 
(0%,97%,52%,57%)
(0.00/0.97/0.52/0.57)	

CMYK percentages

%0
%97.27
%51.82
%56.86

Codes

Color #6E0335 in popluar color models

6E0335
RGB110353
HSL332°94.69%22.16%
HSB/HSV332°97.27%43.14%
CMYK0.00%97.27%51.82%
56.86%

Color #6E0335 in popluar number systems.

HEX6E0335
Decimal110353
Binary110111011110101
Octal156365

Shades and tints

Shades of #6E0335

#6E0335
(110,3,53)
#640331
(100,3,49)
#5A032D
(90,3,45)
#500329
(80,3,41)
#460325
(70,3,37)
#3C0321
(60,3,33)
#32031D
(50,3,29)
#280319
(40,3,25)
#1E0315
(30,3,21)
#140311
(20,3,17)
#0A030D
(10,3,13)
#000000
(0,0,0)

Tints of #6E0335

#6E0335
(110,3,53)
#7B1947
(123,25,71)
#882F59
(136,47,89)
#95456B
(149,69,107)
#A25B7D
(162,91,125)
#AF718F
(175,113,143)
#BC87A1
(188,135,161)
#C99DB3
(201,157,179)
#D6B3C5
(214,179,197)
#E3C9D7
(227,201,215)
#F0DFE9
(240,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E0335 color. Also use rgb(110,3,53) instead hex code.

Text Font Color

.myTextColor { color: #6E0335; }

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

This text font color is #6E0335.


Background Color

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

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

This div background color is #6E0335.


Border color

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

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

This div border color is #6E0335.


Opacity

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

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

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

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

This text has shadow with #6E0335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E0335 on black background.


Color preview on white background

This text has color #6E0335 on white background.



Black color preview on #6E0335 background

This text has black color on #6E0335 background.


White color preview on #6E0335 background

This text has white color on #6E0335 background.