COLOR #7C4431

HEX: #7C4431 RGB: (124,68,49)

Color info

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

RGB color model

#7C4431 color RGB value is (124,68,49).

RGB: (124,68,49) (49%, 27%, 19%)

RGB channels and saturation

R 124 of 255 = 49%
G 68 of 255 = 27%
B 49 of 255 = 19%

124
68
49

R + G + B ~ 32%. #7C4431 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 68 + 49 = 241 (100%)
R 124 of 241 ~ 51.45%
G 68 of 241 ~ 28.22%
B 49 of 241 ~ 20.33'%

%51.45
%28.22
%20.33

CMYK color model

#7C4431 color CMYK value is (0,45,60,51).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 60.48%
  • key color value is 51.37%

CMYK: (0,45,60,51)
C0M45Y60K51 (0%, 45%, 60%, 51%)
(0.00 / 0.45 / 0.60 / 0.51)

CMYK percentages

%0
%45.16
%60.48
%51.37

Codes

Color #7C4431 in popluar color models

7C 44 31
RGB 124 68 49
HSL 15° 43.35% 33.92%
HSB/HSV 15° 60.48% 48.63%
CMYK 0.00% 45.16% 60.48%
51.37%

Color #7C4431 in popluar number systems.

HEX 7C 44 31
Decimal 124 68 49
Binary 1111100 1000100 110001
Octal 174 104 61

Shades and tints

Shades of #7C4431

#7C4431
(124,68,49)
#713E2D
(113,62,45)
#663829
(102,56,41)
#5B3225
(91,50,37)
#502C21
(80,44,33)
#45261D
(69,38,29)
#3A2019
(58,32,25)
#2F1A15
(47,26,21)
#241411
(36,20,17)
#190E0D
(25,14,13)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #7C4431

#7C4431
(124,68,49)
#875543
(135,85,67)
#926655
(146,102,85)
#9D7767
(157,119,103)
#A88879
(168,136,121)
#B3998B
(179,153,139)
#BEAA9D
(190,170,157)
#C9BBAF
(201,187,175)
#D4CCC1
(212,204,193)
#DFDDD3
(223,221,211)
#EAEEE5
(234,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4431 color. Also use rgb(124,68,49) instead hex code.

Text Font Color

.myTextColor { color: #7C4431; }

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

This text font color is #7C4431.

Background Color

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

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

This div background color is #7C4431.

Border color

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

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

This div border color is #7C4431.

Opacity

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

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

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

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

This text has shadow with #7C4431 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C4431.

Preview

Color preview on black background

This text has color #7C4431 on black background.


Color preview on white background

This text has color #7C4431 on white background.


Black color preview on #7C4431 background

This text has black color on #7C4431 background.


White color preview on #7C4431 background

This text has white color on #7C4431 background.


Related colors

Complementary color

Complementary color for #hex is #83BBCE.


I love getcolorcode.com

Triadic colors

1 #317C44 and #44317C with #7C4431 are triadic colors.

2 #31447C and #447C31 with #7C4431 are triadic colors.