COLOR #7D3933

HEX: #7D3933 RGB: (125,57,51)

Color info

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

RGB color model

#7D3933 color RGB value is (125,57,51).

RGB: (125,57,51) (49%, 22%, 20%)

RGB channels and saturation

R 125 of 255 = 49%
G 57 of 255 = 22%
B 51 of 255 = 20%

125
57
51

R + G + B ~ 30%. #7D3933 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 57 + 51 = 233 (100%)
R 125 of 233 ~ 53.65%
G 57 of 233 ~ 24.46%
B 51 of 233 ~ 21.89'%

%53.65
%24.46
%21.89

CMYK color model

#7D3933 color CMYK value is (0,54,59,51).

  • cyan value is 0.00%
  • magenta value is 54.40%
  • yellow value is 59.20%
  • key color value is 50.98%
CMYK: (0,54,59,51) C0M54Y59K51 (0%,54%,59%,51%) (0.00/0.54/0.59/0.51) 

CMYK percentages

%0
%54.4
%59.2
%50.98

Codes

Color #7D3933 in popluar color models

7D 39 33
RGB 125 57 51
HSL 42.05% 34.51%
HSB/HSV 59.20% 49.02%
CMYK 0.00% 54.40% 59.20%
50.98%

Color #7D3933 in popluar number systems.

HEX 7D 39 33
Decimal 125 57 51
Binary 1111101 111001 110011
Octal 175 71 63

Shades and tints

Shades of #7D3933

#7D3933
(125,57,51)
#72342F
(114,52,47)
#672F2B
(103,47,43)
#5C2A27
(92,42,39)
#512523
(81,37,35)
#46201F
(70,32,31)
#3B1B1B
(59,27,27)
#301617
(48,22,23)
#251113
(37,17,19)
#1A0C0F
(26,12,15)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #7D3933

#7D3933
(125,57,51)
#884B45
(136,75,69)
#935D57
(147,93,87)
#9E6F69
(158,111,105)
#A9817B
(169,129,123)
#B4938D
(180,147,141)
#BFA59F
(191,165,159)
#CAB7B1
(202,183,177)
#D5C9C3
(213,201,195)
#E0DBD5
(224,219,213)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3933 color. Also use rgb(125,57,51) instead hex code.

Text Font Color

.myTextColor { color: #7D3933; }

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

This text font color is #7D3933.

Background Color

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

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

This div background color is #7D3933.

Border color

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

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

This div border color is #7D3933.

Opacity

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

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

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

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

This text has shadow with #7D3933 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D3933.

Preview

Color preview on black background

This text has color #7D3933 on black background.


Color preview on white background

This text has color #7D3933 on white background.


Black color preview on #7D3933 background

This text has black color on #7D3933 background.


White color preview on #7D3933 background

This text has white color on #7D3933 background.


Related colors

Complementary color

Complementary color for #hex is #82C6CC.


I love getcolorcode.com

Triadic colors

1 #337D39 and #39337D with #7D3933 are triadic colors.

2 #33397D and #397D33 with #7D3933 are triadic colors.