COLOR #7D4730

HEX: #7D4730
RGB: (125,71,48)

Color info

#7D4730 contains mainly red and green colors. Web safe color of #7D4730 is #663333 (or #633).

RGB color model

#7D4730 color RGB value is (125,71,48).

  • red value is 125;
  • green value is 71;
  • blue value is 48.
RGB:
(125,71,48)
(49%,28%,19%)

RGB channels and saturation

R 125 of 255 = 49%
G 71 of 255 = 28%
B 48 of 255 = 19%

125
71
48

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

Portions of RGB colors in percentages

R + G + B =
125 + 71 + 48 = 244 (100%)
R 125 of 244 ~ 51.23%
G 71 of 244 ~ 29.1%
B 48 of 244 ~ 19.67%

%51.23
%29.1
%19.67

CMYK color model

#7D4730 color CMYK value is (0,43,62,51).

  • cyan value is 0.00%
  • magenta value is 43.20%
  • yellow value is 61.60%
  • key color value is 50.98%
CMYK:
(0,43,62,51)
C0M43Y62K51 
(0%,43%,62%,51%)
(0.00/0.43/0.62/0.51)	

CMYK percentages

%0
%43.2
%61.6
%50.98

Codes

Color #7D4730 in popluar color models

7D4730
RGB1257148
HSL18°44.51%33.92%
HSB/HSV18°61.60%49.02%
CMYK0.00%43.20%61.60%
50.98%

Color #7D4730 in popluar number systems.

HEX7D4730
Decimal1257148
Binary11111011000111110000
Octal17510760

Shades and tints

Shades of #7D4730

#7D4730
(125,71,48)
#72412C
(114,65,44)
#673B28
(103,59,40)
#5C3524
(92,53,36)
#512F20
(81,47,32)
#46291C
(70,41,28)
#3B2318
(59,35,24)
#301D14
(48,29,20)
#251710
(37,23,16)
#1A110C
(26,17,12)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #7D4730

#7D4730
(125,71,48)
#885742
(136,87,66)
#936754
(147,103,84)
#9E7766
(158,119,102)
#A98778
(169,135,120)
#B4978A
(180,151,138)
#BFA79C
(191,167,156)
#CAB7AE
(202,183,174)
#D5C7C0
(213,199,192)
#E0D7D2
(224,215,210)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4730 color. Also use rgb(125,71,48) instead hex code.

Text Font Color

.myTextColor { color: #7D4730; }

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

This text font color is #7D4730.


Background Color

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

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

This div background color is #7D4730.


Border color

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

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

This div border color is #7D4730.


Opacity

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

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

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

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

This text has shadow with #7D4730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4730 on black background.


Color preview on white background

This text has color #7D4730 on white background.



Black color preview on #7D4730 background

This text has black color on #7D4730 background.


White color preview on #7D4730 background

This text has white color on #7D4730 background.