COLOR #7C580D

HEX: #7C580D RGB: (124,88,13)

Color info

#7C580D contains mainly red and green colors. Web safe color of #7C580D is #666600 (or #660).

RGB color model

#7C580D color RGB value is (124,88,13).

RGB: (124,88,13) (49%, 35%, 5%)

RGB channels and saturation

R 124 of 255 = 49%
G 88 of 255 = 35%
B 13 of 255 = 5%

124
88
13

R + G + B ~ 30%. #7C580D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 88 + 13 = 225 (100%)
R 124 of 225 ~ 55.11%
G 88 of 225 ~ 39.11%
B 13 of 225 ~ 5.78'%

%55.11
%39.11

CMYK color model

#7C580D color CMYK value is (0,29,90,51).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 89.52%
  • key color value is 51.37%

CMYK: (0,29,90,51)
C0M29Y90K51 (0%, 29%, 90%, 51%)
(0.00 / 0.29 / 0.90 / 0.51)

CMYK percentages

%0
%29.03
%89.52
%51.37

Codes

Color #7C580D in popluar color models

7C 58 0D
RGB 124 88 13
HSL 41° 81.02% 26.86%
HSB/HSV 41° 89.52% 48.63%
CMYK 0.00% 29.03% 89.52%
51.37%

Color #7C580D in popluar number systems.

HEX 7C 58 0D
Decimal 124 88 13
Binary 1111100 1011000 1101
Octal 174 130 15

Shades and tints

Shades of #7C580D

#7C580D
(124,88,13)
#71500C
(113,80,12)
#66480B
(102,72,11)
#5B400A
(91,64,10)
#503809
(80,56,9)
#453008
(69,48,8)
#3A2807
(58,40,7)
#2F2006
(47,32,6)
#241805
(36,24,5)
#191004
(25,16,4)
#0E0803
(14,8,3)
#000000
(0,0,0)

Tints of #7C580D

#7C580D
(124,88,13)
#876723
(135,103,35)
#927639
(146,118,57)
#9D854F
(157,133,79)
#A89465
(168,148,101)
#B3A37B
(179,163,123)
#BEB291
(190,178,145)
#C9C1A7
(201,193,167)
#D4D0BD
(212,208,189)
#DFDFD3
(223,223,211)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C580D color. Also use rgb(124,88,13) instead hex code.

Text Font Color

.myTextColor { color: #7C580D; }

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

This text font color is #7C580D.

Background Color

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

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

This div background color is #7C580D.

Border color

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

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

This div border color is #7C580D.

Opacity

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

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

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

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

This text has shadow with #7C580D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C580D.

Preview

Color preview on black background

This text has color #7C580D on black background.


Color preview on white background

This text has color #7C580D on white background.


Black color preview on #7C580D background

This text has black color on #7C580D background.


White color preview on #7C580D background

This text has white color on #7C580D background.


Related colors

Complementary color

Complementary color for #hex is #83A7F2.


I love getcolorcode.com

Triadic colors

1 #0D7C58 and #580D7C with #7C580D are triadic colors.

2 #0D587C and #587C0D with #7C580D are triadic colors.