COLOR #7C5343

HEX: #7C5343 RGB: (124,83,67)

Color info

#7C5343 contains red, green and blue colors in about the same proportion. Web safe color of #7C5343 is #666633 (or #663).

RGB color model

#7C5343 color RGB value is (124,83,67).

RGB: (124,83,67) (49%, 33%, 26%)

RGB channels and saturation

R 124 of 255 = 49%
G 83 of 255 = 33%
B 67 of 255 = 26%

124
83
67

R + G + B ~ 36%. #7C5343 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 83 + 67 = 274 (100%)
R 124 of 274 ~ 45.26%
G 83 of 274 ~ 30.29%
B 67 of 274 ~ 24.45'%

%45.26
%30.29
%24.45

CMYK color model

#7C5343 color CMYK value is (0,33,46,51).

  • cyan value is 0.00%
  • magenta value is 33.06%
  • yellow value is 45.97%
  • key color value is 51.37%

CMYK: (0,33,46,51)
C0M33Y46K51 (0%, 33%, 46%, 51%)
(0.00 / 0.33 / 0.46 / 0.51)

CMYK percentages

%0
%33.06
%45.97
%51.37

Codes

Color #7C5343 in popluar color models

7C 53 43
RGB 124 83 67
HSL 17° 29.84% 37.45%
HSB/HSV 17° 45.97% 48.63%
CMYK 0.00% 33.06% 45.97%
51.37%

Color #7C5343 in popluar number systems.

HEX 7C 53 43
Decimal 124 83 67
Binary 1111100 1010011 1000011
Octal 174 123 103

Shades and tints

Shades of #7C5343

#7C5343
(124,83,67)
#714C3D
(113,76,61)
#664537
(102,69,55)
#5B3E31
(91,62,49)
#50372B
(80,55,43)
#453025
(69,48,37)
#3A291F
(58,41,31)
#2F2219
(47,34,25)
#241B13
(36,27,19)
#19140D
(25,20,13)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #7C5343

#7C5343
(124,83,67)
#876254
(135,98,84)
#927165
(146,113,101)
#9D8076
(157,128,118)
#A88F87
(168,143,135)
#B39E98
(179,158,152)
#BEADA9
(190,173,169)
#C9BCBA
(201,188,186)
#D4CBCB
(212,203,203)
#DFDADC
(223,218,220)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5343 color. Also use rgb(124,83,67) instead hex code.

Text Font Color

.myTextColor { color: #7C5343; }

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

This text font color is #7C5343.

Background Color

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

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

This div background color is #7C5343.

Border color

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

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

This div border color is #7C5343.

Opacity

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

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

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

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

This text has shadow with #7C5343 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5343.

Preview

Color preview on black background

This text has color #7C5343 on black background.


Color preview on white background

This text has color #7C5343 on white background.


Black color preview on #7C5343 background

This text has black color on #7C5343 background.


White color preview on #7C5343 background

This text has white color on #7C5343 background.


Related colors

Complementary color

Complementary color for #hex is #83ACBC.


I love getcolorcode.com

Triadic colors

1 #437C53 and #53437C with #7C5343 are triadic colors.

2 #43537C and #537C43 with #7C5343 are triadic colors.