COLOR #7C5826

HEX: #7C5826
RGB: (124,88,38)

Color info

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

RGB color model

#7C5826 color RGB value is (124,88,38).

  • red value is 124;
  • green value is 88;
  • blue value is 38.
RGB:
(124,88,38)
(49%,35%,15%)

RGB channels and saturation

R 124 of 255 = 49%
G 88 of 255 = 35%
B 38 of 255 = 15%

124
88
38

R + G + B ~ 33%. #7C5826 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 88 + 38 = 250 (100%)
R 124 of 250 ~ 49.6%
G 88 of 250 ~ 35.2%
B 38 of 250 ~ 15.2%

%49.6
%35.2
%15.2

CMYK color model

#7C5826 color CMYK value is (0,29,69,51).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 69.35%
  • key color value is 51.37%
CMYK:
(0,29,69,51)
C0M29Y69K51 
(0%,29%,69%,51%)
(0.00/0.29/0.69/0.51)	

CMYK percentages

%0
%29.03
%69.35
%51.37

Codes

Color #7C5826 in popluar color models

7C5826
RGB1248838
HSL35°53.09%31.76%
HSB/HSV35°69.35%48.63%
CMYK0.00%29.03%69.35%
51.37%

Color #7C5826 in popluar number systems.

HEX7C5826
Decimal1248838
Binary11111001011000100110
Octal17413046

Shades and tints

Shades of #7C5826

#7C5826
(124,88,38)
#715023
(113,80,35)
#664820
(102,72,32)
#5B401D
(91,64,29)
#50381A
(80,56,26)
#453017
(69,48,23)
#3A2814
(58,40,20)
#2F2011
(47,32,17)
#24180E
(36,24,14)
#19100B
(25,16,11)
#0E0808
(14,8,8)
#000000
(0,0,0)

Tints of #7C5826

#7C5826
(124,88,38)
#876739
(135,103,57)
#92764C
(146,118,76)
#9D855F
(157,133,95)
#A89472
(168,148,114)
#B3A385
(179,163,133)
#BEB298
(190,178,152)
#C9C1AB
(201,193,171)
#D4D0BE
(212,208,190)
#DFDFD1
(223,223,209)
#EAEEE4
(234,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5826 color. Also use rgb(124,88,38) instead hex code.

Text Font Color

.myTextColor { color: #7C5826; }

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

This text font color is #7C5826.


Background Color

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

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

This div background color is #7C5826.


Border color

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

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

This div border color is #7C5826.


Opacity

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

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

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

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

This text has shadow with #7C5826 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5826 on black background.


Color preview on white background

This text has color #7C5826 on white background.



Black color preview on #7C5826 background

This text has black color on #7C5826 background.


White color preview on #7C5826 background

This text has white color on #7C5826 background.