COLOR #7D3F04

HEX: #7D3F04
RGB: (125,63,4)

Color info

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

RGB color model

#7D3F04 color RGB value is (125,63,4).

  • red value is 125;
  • green value is 63;
  • blue value is 4.
RGB:
(125,63,4)
(49%,25%,2%)

RGB channels and saturation

R 125 of 255 = 49%
G 63 of 255 = 25%
B 4 of 255 = 2%

125
63
4

R + G + B ~ 25%. #7D3F04 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 63 + 4 = 192 (100%)
R 125 of 192 ~ 65.1%
G 63 of 192 ~ 32.81%
B 4 of 192 ~ 2.08%

%65.1
%32.81

CMYK color model

#7D3F04 color CMYK value is (0,50,97,51).

  • cyan value is 0.00%
  • magenta value is 49.60%
  • yellow value is 96.80%
  • key color value is 50.98%
CMYK:
(0,50,97,51)
C0M50Y97K51 
(0%,50%,97%,51%)
(0.00/0.50/0.97/0.51)	

CMYK percentages

%0
%49.6
%96.8
%50.98

Codes

Color #7D3F04 in popluar color models

7D3F04
RGB125634
HSL29°93.80%25.29%
HSB/HSV29°96.80%49.02%
CMYK0.00%49.60%96.80%
50.98%

Color #7D3F04 in popluar number systems.

HEX7D3F04
Decimal125634
Binary1111101111111100
Octal175774

Shades and tints

Shades of #7D3F04

#7D3F04
(125,63,4)
#723A04
(114,58,4)
#673504
(103,53,4)
#5C3004
(92,48,4)
#512B04
(81,43,4)
#462604
(70,38,4)
#3B2104
(59,33,4)
#301C04
(48,28,4)
#251704
(37,23,4)
#1A1204
(26,18,4)
#0F0D04
(15,13,4)
#000000
(0,0,0)

Tints of #7D3F04

#7D3F04
(125,63,4)
#88501A
(136,80,26)
#936130
(147,97,48)
#9E7246
(158,114,70)
#A9835C
(169,131,92)
#B49472
(180,148,114)
#BFA588
(191,165,136)
#CAB69E
(202,182,158)
#D5C7B4
(213,199,180)
#E0D8CA
(224,216,202)
#EBE9E0
(235,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3F04 color. Also use rgb(125,63,4) instead hex code.

Text Font Color

.myTextColor { color: #7D3F04; }

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

This text font color is #7D3F04.


Background Color

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

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

This div background color is #7D3F04.


Border color

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

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

This div border color is #7D3F04.


Opacity

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

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

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

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

This text has shadow with #7D3F04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3F04 on black background.


Color preview on white background

This text has color #7D3F04 on white background.



Black color preview on #7D3F04 background

This text has black color on #7D3F04 background.


White color preview on #7D3F04 background

This text has white color on #7D3F04 background.