COLOR #7C612F

HEX: #7C612F RGB: (124,97,47)

Color info

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

RGB color model

#7C612F color RGB value is (124,97,47).

RGB: (124,97,47) (49%, 38%, 18%)

RGB channels and saturation

R 124 of 255 = 49%
G 97 of 255 = 38%
B 47 of 255 = 18%

124
97
47

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

Portions of RGB colors in percentages

R + G + B = 124 + 97 + 47 = 268 (100%)
R 124 of 268 ~ 46.27%
G 97 of 268 ~ 36.19%
B 47 of 268 ~ 17.54'%

%46.27
%36.19
%17.54

CMYK color model

#7C612F color CMYK value is (0,22,62,51).

  • cyan value is 0.00%
  • magenta value is 21.77%
  • yellow value is 62.10%
  • key color value is 51.37%

CMYK: (0,22,62,51)
C0M22Y62K51 (0%, 22%, 62%, 51%)
(0.00 / 0.22 / 0.62 / 0.51)

CMYK percentages

%0
%21.77
%62.1
%51.37

Codes

Color #7C612F in popluar color models

7C 61 2F
RGB 124 97 47
HSL 39° 45.03% 33.53%
HSB/HSV 39° 62.10% 48.63%
CMYK 0.00% 21.77% 62.10%
51.37%

Color #7C612F in popluar number systems.

HEX 7C 61 2F
Decimal 124 97 47
Binary 1111100 1100001 101111
Octal 174 141 57

Shades and tints

Shades of #7C612F

#7C612F
(124,97,47)
#71592B
(113,89,43)
#665127
(102,81,39)
#5B4923
(91,73,35)
#50411F
(80,65,31)
#45391B
(69,57,27)
#3A3117
(58,49,23)
#2F2913
(47,41,19)
#24210F
(36,33,15)
#19190B
(25,25,11)
#0E1107
(14,17,7)
#000000
(0,0,0)

Tints of #7C612F

#7C612F
(124,97,47)
#876F41
(135,111,65)
#927D53
(146,125,83)
#9D8B65
(157,139,101)
#A89977
(168,153,119)
#B3A789
(179,167,137)
#BEB59B
(190,181,155)
#C9C3AD
(201,195,173)
#D4D1BF
(212,209,191)
#DFDFD1
(223,223,209)
#EAEDE3
(234,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C612F color. Also use rgb(124,97,47) instead hex code.

Text Font Color

.myTextColor { color: #7C612F; }

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

This text font color is #7C612F.

Background Color

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

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

This div background color is #7C612F.

Border color

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

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

This div border color is #7C612F.

Opacity

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

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

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

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

This text has shadow with #7C612F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C612F.

Preview

Color preview on black background

This text has color #7C612F on black background.


Color preview on white background

This text has color #7C612F on white background.


Black color preview on #7C612F background

This text has black color on #7C612F background.


White color preview on #7C612F background

This text has white color on #7C612F background.


Related colors

Complementary color

Complementary color for #hex is #839ED0.


I love getcolorcode.com

Triadic colors

1 #2F7C61 and #612F7C with #7C612F are triadic colors.

2 #2F617C and #617C2F with #7C612F are triadic colors.