COLOR #7D374B

HEX: #7D374B
RGB: (125,55,75)

Color info

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

RGB color model

#7D374B color RGB value is (125,55,75).

  • red value is 125;
  • green value is 55;
  • blue value is 75.
RGB:
(125,55,75)
(49%,22%,29%)

RGB channels and saturation

R 125 of 255 = 49%
G 55 of 255 = 22%
B 75 of 255 = 29%

125
55
75

R + G + B ~ 33%. #7D374B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 55 + 75 = 255 (100%)
R 125 of 255 ~ 49.02%
G 55 of 255 ~ 21.57%
B 75 of 255 ~ 29.41%

%49.02
%21.57
%29.41

CMYK color model

#7D374B color CMYK value is (0,56,40,51).

  • cyan value is 0.00%
  • magenta value is 56.00%
  • yellow value is 40.00%
  • key color value is 50.98%
CMYK:
(0,56,40,51)
C0M56Y40K51 
(0%,56%,40%,51%)
(0.00/0.56/0.40/0.51)	

CMYK percentages

%0
%56
%40
%50.98

Codes

Color #7D374B in popluar color models

7D374B
RGB1255575
HSL343°38.89%35.29%
HSB/HSV343°56.00%49.02%
CMYK0.00%56.00%40.00%
50.98%

Color #7D374B in popluar number systems.

HEX7D374B
Decimal1255575
Binary11111011101111001011
Octal17567113

Shades and tints

Shades of #7D374B

#7D374B
(125,55,75)
#723245
(114,50,69)
#672D3F
(103,45,63)
#5C2839
(92,40,57)
#512333
(81,35,51)
#461E2D
(70,30,45)
#3B1927
(59,25,39)
#301421
(48,20,33)
#250F1B
(37,15,27)
#1A0A15
(26,10,21)
#0F050F
(15,5,15)
#000000
(0,0,0)

Tints of #7D374B

#7D374B
(125,55,75)
#88495B
(136,73,91)
#935B6B
(147,91,107)
#9E6D7B
(158,109,123)
#A97F8B
(169,127,139)
#B4919B
(180,145,155)
#BFA3AB
(191,163,171)
#CAB5BB
(202,181,187)
#D5C7CB
(213,199,203)
#E0D9DB
(224,217,219)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D374B color. Also use rgb(125,55,75) instead hex code.

Text Font Color

.myTextColor { color: #7D374B; }

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

This text font color is #7D374B.


Background Color

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

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

This div background color is #7D374B.


Border color

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

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

This div border color is #7D374B.


Opacity

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

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

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

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

This text has shadow with #7D374B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D374B on black background.


Color preview on white background

This text has color #7D374B on white background.



Black color preview on #7D374B background

This text has black color on #7D374B background.


White color preview on #7D374B background

This text has white color on #7D374B background.