COLOR #7D4641

HEX: #7D4641
RGB: (125,70,65)

Color info

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

RGB color model

#7D4641 color RGB value is (125,70,65).

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

RGB channels and saturation

R 125 of 255 = 49%
G 70 of 255 = 27%
B 65 of 255 = 25%

125
70
65

R + G + B ~ 34%. #7D4641 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 70 + 65 = 260 (100%)
R 125 of 260 ~ 48.08%
G 70 of 260 ~ 26.92%
B 65 of 260 ~ 25%

%48.08
%26.92
%25

CMYK color model

#7D4641 color CMYK value is (0,44,48,51).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 48.00%
  • key color value is 50.98%
CMYK:
(0,44,48,51)
C0M44Y48K51 
(0%,44%,48%,51%)
(0.00/0.44/0.48/0.51)	

CMYK percentages

%0
%44
%48
%50.98

Codes

Color #7D4641 in popluar color models

7D4641
RGB1257065
HSL31.58%37.25%
HSB/HSV48.00%49.02%
CMYK0.00%44.00%48.00%
50.98%

Color #7D4641 in popluar number systems.

HEX7D4641
Decimal1257065
Binary111110110001101000001
Octal175106101

Shades and tints

Shades of #7D4641

#7D4641
(125,70,65)
#72403C
(114,64,60)
#673A37
(103,58,55)
#5C3432
(92,52,50)
#512E2D
(81,46,45)
#462828
(70,40,40)
#3B2223
(59,34,35)
#301C1E
(48,28,30)
#251619
(37,22,25)
#1A1014
(26,16,20)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #7D4641

#7D4641
(125,70,65)
#885652
(136,86,82)
#936663
(147,102,99)
#9E7674
(158,118,116)
#A98685
(169,134,133)
#B49696
(180,150,150)
#BFA6A7
(191,166,167)
#CAB6B8
(202,182,184)
#D5C6C9
(213,198,201)
#E0D6DA
(224,214,218)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D4641; }

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

This text font color is #7D4641.


Background Color

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

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

This div background color is #7D4641.


Border color

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

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

This div border color is #7D4641.


Opacity

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

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

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

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

This text has shadow with #7D4641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4641 on black background.


Color preview on white background

This text has color #7D4641 on white background.



Black color preview on #7D4641 background

This text has black color on #7D4641 background.


White color preview on #7D4641 background

This text has white color on #7D4641 background.