COLOR #7C663A

HEX: #7C663A
RGB: (124,102,58)

Color info

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

RGB color model

#7C663A color RGB value is (124,102,58).

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

RGB channels and saturation

R 124 of 255 = 49%
G 102 of 255 = 40%
B 58 of 255 = 23%

124
102
58

R + G + B ~ 37%. #7C663A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 102 + 58 = 284 (100%)
R 124 of 284 ~ 43.66%
G 102 of 284 ~ 35.92%
B 58 of 284 ~ 20.42%

%43.66
%35.92
%20.42

CMYK color model

#7C663A color CMYK value is (0,18,53,51).

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 53.23%
  • key color value is 51.37%
CMYK:
(0,18,53,51)
C0M18Y53K51 
(0%,18%,53%,51%)
(0.00/0.18/0.53/0.51)	

CMYK percentages

%0
%17.74
%53.23
%51.37

Codes

Color #7C663A in popluar color models

7C663A
RGB12410258
HSL40°36.26%35.69%
HSB/HSV40°53.23%48.63%
CMYK0.00%17.74%53.23%
51.37%

Color #7C663A in popluar number systems.

HEX7C663A
Decimal12410258
Binary11111001100110111010
Octal17414672

Shades and tints

Shades of #7C663A

#7C663A
(124,102,58)
#715D35
(113,93,53)
#665430
(102,84,48)
#5B4B2B
(91,75,43)
#504226
(80,66,38)
#453921
(69,57,33)
#3A301C
(58,48,28)
#2F2717
(47,39,23)
#241E12
(36,30,18)
#19150D
(25,21,13)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #7C663A

#7C663A
(124,102,58)
#87734B
(135,115,75)
#92805C
(146,128,92)
#9D8D6D
(157,141,109)
#A89A7E
(168,154,126)
#B3A78F
(179,167,143)
#BEB4A0
(190,180,160)
#C9C1B1
(201,193,177)
#D4CEC2
(212,206,194)
#DFDBD3
(223,219,211)
#EAE8E4
(234,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C663A; }

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

This text font color is #7C663A.


Background Color

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

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

This div background color is #7C663A.


Border color

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

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

This div border color is #7C663A.


Opacity

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

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

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

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

This text has shadow with #7C663A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C663A on black background.


Color preview on white background

This text has color #7C663A on white background.



Black color preview on #7C663A background

This text has black color on #7C663A background.


White color preview on #7C663A background

This text has white color on #7C663A background.