COLOR #6E3303

HEX: #6E3303
RGB: (110,51,3)

Color info

#6E3303 contains mainly red and green colors. Web safe color of #6E3303 is #663300 (or #630).

RGB color model

#6E3303 color RGB value is (110,51,3).

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

RGB channels and saturation

R 110 of 255 = 43%
G 51 of 255 = 20%
B 3 of 255 = 1%

110
51
3

R + G + B ~ 21%. #6E3303 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 51 + 3 = 164 (100%)
R 110 of 164 ~ 67.07%
G 51 of 164 ~ 31.1%
B 3 of 164 ~ 1.83%

%67.07
%31.1

CMYK color model

#6E3303 color CMYK value is (0,54,97,57).

  • cyan value is 0.00%
  • magenta value is 53.64%
  • yellow value is 97.27%
  • key color value is 56.86%
CMYK:
(0,54,97,57)
C0M54Y97K57 
(0%,54%,97%,57%)
(0.00/0.54/0.97/0.57)	

CMYK percentages

%0
%53.64
%97.27
%56.86

Codes

Color #6E3303 in popluar color models

6E3303
RGB110513
HSL27°94.69%22.16%
HSB/HSV27°97.27%43.14%
CMYK0.00%53.64%97.27%
56.86%

Color #6E3303 in popluar number systems.

HEX6E3303
Decimal110513
Binary110111011001111
Octal156633

Shades and tints

Shades of #6E3303

#6E3303
(110,51,3)
#642F03
(100,47,3)
#5A2B03
(90,43,3)
#502703
(80,39,3)
#462303
(70,35,3)
#3C1F03
(60,31,3)
#321B03
(50,27,3)
#281703
(40,23,3)
#1E1303
(30,19,3)
#140F03
(20,15,3)
#0A0B03
(10,11,3)
#000000
(0,0,0)

Tints of #6E3303

#6E3303
(110,51,3)
#7B4519
(123,69,25)
#88572F
(136,87,47)
#956945
(149,105,69)
#A27B5B
(162,123,91)
#AF8D71
(175,141,113)
#BC9F87
(188,159,135)
#C9B19D
(201,177,157)
#D6C3B3
(214,195,179)
#E3D5C9
(227,213,201)
#F0E7DF
(240,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3303; }

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

This text font color is #6E3303.


Background Color

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

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

This div background color is #6E3303.


Border color

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

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

This div border color is #6E3303.


Opacity

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

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

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

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

This text has shadow with #6E3303 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3303 on black background.


Color preview on white background

This text has color #6E3303 on white background.



Black color preview on #6E3303 background

This text has black color on #6E3303 background.


White color preview on #6E3303 background

This text has white color on #6E3303 background.