COLOR #7D5304

HEX: #7D5304
RGB: (125,83,4)

Color info

#7D5304 contains mainly red and green colors. Web safe color of #7D5304 is #666600 (or #660).

RGB color model

#7D5304 color RGB value is (125,83,4).

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

RGB channels and saturation

R 125 of 255 = 49%
G 83 of 255 = 33%
B 4 of 255 = 2%

125
83
4

R + G + B ~ 28%. #7D5304 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 83 + 4 = 212 (100%)
R 125 of 212 ~ 58.96%
G 83 of 212 ~ 39.15%
B 4 of 212 ~ 1.89%

%58.96
%39.15

CMYK color model

#7D5304 color CMYK value is (0,34,97,51).

  • cyan value is 0.00%
  • magenta value is 33.60%
  • yellow value is 96.80%
  • key color value is 50.98%
CMYK:
(0,34,97,51)
C0M34Y97K51 
(0%,34%,97%,51%)
(0.00/0.34/0.97/0.51)	

CMYK percentages

%0
%33.6
%96.8
%50.98

Codes

Color #7D5304 in popluar color models

7D5304
RGB125834
HSL39°93.80%25.29%
HSB/HSV39°96.80%49.02%
CMYK0.00%33.60%96.80%
50.98%

Color #7D5304 in popluar number systems.

HEX7D5304
Decimal125834
Binary11111011010011100
Octal1751234

Shades and tints

Shades of #7D5304

#7D5304
(125,83,4)
#724C04
(114,76,4)
#674504
(103,69,4)
#5C3E04
(92,62,4)
#513704
(81,55,4)
#463004
(70,48,4)
#3B2904
(59,41,4)
#302204
(48,34,4)
#251B04
(37,27,4)
#1A1404
(26,20,4)
#0F0D04
(15,13,4)
#000000
(0,0,0)

Tints of #7D5304

#7D5304
(125,83,4)
#88621A
(136,98,26)
#937130
(147,113,48)
#9E8046
(158,128,70)
#A98F5C
(169,143,92)
#B49E72
(180,158,114)
#BFAD88
(191,173,136)
#CABC9E
(202,188,158)
#D5CBB4
(213,203,180)
#E0DACA
(224,218,202)
#EBE9E0
(235,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5304; }

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

This text font color is #7D5304.


Background Color

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

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

This div background color is #7D5304.


Border color

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

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

This div border color is #7D5304.


Opacity

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

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

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

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

This text has shadow with #7D5304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5304 on black background.


Color preview on white background

This text has color #7D5304 on white background.



Black color preview on #7D5304 background

This text has black color on #7D5304 background.


White color preview on #7D5304 background

This text has white color on #7D5304 background.