COLOR #7C663E

HEX: #7C663E
RGB: (124,102,62)

Color info

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

RGB color model

#7C663E color RGB value is (124,102,62).

  • red value is 124;
  • green value is 102;
  • blue value is 62.
RGB:
(124,102,62)
(49%,40%,24%)

RGB channels and saturation

R 124 of 255 = 49%
G 102 of 255 = 40%
B 62 of 255 = 24%

124
102
62

R + G + B ~ 38%. #7C663E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 102 + 62 = 288 (100%)
R 124 of 288 ~ 43.06%
G 102 of 288 ~ 35.42%
B 62 of 288 ~ 21.53%

%43.06
%35.42
%21.53

CMYK color model

#7C663E color CMYK value is (0,18,50,51).

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 50.00%
  • key color value is 51.37%
CMYK:
(0,18,50,51)
C0M18Y50K51 
(0%,18%,50%,51%)
(0.00/0.18/0.50/0.51)	

CMYK percentages

%0
%17.74
%50
%51.37

Codes

Color #7C663E in popluar color models

7C663E
RGB12410262
HSL39°33.33%36.47%
HSB/HSV39°50.00%48.63%
CMYK0.00%17.74%50.00%
51.37%

Color #7C663E in popluar number systems.

HEX7C663E
Decimal12410262
Binary11111001100110111110
Octal17414676

Shades and tints

Shades of #7C663E

#7C663E
(124,102,62)
#715D39
(113,93,57)
#665434
(102,84,52)
#5B4B2F
(91,75,47)
#50422A
(80,66,42)
#453925
(69,57,37)
#3A3020
(58,48,32)
#2F271B
(47,39,27)
#241E16
(36,30,22)
#191511
(25,21,17)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #7C663E

#7C663E
(124,102,62)
#87734F
(135,115,79)
#928060
(146,128,96)
#9D8D71
(157,141,113)
#A89A82
(168,154,130)
#B3A793
(179,167,147)
#BEB4A4
(190,180,164)
#C9C1B5
(201,193,181)
#D4CEC6
(212,206,198)
#DFDBD7
(223,219,215)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C663E color. Also use rgb(124,102,62) instead hex code.

Text Font Color

.myTextColor { color: #7C663E; }

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

This text font color is #7C663E.


Background Color

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

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

This div background color is #7C663E.


Border color

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

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

This div border color is #7C663E.


Opacity

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

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

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

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

This text has shadow with #7C663E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C663E on black background.


Color preview on white background

This text has color #7C663E on white background.



Black color preview on #7C663E background

This text has black color on #7C663E background.


White color preview on #7C663E background

This text has white color on #7C663E background.