COLOR #7D472C

HEX: #7D472C
RGB: (125,71,44)

Color info

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

RGB color model

#7D472C color RGB value is (125,71,44).

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

RGB channels and saturation

R 125 of 255 = 49%
G 71 of 255 = 28%
B 44 of 255 = 17%

125
71
44

R + G + B ~ 31%. #7D472C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 71 + 44 = 240 (100%)
R 125 of 240 ~ 52.08%
G 71 of 240 ~ 29.58%
B 44 of 240 ~ 18.33%

%52.08
%29.58
%18.33

CMYK color model

#7D472C color CMYK value is (0,43,65,51).

  • cyan value is 0.00%
  • magenta value is 43.20%
  • yellow value is 64.80%
  • key color value is 50.98%
CMYK:
(0,43,65,51)
C0M43Y65K51 
(0%,43%,65%,51%)
(0.00/0.43/0.65/0.51)	

CMYK percentages

%0
%43.2
%64.8
%50.98

Codes

Color #7D472C in popluar color models

7D472C
RGB1257144
HSL20°47.93%33.14%
HSB/HSV20°64.80%49.02%
CMYK0.00%43.20%64.80%
50.98%

Color #7D472C in popluar number systems.

HEX7D472C
Decimal1257144
Binary11111011000111101100
Octal17510754

Shades and tints

Shades of #7D472C

#7D472C
(125,71,44)
#724128
(114,65,40)
#673B24
(103,59,36)
#5C3520
(92,53,32)
#512F1C
(81,47,28)
#462918
(70,41,24)
#3B2314
(59,35,20)
#301D10
(48,29,16)
#25170C
(37,23,12)
#1A1108
(26,17,8)
#0F0B04
(15,11,4)
#000000
(0,0,0)

Tints of #7D472C

#7D472C
(125,71,44)
#88573F
(136,87,63)
#936752
(147,103,82)
#9E7765
(158,119,101)
#A98778
(169,135,120)
#B4978B
(180,151,139)
#BFA79E
(191,167,158)
#CAB7B1
(202,183,177)
#D5C7C4
(213,199,196)
#E0D7D7
(224,215,215)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D472C; }

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

This text font color is #7D472C.


Background Color

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

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

This div background color is #7D472C.


Border color

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

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

This div border color is #7D472C.


Opacity

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

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

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

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

This text has shadow with #7D472C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D472C on black background.


Color preview on white background

This text has color #7D472C on white background.



Black color preview on #7D472C background

This text has black color on #7D472C background.


White color preview on #7D472C background

This text has white color on #7D472C background.