COLOR #7D323E

HEX: #7D323E
RGB: (125,50,62)

Color info

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

RGB color model

#7D323E color RGB value is (125,50,62).

  • red value is 125;
  • green value is 50;
  • blue value is 62.
RGB:
(125,50,62)
(49%,20%,24%)

RGB channels and saturation

R 125 of 255 = 49%
G 50 of 255 = 20%
B 62 of 255 = 24%

125
50
62

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

Portions of RGB colors in percentages

R + G + B =
125 + 50 + 62 = 237 (100%)
R 125 of 237 ~ 52.74%
G 50 of 237 ~ 21.1%
B 62 of 237 ~ 26.16%

%52.74
%21.1
%26.16

CMYK color model

#7D323E color CMYK value is (0,60,50,51).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 50.40%
  • key color value is 50.98%
CMYK:
(0,60,50,51)
C0M60Y50K51 
(0%,60%,50%,51%)
(0.00/0.60/0.50/0.51)	

CMYK percentages

%0
%60
%50.4
%50.98

Codes

Color #7D323E in popluar color models

7D323E
RGB1255062
HSL350°42.86%34.31%
HSB/HSV350°60.00%49.02%
CMYK0.00%60.00%50.40%
50.98%

Color #7D323E in popluar number systems.

HEX7D323E
Decimal1255062
Binary1111101110010111110
Octal1756276

Shades and tints

Shades of #7D323E

#7D323E
(125,50,62)
#722E39
(114,46,57)
#672A34
(103,42,52)
#5C262F
(92,38,47)
#51222A
(81,34,42)
#461E25
(70,30,37)
#3B1A20
(59,26,32)
#30161B
(48,22,27)
#251216
(37,18,22)
#1A0E11
(26,14,17)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #7D323E

#7D323E
(125,50,62)
#88444F
(136,68,79)
#935660
(147,86,96)
#9E6871
(158,104,113)
#A97A82
(169,122,130)
#B48C93
(180,140,147)
#BF9EA4
(191,158,164)
#CAB0B5
(202,176,181)
#D5C2C6
(213,194,198)
#E0D4D7
(224,212,215)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D323E color. Also use rgb(125,50,62) instead hex code.

Text Font Color

.myTextColor { color: #7D323E; }

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

This text font color is #7D323E.


Background Color

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

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

This div background color is #7D323E.


Border color

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

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

This div border color is #7D323E.


Opacity

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

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

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

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

This text has shadow with #7D323E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D323E on black background.


Color preview on white background

This text has color #7D323E on white background.



Black color preview on #7D323E background

This text has black color on #7D323E background.


White color preview on #7D323E background

This text has white color on #7D323E background.