COLOR #7D352C

HEX: #7D352C
RGB: (125,53,44)

Color info

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

RGB color model

#7D352C color RGB value is (125,53,44).

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

RGB channels and saturation

R 125 of 255 = 49%
G 53 of 255 = 21%
B 44 of 255 = 17%

125
53
44

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

Portions of RGB colors in percentages

R + G + B =
125 + 53 + 44 = 222 (100%)
R 125 of 222 ~ 56.31%
G 53 of 222 ~ 23.87%
B 44 of 222 ~ 19.82%

%56.31
%23.87
%19.82

CMYK color model

#7D352C color CMYK value is (0,58,65,51).

  • cyan value is 0.00%
  • magenta value is 57.60%
  • yellow value is 64.80%
  • key color value is 50.98%
CMYK:
(0,58,65,51)
C0M58Y65K51 
(0%,58%,65%,51%)
(0.00/0.58/0.65/0.51)	

CMYK percentages

%0
%57.6
%64.8
%50.98

Codes

Color #7D352C in popluar color models

7D352C
RGB1255344
HSL47.93%33.14%
HSB/HSV64.80%49.02%
CMYK0.00%57.60%64.80%
50.98%

Color #7D352C in popluar number systems.

HEX7D352C
Decimal1255344
Binary1111101110101101100
Octal1756554

Shades and tints

Shades of #7D352C

#7D352C
(125,53,44)
#723128
(114,49,40)
#672D24
(103,45,36)
#5C2920
(92,41,32)
#51251C
(81,37,28)
#462118
(70,33,24)
#3B1D14
(59,29,20)
#301910
(48,25,16)
#25150C
(37,21,12)
#1A1108
(26,17,8)
#0F0D04
(15,13,4)
#000000
(0,0,0)

Tints of #7D352C

#7D352C
(125,53,44)
#88473F
(136,71,63)
#935952
(147,89,82)
#9E6B65
(158,107,101)
#A97D78
(169,125,120)
#B48F8B
(180,143,139)
#BFA19E
(191,161,158)
#CAB3B1
(202,179,177)
#D5C5C4
(213,197,196)
#E0D7D7
(224,215,215)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D352C; }

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

This text font color is #7D352C.


Background Color

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

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

This div background color is #7D352C.


Border color

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

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

This div border color is #7D352C.


Opacity

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

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

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

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

This text has shadow with #7D352C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D352C on black background.


Color preview on white background

This text has color #7D352C on white background.



Black color preview on #7D352C background

This text has black color on #7D352C background.


White color preview on #7D352C background

This text has white color on #7D352C background.