COLOR #7C652F

HEX: #7C652F
RGB: (124,101,47)

Color info

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

RGB color model

#7C652F color RGB value is (124,101,47).

  • red value is 124;
  • green value is 101;
  • blue value is 47.
RGB:
(124,101,47)
(49%,40%,18%)

RGB channels and saturation

R 124 of 255 = 49%
G 101 of 255 = 40%
B 47 of 255 = 18%

124
101
47

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

Portions of RGB colors in percentages

R + G + B =
124 + 101 + 47 = 272 (100%)
R 124 of 272 ~ 45.59%
G 101 of 272 ~ 37.13%
B 47 of 272 ~ 17.28%

%45.59
%37.13
%17.28

CMYK color model

#7C652F color CMYK value is (0,19,62,51).

  • cyan value is 0.00%
  • magenta value is 18.55%
  • yellow value is 62.10%
  • key color value is 51.37%
CMYK:
(0,19,62,51)
C0M19Y62K51 
(0%,19%,62%,51%)
(0.00/0.19/0.62/0.51)	

CMYK percentages

%0
%18.55
%62.1
%51.37

Codes

Color #7C652F in popluar color models

7C652F
RGB12410147
HSL42°45.03%33.53%
HSB/HSV42°62.10%48.63%
CMYK0.00%18.55%62.10%
51.37%

Color #7C652F in popluar number systems.

HEX7C652F
Decimal12410147
Binary11111001100101101111
Octal17414557

Shades and tints

Shades of #7C652F

#7C652F
(124,101,47)
#715C2B
(113,92,43)
#665327
(102,83,39)
#5B4A23
(91,74,35)
#50411F
(80,65,31)
#45381B
(69,56,27)
#3A2F17
(58,47,23)
#2F2613
(47,38,19)
#241D0F
(36,29,15)
#19140B
(25,20,11)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #7C652F

#7C652F
(124,101,47)
#877341
(135,115,65)
#928153
(146,129,83)
#9D8F65
(157,143,101)
#A89D77
(168,157,119)
#B3AB89
(179,171,137)
#BEB99B
(190,185,155)
#C9C7AD
(201,199,173)
#D4D5BF
(212,213,191)
#DFE3D1
(223,227,209)
#EAF1E3
(234,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C652F; }

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

This text font color is #7C652F.


Background Color

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

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

This div background color is #7C652F.


Border color

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

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

This div border color is #7C652F.


Opacity

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

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

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

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

This text has shadow with #7C652F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C652F on black background.


Color preview on white background

This text has color #7C652F on white background.



Black color preview on #7C652F background

This text has black color on #7C652F background.


White color preview on #7C652F background

This text has white color on #7C652F background.