COLOR #6E3535

HEX: #6E3535
RGB: (110,53,53)

Color info

#6E3535 contains red, green and blue colors in about the same proportion. Web safe color of #6E3535 is #663333 (or #633).

RGB color model

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

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

RGB channels and saturation

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

110
53
53

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

Portions of RGB colors in percentages

R + G + B =
110 + 53 + 53 = 216 (100%)
R 110 of 216 ~ 50.93%
G 53 of 216 ~ 24.54%
B 53 of 216 ~ 24.54%

%50.93
%24.54
%24.54

CMYK color model

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

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

CMYK percentages

%0
%51.82
%51.82
%56.86

Codes

Color #6E3535 in popluar color models

6E3535
RGB1105353
HSL34.97%31.96%
HSB/HSV51.82%43.14%
CMYK0.00%51.82%51.82%
56.86%

Color #6E3535 in popluar number systems.

HEX6E3535
Decimal1105353
Binary1101110110101110101
Octal1566565

Shades and tints

Shades of #6E3535

#6E3535
(110,53,53)
#643131
(100,49,49)
#5A2D2D
(90,45,45)
#502929
(80,41,41)
#462525
(70,37,37)
#3C2121
(60,33,33)
#321D1D
(50,29,29)
#281919
(40,25,25)
#1E1515
(30,21,21)
#141111
(20,17,17)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #6E3535

#6E3535
(110,53,53)
#7B4747
(123,71,71)
#885959
(136,89,89)
#956B6B
(149,107,107)
#A27D7D
(162,125,125)
#AF8F8F
(175,143,143)
#BCA1A1
(188,161,161)
#C9B3B3
(201,179,179)
#D6C5C5
(214,197,197)
#E3D7D7
(227,215,215)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3535; }

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

This text font color is #6E3535.


Background Color

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

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

This div background color is #6E3535.


Border color

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

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

This div border color is #6E3535.


Opacity

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

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

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

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

This text has shadow with #6E3535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3535 on black background.


Color preview on white background

This text has color #6E3535 on white background.



Black color preview on #6E3535 background

This text has black color on #6E3535 background.


White color preview on #6E3535 background

This text has white color on #6E3535 background.