COLOR #7B4C39

HEX: #7B4C39
RGB: (123,76,57)

Color info

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

RGB color model

#7B4C39 color RGB value is (123,76,57).

  • red value is 123;
  • green value is 76;
  • blue value is 57.
RGB:
(123,76,57)
(48%,30%,22%)

RGB channels and saturation

R 123 of 255 = 48%
G 76 of 255 = 30%
B 57 of 255 = 22%

123
76
57

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

Portions of RGB colors in percentages

R + G + B =
123 + 76 + 57 = 256 (100%)
R 123 of 256 ~ 48.05%
G 76 of 256 ~ 29.69%
B 57 of 256 ~ 22.27%

%48.05
%29.69
%22.27

CMYK color model

#7B4C39 color CMYK value is (0,38,54,52).

  • cyan value is 0.00%
  • magenta value is 38.21%
  • yellow value is 53.66%
  • key color value is 51.76%
CMYK:
(0,38,54,52)
C0M38Y54K52 
(0%,38%,54%,52%)
(0.00/0.38/0.54/0.52)	

CMYK percentages

%0
%38.21
%53.66
%51.76

Codes

Color #7B4C39 in popluar color models

7B4C39
RGB1237657
HSL17°36.67%35.29%
HSB/HSV17°53.66%48.24%
CMYK0.00%38.21%53.66%
51.76%

Color #7B4C39 in popluar number systems.

HEX7B4C39
Decimal1237657
Binary11110111001100111001
Octal17311471

Shades and tints

Shades of #7B4C39

#7B4C39
(123,76,57)
#704634
(112,70,52)
#65402F
(101,64,47)
#5A3A2A
(90,58,42)
#4F3425
(79,52,37)
#442E20
(68,46,32)
#39281B
(57,40,27)
#2E2216
(46,34,22)
#231C11
(35,28,17)
#18160C
(24,22,12)
#0D1007
(13,16,7)
#000000
(0,0,0)

Tints of #7B4C39

#7B4C39
(123,76,57)
#875C4B
(135,92,75)
#936C5D
(147,108,93)
#9F7C6F
(159,124,111)
#AB8C81
(171,140,129)
#B79C93
(183,156,147)
#C3ACA5
(195,172,165)
#CFBCB7
(207,188,183)
#DBCCC9
(219,204,201)
#E7DCDB
(231,220,219)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4C39 color. Also use rgb(123,76,57) instead hex code.

Text Font Color

.myTextColor { color: #7B4C39; }

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

This text font color is #7B4C39.


Background Color

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

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

This div background color is #7B4C39.


Border color

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

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

This div border color is #7B4C39.


Opacity

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

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

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

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

This text has shadow with #7B4C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4C39 on black background.


Color preview on white background

This text has color #7B4C39 on white background.



Black color preview on #7B4C39 background

This text has black color on #7B4C39 background.


White color preview on #7B4C39 background

This text has white color on #7B4C39 background.