COLOR #7D3625

HEX: #7D3625
RGB: (125,54,37)

Color info

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

RGB color model

#7D3625 color RGB value is (125,54,37).

  • red value is 125;
  • green value is 54;
  • blue value is 37.
RGB:
(125,54,37)
(49%,21%,15%)

RGB channels and saturation

R 125 of 255 = 49%
G 54 of 255 = 21%
B 37 of 255 = 15%

125
54
37

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

Portions of RGB colors in percentages

R + G + B =
125 + 54 + 37 = 216 (100%)
R 125 of 216 ~ 57.87%
G 54 of 216 ~ 25%
B 37 of 216 ~ 17.13%

%57.87
%25
%17.13

CMYK color model

#7D3625 color CMYK value is (0,57,70,51).

  • cyan value is 0.00%
  • magenta value is 56.80%
  • yellow value is 70.40%
  • key color value is 50.98%
CMYK:
(0,57,70,51)
C0M57Y70K51 
(0%,57%,70%,51%)
(0.00/0.57/0.70/0.51)	

CMYK percentages

%0
%56.8
%70.4
%50.98

Codes

Color #7D3625 in popluar color models

7D3625
RGB1255437
HSL12°54.32%31.76%
HSB/HSV12°70.40%49.02%
CMYK0.00%56.80%70.40%
50.98%

Color #7D3625 in popluar number systems.

HEX7D3625
Decimal1255437
Binary1111101110110100101
Octal1756645

Shades and tints

Shades of #7D3625

#7D3625
(125,54,37)
#723222
(114,50,34)
#672E1F
(103,46,31)
#5C2A1C
(92,42,28)
#512619
(81,38,25)
#462216
(70,34,22)
#3B1E13
(59,30,19)
#301A10
(48,26,16)
#25160D
(37,22,13)
#1A120A
(26,18,10)
#0F0E07
(15,14,7)
#000000
(0,0,0)

Tints of #7D3625

#7D3625
(125,54,37)
#884838
(136,72,56)
#935A4B
(147,90,75)
#9E6C5E
(158,108,94)
#A97E71
(169,126,113)
#B49084
(180,144,132)
#BFA297
(191,162,151)
#CAB4AA
(202,180,170)
#D5C6BD
(213,198,189)
#E0D8D0
(224,216,208)
#EBEAE3
(235,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3625 color. Also use rgb(125,54,37) instead hex code.

Text Font Color

.myTextColor { color: #7D3625; }

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

This text font color is #7D3625.


Background Color

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

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

This div background color is #7D3625.


Border color

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

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

This div border color is #7D3625.


Opacity

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

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

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

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

This text has shadow with #7D3625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3625 on black background.


Color preview on white background

This text has color #7D3625 on white background.



Black color preview on #7D3625 background

This text has black color on #7D3625 background.


White color preview on #7D3625 background

This text has white color on #7D3625 background.