COLOR #803D40

HEX: #803D40
RGB: (128,61,64)

Color info

#803D40 contains mainly red color. Web safe color of #803D40 is #663333 (or #633).

RGB color model

#803D40 color RGB value is (128,61,64).

  • red value is 128;
  • green value is 61;
  • blue value is 64.
RGB:
(128,61,64)
(50%,24%,25%)

RGB channels and saturation

R 128 of 255 = 50%
G 61 of 255 = 24%
B 64 of 255 = 25%

128
61
64

R + G + B ~ 33%. #803D40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 61 + 64 = 253 (100%)
R 128 of 253 ~ 50.59%
G 61 of 253 ~ 24.11%
B 64 of 253 ~ 25.3%

%50.59
%24.11
%25.3

CMYK color model

#803D40 color CMYK value is (0,52,50,50).

  • cyan value is 0.00%
  • magenta value is 52.34%
  • yellow value is 50.00%
  • key color value is 49.80%
CMYK:
(0,52,50,50)
C0M52Y50K50 
(0%,52%,50%,50%)
(0.00/0.52/0.50/0.50)	

CMYK percentages

%0
%52.34
%50
%49.8

Codes

Color #803D40 in popluar color models

803D40
RGB1286164
HSL357°35.45%37.06%
HSB/HSV357°52.34%50.20%
CMYK0.00%52.34%50.00%
49.80%

Color #803D40 in popluar number systems.

HEX803D40
Decimal1286164
Binary100000001111011000000
Octal20075100

Shades and tints

Shades of #803D40

#803D40
(128,61,64)
#75383B
(117,56,59)
#6A3336
(106,51,54)
#5F2E31
(95,46,49)
#54292C
(84,41,44)
#492427
(73,36,39)
#3E1F22
(62,31,34)
#331A1D
(51,26,29)
#281518
(40,21,24)
#1D1013
(29,16,19)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #803D40

#803D40
(128,61,64)
#8B4E51
(139,78,81)
#965F62
(150,95,98)
#A17073
(161,112,115)
#AC8184
(172,129,132)
#B79295
(183,146,149)
#C2A3A6
(194,163,166)
#CDB4B7
(205,180,183)
#D8C5C8
(216,197,200)
#E3D6D9
(227,214,217)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803D40 color. Also use rgb(128,61,64) instead hex code.

Text Font Color

.myTextColor { color: #803D40; }

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

This text font color is #803D40.


Background Color

.myBgColor { background-color: #803D40; }

<div style="background-color:#803D40">Inner text</div>

This div background color is #803D40.


Border color

.myBorderColor { border: 1px solid #803D40; }

<div style="border:3px solid #803D40">Div</div>

This div border color is #803D40.


Opacity

.myOpacity80 { color: #803D40; opacity: 0.8; }

<p style="color:#803D40;opacity:0.8;">80%</p>

Text with #803D40 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 #803D40;}

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

This text has shadow with #803D40 color.

.textShadow {text-shadow: 3px 3px 1px #803D40, 3px 3px 1px red;}

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

This text has shadow with #803D40 primary color and red secondary color.


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

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

This text has shadow with #803D40 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803D40 on black background.


Color preview on white background

This text has color #803D40 on white background.



Black color preview on #803D40 background

This text has black color on #803D40 background.


White color preview on #803D40 background

This text has white color on #803D40 background.