COLOR #7B4B27

HEX: #7B4B27
RGB: (123,75,39)

Color info

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

RGB color model

#7B4B27 color RGB value is (123,75,39).

  • red value is 123;
  • green value is 75;
  • blue value is 39.
RGB:
(123,75,39)
(48%,29%,15%)

RGB channels and saturation

R 123 of 255 = 48%
G 75 of 255 = 29%
B 39 of 255 = 15%

123
75
39

R + G + B ~ 31%. #7B4B27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 75 + 39 = 237 (100%)
R 123 of 237 ~ 51.9%
G 75 of 237 ~ 31.65%
B 39 of 237 ~ 16.46%

%51.9
%31.65
%16.46

CMYK color model

#7B4B27 color CMYK value is (0,39,68,52).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 68.29%
  • key color value is 51.76%
CMYK:
(0,39,68,52)
C0M39Y68K52 
(0%,39%,68%,52%)
(0.00/0.39/0.68/0.52)	

CMYK percentages

%0
%39.02
%68.29
%51.76

Codes

Color #7B4B27 in popluar color models

7B4B27
RGB1237539
HSL26°51.85%31.76%
HSB/HSV26°68.29%48.24%
CMYK0.00%39.02%68.29%
51.76%

Color #7B4B27 in popluar number systems.

HEX7B4B27
Decimal1237539
Binary11110111001011100111
Octal17311347

Shades and tints

Shades of #7B4B27

#7B4B27
(123,75,39)
#704524
(112,69,36)
#653F21
(101,63,33)
#5A391E
(90,57,30)
#4F331B
(79,51,27)
#442D18
(68,45,24)
#392715
(57,39,21)
#2E2112
(46,33,18)
#231B0F
(35,27,15)
#18150C
(24,21,12)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #7B4B27

#7B4B27
(123,75,39)
#875B3A
(135,91,58)
#936B4D
(147,107,77)
#9F7B60
(159,123,96)
#AB8B73
(171,139,115)
#B79B86
(183,155,134)
#C3AB99
(195,171,153)
#CFBBAC
(207,187,172)
#DBCBBF
(219,203,191)
#E7DBD2
(231,219,210)
#F3EBE5
(243,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4B27 color. Also use rgb(123,75,39) instead hex code.

Text Font Color

.myTextColor { color: #7B4B27; }

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

This text font color is #7B4B27.


Background Color

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

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

This div background color is #7B4B27.


Border color

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

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

This div border color is #7B4B27.


Opacity

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

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

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

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

This text has shadow with #7B4B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4B27 on black background.


Color preview on white background

This text has color #7B4B27 on white background.



Black color preview on #7B4B27 background

This text has black color on #7B4B27 background.


White color preview on #7B4B27 background

This text has white color on #7B4B27 background.