COLOR #7B5227

HEX: #7B5227
RGB: (123,82,39)

Color info

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

RGB color model

#7B5227 color RGB value is (123,82,39).

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

RGB channels and saturation

R 123 of 255 = 48%
G 82 of 255 = 32%
B 39 of 255 = 15%

123
82
39

R + G + B ~ 32%. #7B5227 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 82 + 39 = 244 (100%)
R 123 of 244 ~ 50.41%
G 82 of 244 ~ 33.61%
B 39 of 244 ~ 15.98%

%50.41
%33.61
%15.98

CMYK color model

#7B5227 color CMYK value is (0,33,68,52).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 68.29%
  • key color value is 51.76%
CMYK:
(0,33,68,52)
C0M33Y68K52 
(0%,33%,68%,52%)
(0.00/0.33/0.68/0.52)	

CMYK percentages

%0
%33.33
%68.29
%51.76

Codes

Color #7B5227 in popluar color models

7B5227
RGB1238239
HSL31°51.85%31.76%
HSB/HSV31°68.29%48.24%
CMYK0.00%33.33%68.29%
51.76%

Color #7B5227 in popluar number systems.

HEX7B5227
Decimal1238239
Binary11110111010010100111
Octal17312247

Shades and tints

Shades of #7B5227

#7B5227
(123,82,39)
#704B24
(112,75,36)
#654421
(101,68,33)
#5A3D1E
(90,61,30)
#4F361B
(79,54,27)
#442F18
(68,47,24)
#392815
(57,40,21)
#2E2112
(46,33,18)
#231A0F
(35,26,15)
#18130C
(24,19,12)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #7B5227

#7B5227
(123,82,39)
#87613A
(135,97,58)
#93704D
(147,112,77)
#9F7F60
(159,127,96)
#AB8E73
(171,142,115)
#B79D86
(183,157,134)
#C3AC99
(195,172,153)
#CFBBAC
(207,187,172)
#DBCABF
(219,202,191)
#E7D9D2
(231,217,210)
#F3E8E5
(243,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5227; }

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

This text font color is #7B5227.


Background Color

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

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

This div background color is #7B5227.


Border color

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

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

This div border color is #7B5227.


Opacity

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

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

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

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

This text has shadow with #7B5227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5227 on black background.


Color preview on white background

This text has color #7B5227 on white background.



Black color preview on #7B5227 background

This text has black color on #7B5227 background.


White color preview on #7B5227 background

This text has white color on #7B5227 background.