COLOR #7B5C10

HEX: #7B5C10
RGB: (123,92,16)

Color info

#7B5C10 contains mainly red and green colors. Web safe color of #7B5C10 is #666600 (or #660).

RGB color model

#7B5C10 color RGB value is (123,92,16).

  • red value is 123;
  • green value is 92;
  • blue value is 16.
RGB:
(123,92,16)
(48%,36%,6%)

RGB channels and saturation

R 123 of 255 = 48%
G 92 of 255 = 36%
B 16 of 255 = 6%

123
92
16

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

Portions of RGB colors in percentages

R + G + B =
123 + 92 + 16 = 231 (100%)
R 123 of 231 ~ 53.25%
G 92 of 231 ~ 39.83%
B 16 of 231 ~ 6.93%

%53.25
%39.83

CMYK color model

#7B5C10 color CMYK value is (0,25,87,52).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 86.99%
  • key color value is 51.76%
CMYK:
(0,25,87,52)
C0M25Y87K52 
(0%,25%,87%,52%)
(0.00/0.25/0.87/0.52)	

CMYK percentages

%0
%25.2
%86.99
%51.76

Codes

Color #7B5C10 in popluar color models

7B5C10
RGB1239216
HSL43°76.98%27.25%
HSB/HSV43°86.99%48.24%
CMYK0.00%25.20%86.99%
51.76%

Color #7B5C10 in popluar number systems.

HEX7B5C10
Decimal1239216
Binary1111011101110010000
Octal17313420

Shades and tints

Shades of #7B5C10

#7B5C10
(123,92,16)
#70540F
(112,84,15)
#654C0E
(101,76,14)
#5A440D
(90,68,13)
#4F3C0C
(79,60,12)
#44340B
(68,52,11)
#392C0A
(57,44,10)
#2E2409
(46,36,9)
#231C08
(35,28,8)
#181407
(24,20,7)
#0D0C06
(13,12,6)
#000000
(0,0,0)

Tints of #7B5C10

#7B5C10
(123,92,16)
#876A25
(135,106,37)
#93783A
(147,120,58)
#9F864F
(159,134,79)
#AB9464
(171,148,100)
#B7A279
(183,162,121)
#C3B08E
(195,176,142)
#CFBEA3
(207,190,163)
#DBCCB8
(219,204,184)
#E7DACD
(231,218,205)
#F3E8E2
(243,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5C10 color. Also use rgb(123,92,16) instead hex code.

Text Font Color

.myTextColor { color: #7B5C10; }

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

This text font color is #7B5C10.


Background Color

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

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

This div background color is #7B5C10.


Border color

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

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

This div border color is #7B5C10.


Opacity

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

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

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

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

This text has shadow with #7B5C10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5C10 on black background.


Color preview on white background

This text has color #7B5C10 on white background.



Black color preview on #7B5C10 background

This text has black color on #7B5C10 background.


White color preview on #7B5C10 background

This text has white color on #7B5C10 background.