COLOR #7D553D

HEX: #7D553D RGB: (125,85,61)

Color info

#7D553D contains mainly red and green colors. Web safe color of #7D553D is #666633 (or #663).

RGB color model

#7D553D color RGB value is (125,85,61).

RGB: (125,85,61) (49%, 33%, 24%)

RGB channels and saturation

R 125 of 255 = 49%
G 85 of 255 = 33%
B 61 of 255 = 24%

125
85
61

R + G + B ~ 35%. #7D553D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 85 + 61 = 271 (100%)
R 125 of 271 ~ 46.13%
G 85 of 271 ~ 31.37%
B 61 of 271 ~ 22.51'%

%46.13
%31.37
%22.51

CMYK color model

#7D553D color CMYK value is (0,32,51,51).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 51.20%
  • key color value is 50.98%

CMYK: (0,32,51,51)
C0M32Y51K51 (0%, 32%, 51%, 51%)
(0.00 / 0.32 / 0.51 / 0.51)

CMYK percentages

%0
%32
%51.2
%50.98

Codes

Color #7D553D in popluar color models

7D 55 3D
RGB 125 85 61
HSL 23° 34.41% 36.47%
HSB/HSV 23° 51.20% 49.02%
CMYK 0.00% 32.00% 51.20%
50.98%

Color #7D553D in popluar number systems.

HEX 7D 55 3D
Decimal 125 85 61
Binary 1111101 1010101 111101
Octal 175 125 75

Shades and tints

Shades of #7D553D

#7D553D
(125,85,61)
#724E38
(114,78,56)
#674733
(103,71,51)
#5C402E
(92,64,46)
#513929
(81,57,41)
#463224
(70,50,36)
#3B2B1F
(59,43,31)
#30241A
(48,36,26)
#251D15
(37,29,21)
#1A1610
(26,22,16)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #7D553D

#7D553D
(125,85,61)
#88644E
(136,100,78)
#93735F
(147,115,95)
#9E8270
(158,130,112)
#A99181
(169,145,129)
#B4A092
(180,160,146)
#BFAFA3
(191,175,163)
#CABEB4
(202,190,180)
#D5CDC5
(213,205,197)
#E0DCD6
(224,220,214)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D553D color. Also use rgb(125,85,61) instead hex code.

Text Font Color

.myTextColor { color: #7D553D; }

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

This text font color is #7D553D.

Background Color

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

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

This div background color is #7D553D.

Border color

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

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

This div border color is #7D553D.

Opacity

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

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

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

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

This text has shadow with #7D553D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D553D.

Preview

Color preview on black background

This text has color #7D553D on black background.


Color preview on white background

This text has color #7D553D on white background.


Black color preview on #7D553D background

This text has black color on #7D553D background.


White color preview on #7D553D background

This text has white color on #7D553D background.


Related colors

Complementary color

Complementary color for #hex is #82AAC2.


I love getcolorcode.com

Triadic colors

1 #3D7D55 and #553D7D with #7D553D are triadic colors.

2 #3D557D and #557D3D with #7D553D are triadic colors.