COLOR #7D4124

HEX: #7D4124
RGB: (125,65,36)

Color info

#7D4124 contains mainly red color. Web safe color of #7D4124 is #663333 (or #633).

RGB color model

#7D4124 color RGB value is (125,65,36).

  • red value is 125;
  • green value is 65;
  • blue value is 36.
RGB:
(125,65,36)
(49%,25%,14%)

RGB channels and saturation

R 125 of 255 = 49%
G 65 of 255 = 25%
B 36 of 255 = 14%

125
65
36

R + G + B ~ 29%. #7D4124 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 65 + 36 = 226 (100%)
R 125 of 226 ~ 55.31%
G 65 of 226 ~ 28.76%
B 36 of 226 ~ 15.93%

%55.31
%28.76
%15.93

CMYK color model

#7D4124 color CMYK value is (0,48,71,51).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 71.20%
  • key color value is 50.98%
CMYK:
(0,48,71,51)
C0M48Y71K51 
(0%,48%,71%,51%)
(0.00/0.48/0.71/0.51)	

CMYK percentages

%0
%48
%71.2
%50.98

Codes

Color #7D4124 in popluar color models

7D4124
RGB1256536
HSL20°55.28%31.57%
HSB/HSV20°71.20%49.02%
CMYK0.00%48.00%71.20%
50.98%

Color #7D4124 in popluar number systems.

HEX7D4124
Decimal1256536
Binary11111011000001100100
Octal17510144

Shades and tints

Shades of #7D4124

#7D4124
(125,65,36)
#723C21
(114,60,33)
#67371E
(103,55,30)
#5C321B
(92,50,27)
#512D18
(81,45,24)
#462815
(70,40,21)
#3B2312
(59,35,18)
#301E0F
(48,30,15)
#25190C
(37,25,12)
#1A1409
(26,20,9)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #7D4124

#7D4124
(125,65,36)
#885237
(136,82,55)
#93634A
(147,99,74)
#9E745D
(158,116,93)
#A98570
(169,133,112)
#B49683
(180,150,131)
#BFA796
(191,167,150)
#CAB8A9
(202,184,169)
#D5C9BC
(213,201,188)
#E0DACF
(224,218,207)
#EBEBE2
(235,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4124 color. Also use rgb(125,65,36) instead hex code.

Text Font Color

.myTextColor { color: #7D4124; }

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

This text font color is #7D4124.


Background Color

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

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

This div background color is #7D4124.


Border color

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

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

This div border color is #7D4124.


Opacity

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

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

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

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

This text has shadow with #7D4124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4124 on black background.


Color preview on white background

This text has color #7D4124 on white background.



Black color preview on #7D4124 background

This text has black color on #7D4124 background.


White color preview on #7D4124 background

This text has white color on #7D4124 background.