COLOR #7D351F

HEX: #7D351F
RGB: (125,53,31)

Color info

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

RGB color model

#7D351F color RGB value is (125,53,31).

  • red value is 125;
  • green value is 53;
  • blue value is 31.
RGB:
(125,53,31)
(49%,21%,12%)

RGB channels and saturation

R 125 of 255 = 49%
G 53 of 255 = 21%
B 31 of 255 = 12%

125
53
31

R + G + B ~ 27%. #7D351F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 53 + 31 = 209 (100%)
R 125 of 209 ~ 59.81%
G 53 of 209 ~ 25.36%
B 31 of 209 ~ 14.83%

%59.81
%25.36
%14.83

CMYK color model

#7D351F color CMYK value is (0,58,75,51).

  • cyan value is 0.00%
  • magenta value is 57.60%
  • yellow value is 75.20%
  • key color value is 50.98%
CMYK:
(0,58,75,51)
C0M58Y75K51 
(0%,58%,75%,51%)
(0.00/0.58/0.75/0.51)	

CMYK percentages

%0
%57.6
%75.2
%50.98

Codes

Color #7D351F in popluar color models

7D351F
RGB1255331
HSL14°60.26%30.59%
HSB/HSV14°75.20%49.02%
CMYK0.00%57.60%75.20%
50.98%

Color #7D351F in popluar number systems.

HEX7D351F
Decimal1255331
Binary111110111010111111
Octal1756537

Shades and tints

Shades of #7D351F

#7D351F
(125,53,31)
#72311D
(114,49,29)
#672D1B
(103,45,27)
#5C2919
(92,41,25)
#512517
(81,37,23)
#462115
(70,33,21)
#3B1D13
(59,29,19)
#301911
(48,25,17)
#25150F
(37,21,15)
#1A110D
(26,17,13)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #7D351F

#7D351F
(125,53,31)
#884733
(136,71,51)
#935947
(147,89,71)
#9E6B5B
(158,107,91)
#A97D6F
(169,125,111)
#B48F83
(180,143,131)
#BFA197
(191,161,151)
#CAB3AB
(202,179,171)
#D5C5BF
(213,197,191)
#E0D7D3
(224,215,211)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D351F color. Also use rgb(125,53,31) instead hex code.

Text Font Color

.myTextColor { color: #7D351F; }

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

This text font color is #7D351F.


Background Color

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

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

This div background color is #7D351F.


Border color

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

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

This div border color is #7D351F.


Opacity

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

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

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

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

This text has shadow with #7D351F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D351F on black background.


Color preview on white background

This text has color #7D351F on white background.



Black color preview on #7D351F background

This text has black color on #7D351F background.


White color preview on #7D351F background

This text has white color on #7D351F background.