COLOR #7B5D00

HEX: #7B5D00
RGB: (123,93,0)

Color info

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

RGB color model

#7B5D00 color RGB value is (123,93,0).

  • red value is 123;
  • green value is 93;
  • blue value is 0.
RGB:
(123,93,0)
(48%,36%,0%)

RGB channels and saturation

R 123 of 255 = 48%
G 93 of 255 = 36%
B 0 of 255 = 0%

123
93
0

R + G + B ~ 28%. #7B5D00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 93 + 0 = 216 (100%)
R 123 of 216 ~ 56.94%
G 93 of 216 ~ 43.06%
B 0 of 216 ~ 0%

%56.94
%43.06

CMYK color model

#7B5D00 color CMYK value is (0,24,100,52).

  • cyan value is 0.00%
  • magenta value is 24.39%
  • yellow value is 100.00%
  • key color value is 51.76%
CMYK:
(0,24,100,52)
C0M24Y100K52 
(0%,24%,100%,52%)
(0.00/0.24/1.00/0.52)	

CMYK percentages

%0
%24.39
%100
%51.76

Codes

Color #7B5D00 in popluar color models

7B5D00
RGB123930
HSL45°100.00%24.12%
HSB/HSV45°100.00%48.24%
CMYK0.00%24.39%100.00%
51.76%

Color #7B5D00 in popluar number systems.

HEX7B5D00
Decimal123930
Binary111101110111010
Octal1731350

Shades and tints

Shades of #7B5D00

#7B5D00
(123,93,0)
#705500
(112,85,0)
#654D00
(101,77,0)
#5A4500
(90,69,0)
#4F3D00
(79,61,0)
#443500
(68,53,0)
#392D00
(57,45,0)
#2E2500
(46,37,0)
#231D00
(35,29,0)
#181500
(24,21,0)
#0D0D00
(13,13,0)
#000000
(0,0,0)

Tints of #7B5D00

#7B5D00
(123,93,0)
#876B17
(135,107,23)
#93792E
(147,121,46)
#9F8745
(159,135,69)
#AB955C
(171,149,92)
#B7A373
(183,163,115)
#C3B18A
(195,177,138)
#CFBFA1
(207,191,161)
#DBCDB8
(219,205,184)
#E7DBCF
(231,219,207)
#F3E9E6
(243,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5D00 color. Also use rgb(123,93,0) instead hex code.

Text Font Color

.myTextColor { color: #7B5D00; }

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

This text font color is #7B5D00.


Background Color

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

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

This div background color is #7B5D00.


Border color

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

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

This div border color is #7B5D00.


Opacity

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

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

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

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

This text has shadow with #7B5D00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5D00 on black background.


Color preview on white background

This text has color #7B5D00 on white background.



Black color preview on #7B5D00 background

This text has black color on #7B5D00 background.


White color preview on #7B5D00 background

This text has white color on #7B5D00 background.