COLOR #7D432F

HEX: #7D432F RGB: (125,67,47)

Color info

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

RGB color model

#7D432F color RGB value is (125,67,47).

RGB: (125,67,47) (49%, 26%, 18%)

RGB channels and saturation

R 125 of 255 = 49%
G 67 of 255 = 26%
B 47 of 255 = 18%

125
67
47

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

Portions of RGB colors in percentages

R + G + B = 125 + 67 + 47 = 239 (100%)
R 125 of 239 ~ 52.3%
G 67 of 239 ~ 28.03%
B 47 of 239 ~ 19.67'%

%52.3
%28.03
%19.67

CMYK color model

#7D432F color CMYK value is (0,46,62,51).

  • cyan value is 0.00%
  • magenta value is 46.40%
  • yellow value is 62.40%
  • key color value is 50.98%

CMYK: (0,46,62,51)
C0M46Y62K51 (0%, 46%, 62%, 51%)
(0.00 / 0.46 / 0.62 / 0.51)

CMYK percentages

%0
%46.4
%62.4
%50.98

Codes

Color #7D432F in popluar color models

7D 43 2F
RGB 125 67 47
HSL 15° 45.35% 33.73%
HSB/HSV 15° 62.40% 49.02%
CMYK 0.00% 46.40% 62.40%
50.98%

Color #7D432F in popluar number systems.

HEX 7D 43 2F
Decimal 125 67 47
Binary 1111101 1000011 101111
Octal 175 103 57

Shades and tints

Shades of #7D432F

#7D432F
(125,67,47)
#723D2B
(114,61,43)
#673727
(103,55,39)
#5C3123
(92,49,35)
#512B1F
(81,43,31)
#46251B
(70,37,27)
#3B1F17
(59,31,23)
#301913
(48,25,19)
#25130F
(37,19,15)
#1A0D0B
(26,13,11)
#0F0707
(15,7,7)
#000000
(0,0,0)

Tints of #7D432F

#7D432F
(125,67,47)
#885441
(136,84,65)
#936553
(147,101,83)
#9E7665
(158,118,101)
#A98777
(169,135,119)
#B49889
(180,152,137)
#BFA99B
(191,169,155)
#CABAAD
(202,186,173)
#D5CBBF
(213,203,191)
#E0DCD1
(224,220,209)
#EBEDE3
(235,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D432F color. Also use rgb(125,67,47) instead hex code.

Text Font Color

.myTextColor { color: #7D432F; }

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

This text font color is #7D432F.

Background Color

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

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

This div background color is #7D432F.

Border color

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

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

This div border color is #7D432F.

Opacity

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

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

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

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

This text has shadow with #7D432F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D432F.

Preview

Color preview on black background

This text has color #7D432F on black background.


Color preview on white background

This text has color #7D432F on white background.


Black color preview on #7D432F background

This text has black color on #7D432F background.


White color preview on #7D432F background

This text has white color on #7D432F background.


Related colors

Complementary color

Complementary color for #hex is #82BCD0.


I love getcolorcode.com

Triadic colors

1 #2F7D43 and #432F7D with #7D432F are triadic colors.

2 #2F437D and #437D2F with #7D432F are triadic colors.