COLOR #7C4427

HEX: #7C4427
RGB: (124,68,39)

Color info

#7C4427 contains mainly red and green colors. Web safe color of #7C4427 is #663333 (or #633).

RGB color model

#7C4427 color RGB value is (124,68,39).

  • red value is 124;
  • green value is 68;
  • blue value is 39.
RGB:
(124,68,39)
(49%,27%,15%)

RGB channels and saturation

R 124 of 255 = 49%
G 68 of 255 = 27%
B 39 of 255 = 15%

124
68
39

R + G + B ~ 30%. #7C4427 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 68 + 39 = 231 (100%)
R 124 of 231 ~ 53.68%
G 68 of 231 ~ 29.44%
B 39 of 231 ~ 16.88%

%53.68
%29.44
%16.88

CMYK color model

#7C4427 color CMYK value is (0,45,69,51).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 68.55%
  • key color value is 51.37%
CMYK:
(0,45,69,51)
C0M45Y69K51 
(0%,45%,69%,51%)
(0.00/0.45/0.69/0.51)	

CMYK percentages

%0
%45.16
%68.55
%51.37

Codes

Color #7C4427 in popluar color models

7C4427
RGB1246839
HSL20°52.15%31.96%
HSB/HSV20°68.55%48.63%
CMYK0.00%45.16%68.55%
51.37%

Color #7C4427 in popluar number systems.

HEX7C4427
Decimal1246839
Binary11111001000100100111
Octal17410447

Shades and tints

Shades of #7C4427

#7C4427
(124,68,39)
#713E24
(113,62,36)
#663821
(102,56,33)
#5B321E
(91,50,30)
#502C1B
(80,44,27)
#452618
(69,38,24)
#3A2015
(58,32,21)
#2F1A12
(47,26,18)
#24140F
(36,20,15)
#190E0C
(25,14,12)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #7C4427

#7C4427
(124,68,39)
#87553A
(135,85,58)
#92664D
(146,102,77)
#9D7760
(157,119,96)
#A88873
(168,136,115)
#B39986
(179,153,134)
#BEAA99
(190,170,153)
#C9BBAC
(201,187,172)
#D4CCBF
(212,204,191)
#DFDDD2
(223,221,210)
#EAEEE5
(234,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4427 color. Also use rgb(124,68,39) instead hex code.

Text Font Color

.myTextColor { color: #7C4427; }

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

This text font color is #7C4427.


Background Color

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

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

This div background color is #7C4427.


Border color

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

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

This div border color is #7C4427.


Opacity

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

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

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

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

This text has shadow with #7C4427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4427 on black background.


Color preview on white background

This text has color #7C4427 on white background.



Black color preview on #7C4427 background

This text has black color on #7C4427 background.


White color preview on #7C4427 background

This text has white color on #7C4427 background.