COLOR #7C503F

HEX: #7C503F RGB: (124,80,63)

Color info

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

RGB color model

#7C503F color RGB value is (124,80,63).

RGB: (124,80,63) (49%, 31%, 25%)

RGB channels and saturation

R 124 of 255 = 49%
G 80 of 255 = 31%
B 63 of 255 = 25%

124
80
63

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

Portions of RGB colors in percentages

R + G + B = 124 + 80 + 63 = 267 (100%)
R 124 of 267 ~ 46.44%
G 80 of 267 ~ 29.96%
B 63 of 267 ~ 23.6'%

%46.44
%29.96
%23.6

CMYK color model

#7C503F color CMYK value is (0,35,49,51).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 49.19%
  • key color value is 51.37%

CMYK: (0,35,49,51)
C0M35Y49K51 (0%, 35%, 49%, 51%)
(0.00 / 0.35 / 0.49 / 0.51)

CMYK percentages

%0
%35.48
%49.19
%51.37

Codes

Color #7C503F in popluar color models

7C 50 3F
RGB 124 80 63
HSL 17° 32.62% 36.67%
HSB/HSV 17° 49.19% 48.63%
CMYK 0.00% 35.48% 49.19%
51.37%

Color #7C503F in popluar number systems.

HEX 7C 50 3F
Decimal 124 80 63
Binary 1111100 1010000 111111
Octal 174 120 77

Shades and tints

Shades of #7C503F

#7C503F
(124,80,63)
#71493A
(113,73,58)
#664235
(102,66,53)
#5B3B30
(91,59,48)
#50342B
(80,52,43)
#452D26
(69,45,38)
#3A2621
(58,38,33)
#2F1F1C
(47,31,28)
#241817
(36,24,23)
#191112
(25,17,18)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #7C503F

#7C503F
(124,80,63)
#875F50
(135,95,80)
#926E61
(146,110,97)
#9D7D72
(157,125,114)
#A88C83
(168,140,131)
#B39B94
(179,155,148)
#BEAAA5
(190,170,165)
#C9B9B6
(201,185,182)
#D4C8C7
(212,200,199)
#DFD7D8
(223,215,216)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C503F color. Also use rgb(124,80,63) instead hex code.

Text Font Color

.myTextColor { color: #7C503F; }

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

This text font color is #7C503F.

Background Color

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

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

This div background color is #7C503F.

Border color

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

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

This div border color is #7C503F.

Opacity

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

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

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

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

This text has shadow with #7C503F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C503F.

Preview

Color preview on black background

This text has color #7C503F on black background.


Color preview on white background

This text has color #7C503F on white background.


Black color preview on #7C503F background

This text has black color on #7C503F background.


White color preview on #7C503F background

This text has white color on #7C503F background.


Related colors

Complementary color

Complementary color for #hex is #83AFC0.


I love getcolorcode.com

Triadic colors

1 #3F7C50 and #503F7C with #7C503F are triadic colors.

2 #3F507C and #507C3F with #7C503F are triadic colors.