COLOR #7C4E35

HEX: #7C4E35 RGB: (124,78,53)

Color info

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

RGB color model

#7C4E35 color RGB value is (124,78,53).

RGB: (124,78,53) (49%, 31%, 21%)

RGB channels and saturation

R 124 of 255 = 49%
G 78 of 255 = 31%
B 53 of 255 = 21%

124
78
53

R + G + B ~ 34%. #7C4E35 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 78 + 53 = 255 (100%)
R 124 of 255 ~ 48.63%
G 78 of 255 ~ 30.59%
B 53 of 255 ~ 20.78'%

%48.63
%30.59
%20.78

CMYK color model

#7C4E35 color CMYK value is (0,37,57,51).

  • cyan value is 0.00%
  • magenta value is 37.10%
  • yellow value is 57.26%
  • key color value is 51.37%

CMYK: (0,37,57,51)
C0M37Y57K51 (0%, 37%, 57%, 51%)
(0.00 / 0.37 / 0.57 / 0.51)

CMYK percentages

%0
%37.1
%57.26
%51.37

Codes

Color #7C4E35 in popluar color models

7C 4E 35
RGB 124 78 53
HSL 21° 40.11% 34.71%
HSB/HSV 21° 57.26% 48.63%
CMYK 0.00% 37.10% 57.26%
51.37%

Color #7C4E35 in popluar number systems.

HEX 7C 4E 35
Decimal 124 78 53
Binary 1111100 1001110 110101
Octal 174 116 65

Shades and tints

Shades of #7C4E35

#7C4E35
(124,78,53)
#714731
(113,71,49)
#66402D
(102,64,45)
#5B3929
(91,57,41)
#503225
(80,50,37)
#452B21
(69,43,33)
#3A241D
(58,36,29)
#2F1D19
(47,29,25)
#241615
(36,22,21)
#190F11
(25,15,17)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #7C4E35

#7C4E35
(124,78,53)
#875E47
(135,94,71)
#926E59
(146,110,89)
#9D7E6B
(157,126,107)
#A88E7D
(168,142,125)
#B39E8F
(179,158,143)
#BEAEA1
(190,174,161)
#C9BEB3
(201,190,179)
#D4CEC5
(212,206,197)
#DFDED7
(223,222,215)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4E35 color. Also use rgb(124,78,53) instead hex code.

Text Font Color

.myTextColor { color: #7C4E35; }

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

This text font color is #7C4E35.

Background Color

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

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

This div background color is #7C4E35.

Border color

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

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

This div border color is #7C4E35.

Opacity

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

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

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

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

This text has shadow with #7C4E35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C4E35.

Preview

Color preview on black background

This text has color #7C4E35 on black background.


Color preview on white background

This text has color #7C4E35 on white background.


Black color preview on #7C4E35 background

This text has black color on #7C4E35 background.


White color preview on #7C4E35 background

This text has white color on #7C4E35 background.


Related colors

Complementary color

Complementary color for #hex is #83B1CA.


I love getcolorcode.com

Triadic colors

1 #357C4E and #4E357C with #7C4E35 are triadic colors.

2 #354E7C and #4E7C35 with #7C4E35 are triadic colors.