COLOR #7D3705

HEX: #7D3705
RGB: (125,55,5)

Color info

#7D3705 contains mainly red color. Web safe color of #7D3705 is #663300 (or #630).

RGB color model

#7D3705 color RGB value is (125,55,5).

  • red value is 125;
  • green value is 55;
  • blue value is 5.
RGB:
(125,55,5)
(49%,22%,2%)

RGB channels and saturation

R 125 of 255 = 49%
G 55 of 255 = 22%
B 5 of 255 = 2%

125
55
5

R + G + B ~ 24%. #7D3705 is dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 55 + 5 = 185 (100%)
R 125 of 185 ~ 67.57%
G 55 of 185 ~ 29.73%
B 5 of 185 ~ 2.7%

%67.57
%29.73

CMYK color model

#7D3705 color CMYK value is (0,56,96,51).

  • cyan value is 0.00%
  • magenta value is 56.00%
  • yellow value is 96.00%
  • key color value is 50.98%
CMYK:
(0,56,96,51)
C0M56Y96K51 
(0%,56%,96%,51%)
(0.00/0.56/0.96/0.51)	

CMYK percentages

%0
%56
%96
%50.98

Codes

Color #7D3705 in popluar color models

7D3705
RGB125555
HSL25°92.31%25.49%
HSB/HSV25°96.00%49.02%
CMYK0.00%56.00%96.00%
50.98%

Color #7D3705 in popluar number systems.

HEX7D3705
Decimal125555
Binary1111101110111101
Octal175675

Shades and tints

Shades of #7D3705

#7D3705
(125,55,5)
#723205
(114,50,5)
#672D05
(103,45,5)
#5C2805
(92,40,5)
#512305
(81,35,5)
#461E05
(70,30,5)
#3B1905
(59,25,5)
#301405
(48,20,5)
#250F05
(37,15,5)
#1A0A05
(26,10,5)
#0F0505
(15,5,5)
#000000
(0,0,0)

Tints of #7D3705

#7D3705
(125,55,5)
#88491B
(136,73,27)
#935B31
(147,91,49)
#9E6D47
(158,109,71)
#A97F5D
(169,127,93)
#B49173
(180,145,115)
#BFA389
(191,163,137)
#CAB59F
(202,181,159)
#D5C7B5
(213,199,181)
#E0D9CB
(224,217,203)
#EBEBE1
(235,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3705 color. Also use rgb(125,55,5) instead hex code.

Text Font Color

.myTextColor { color: #7D3705; }

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

This text font color is #7D3705.


Background Color

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

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

This div background color is #7D3705.


Border color

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

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

This div border color is #7D3705.


Opacity

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

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

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

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

This text has shadow with #7D3705 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3705 on black background.


Color preview on white background

This text has color #7D3705 on white background.



Black color preview on #7D3705 background

This text has black color on #7D3705 background.


White color preview on #7D3705 background

This text has white color on #7D3705 background.