COLOR #7C443D

HEX: #7C443D
RGB: (124,68,61)

Color info

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

RGB color model

#7C443D color RGB value is (124,68,61).

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

RGB channels and saturation

R 124 of 255 = 49%
G 68 of 255 = 27%
B 61 of 255 = 24%

124
68
61

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

Portions of RGB colors in percentages

R + G + B =
124 + 68 + 61 = 253 (100%)
R 124 of 253 ~ 49.01%
G 68 of 253 ~ 26.88%
B 61 of 253 ~ 24.11%

%49.01
%26.88
%24.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 50.81%
  • key color value is 51.37%
CMYK:
(0,45,51,51)
C0M45Y51K51 
(0%,45%,51%,51%)
(0.00/0.45/0.51/0.51)	

CMYK percentages

%0
%45.16
%50.81
%51.37

Codes

Color #7C443D in popluar color models

7C443D
RGB1246861
HSL34.05%36.27%
HSB/HSV50.81%48.63%
CMYK0.00%45.16%50.81%
51.37%

Color #7C443D in popluar number systems.

HEX7C443D
Decimal1246861
Binary11111001000100111101
Octal17410475

Shades and tints

Shades of #7C443D

#7C443D
(124,68,61)
#713E38
(113,62,56)
#663833
(102,56,51)
#5B322E
(91,50,46)
#502C29
(80,44,41)
#452624
(69,38,36)
#3A201F
(58,32,31)
#2F1A1A
(47,26,26)
#241415
(36,20,21)
#190E10
(25,14,16)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #7C443D

#7C443D
(124,68,61)
#87554E
(135,85,78)
#92665F
(146,102,95)
#9D7770
(157,119,112)
#A88881
(168,136,129)
#B39992
(179,153,146)
#BEAAA3
(190,170,163)
#C9BBB4
(201,187,180)
#D4CCC5
(212,204,197)
#DFDDD6
(223,221,214)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C443D; }

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

This text font color is #7C443D.


Background Color

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

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

This div background color is #7C443D.


Border color

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

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

This div border color is #7C443D.


Opacity

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

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

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

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

This text has shadow with #7C443D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C443D on black background.


Color preview on white background

This text has color #7C443D on white background.



Black color preview on #7C443D background

This text has black color on #7C443D background.


White color preview on #7C443D background

This text has white color on #7C443D background.