COLOR #7D403B

HEX: #7D403B
RGB: (125,64,59)

Color info

#7D403B contains mainly red color. Web safe color of #7D403B is #663333 (or #633).

RGB color model

#7D403B color RGB value is (125,64,59).

  • red value is 125;
  • green value is 64;
  • blue value is 59.
RGB:
(125,64,59)
(49%,25%,23%)

RGB channels and saturation

R 125 of 255 = 49%
G 64 of 255 = 25%
B 59 of 255 = 23%

125
64
59

R + G + B ~ 32%. #7D403B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 64 + 59 = 248 (100%)
R 125 of 248 ~ 50.4%
G 64 of 248 ~ 25.81%
B 59 of 248 ~ 23.79%

%50.4
%25.81
%23.79

CMYK color model

#7D403B color CMYK value is (0,49,53,51).

  • cyan value is 0.00%
  • magenta value is 48.80%
  • yellow value is 52.80%
  • key color value is 50.98%
CMYK:
(0,49,53,51)
C0M49Y53K51 
(0%,49%,53%,51%)
(0.00/0.49/0.53/0.51)	

CMYK percentages

%0
%48.8
%52.8
%50.98

Codes

Color #7D403B in popluar color models

7D403B
RGB1256459
HSL35.87%36.08%
HSB/HSV52.80%49.02%
CMYK0.00%48.80%52.80%
50.98%

Color #7D403B in popluar number systems.

HEX7D403B
Decimal1256459
Binary11111011000000111011
Octal17510073

Shades and tints

Shades of #7D403B

#7D403B
(125,64,59)
#723B36
(114,59,54)
#673631
(103,54,49)
#5C312C
(92,49,44)
#512C27
(81,44,39)
#462722
(70,39,34)
#3B221D
(59,34,29)
#301D18
(48,29,24)
#251813
(37,24,19)
#1A130E
(26,19,14)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #7D403B

#7D403B
(125,64,59)
#88514C
(136,81,76)
#93625D
(147,98,93)
#9E736E
(158,115,110)
#A9847F
(169,132,127)
#B49590
(180,149,144)
#BFA6A1
(191,166,161)
#CAB7B2
(202,183,178)
#D5C8C3
(213,200,195)
#E0D9D4
(224,217,212)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D403B color. Also use rgb(125,64,59) instead hex code.

Text Font Color

.myTextColor { color: #7D403B; }

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

This text font color is #7D403B.


Background Color

.myBgColor { background-color: #7D403B; }

<div style="background-color:#7D403B">Inner text</div>

This div background color is #7D403B.


Border color

.myBorderColor { border: 1px solid #7D403B; }

<div style="border:3px solid #7D403B">Div</div>

This div border color is #7D403B.


Opacity

.myOpacity80 { color: #7D403B; opacity: 0.8; }

<p style="color:#7D403B;opacity:0.8;">80%</p>

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

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

This text has shadow with #7D403B color.

.textShadow {text-shadow: 3px 3px 1px #7D403B, 3px 3px 1px red;}

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

This text has shadow with #7D403B primary color and red secondary color.


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

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

This text has shadow with #7D403B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D403B on black background.


Color preview on white background

This text has color #7D403B on white background.



Black color preview on #7D403B background

This text has black color on #7D403B background.


White color preview on #7D403B background

This text has white color on #7D403B background.