COLOR #7C5338

HEX: #7C5338
RGB: (124,83,56)

Color info

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

RGB color model

#7C5338 color RGB value is (124,83,56).

  • red value is 124;
  • green value is 83;
  • blue value is 56.
RGB:
(124,83,56)
(49%,33%,22%)

RGB channels and saturation

R 124 of 255 = 49%
G 83 of 255 = 33%
B 56 of 255 = 22%

124
83
56

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

Portions of RGB colors in percentages

R + G + B =
124 + 83 + 56 = 263 (100%)
R 124 of 263 ~ 47.15%
G 83 of 263 ~ 31.56%
B 56 of 263 ~ 21.29%

%47.15
%31.56
%21.29

CMYK color model

#7C5338 color CMYK value is (0,33,55,51).

  • cyan value is 0.00%
  • magenta value is 33.06%
  • yellow value is 54.84%
  • key color value is 51.37%
CMYK:
(0,33,55,51)
C0M33Y55K51 
(0%,33%,55%,51%)
(0.00/0.33/0.55/0.51)	

CMYK percentages

%0
%33.06
%54.84
%51.37

Codes

Color #7C5338 in popluar color models

7C5338
RGB1248356
HSL24°37.78%35.29%
HSB/HSV24°54.84%48.63%
CMYK0.00%33.06%54.84%
51.37%

Color #7C5338 in popluar number systems.

HEX7C5338
Decimal1248356
Binary11111001010011111000
Octal17412370

Shades and tints

Shades of #7C5338

#7C5338
(124,83,56)
#714C33
(113,76,51)
#66452E
(102,69,46)
#5B3E29
(91,62,41)
#503724
(80,55,36)
#45301F
(69,48,31)
#3A291A
(58,41,26)
#2F2215
(47,34,21)
#241B10
(36,27,16)
#19140B
(25,20,11)
#0E0D06
(14,13,6)
#000000
(0,0,0)

Tints of #7C5338

#7C5338
(124,83,56)
#87624A
(135,98,74)
#92715C
(146,113,92)
#9D806E
(157,128,110)
#A88F80
(168,143,128)
#B39E92
(179,158,146)
#BEADA4
(190,173,164)
#C9BCB6
(201,188,182)
#D4CBC8
(212,203,200)
#DFDADA
(223,218,218)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5338 color. Also use rgb(124,83,56) instead hex code.

Text Font Color

.myTextColor { color: #7C5338; }

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

This text font color is #7C5338.


Background Color

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

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

This div background color is #7C5338.


Border color

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

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

This div border color is #7C5338.


Opacity

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

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

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

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

This text has shadow with #7C5338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5338 on black background.


Color preview on white background

This text has color #7C5338 on white background.



Black color preview on #7C5338 background

This text has black color on #7C5338 background.


White color preview on #7C5338 background

This text has white color on #7C5338 background.