COLOR #7B7500

HEX: #7B7500
RGB: (123,117,0)

Color info

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

RGB color model

#7B7500 color RGB value is (123,117,0).

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

RGB channels and saturation

R 123 of 255 = 48%
G 117 of 255 = 46%
B 0 of 255 = 0%

123
117
0

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

Portions of RGB colors in percentages

R + G + B =
123 + 117 + 0 = 240 (100%)
R 123 of 240 ~ 51.25%
G 117 of 240 ~ 48.75%
B 0 of 240 ~ 0%

%51.25
%48.75

CMYK color model

#7B7500 color CMYK value is (0,5,100,52).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 100.00%
  • key color value is 51.76%
CMYK:
(0,5,100,52)
C0M5Y100K52 
(0%,5%,100%,52%)
(0.00/0.05/1.00/0.52)	

CMYK percentages

%0
%4.88
%100
%51.76

Codes

Color #7B7500 in popluar color models

7B7500
RGB1231170
HSL57°100.00%24.12%
HSB/HSV57°100.00%48.24%
CMYK0.00%4.88%100.00%
51.76%

Color #7B7500 in popluar number systems.

HEX7B7500
Decimal1231170
Binary111101111101010
Octal1731650

Shades and tints

Shades of #7B7500

#7B7500
(123,117,0)
#706B00
(112,107,0)
#656100
(101,97,0)
#5A5700
(90,87,0)
#4F4D00
(79,77,0)
#444300
(68,67,0)
#393900
(57,57,0)
#2E2F00
(46,47,0)
#232500
(35,37,0)
#181B00
(24,27,0)
#0D1100
(13,17,0)
#000000
(0,0,0)

Tints of #7B7500

#7B7500
(123,117,0)
#878117
(135,129,23)
#938D2E
(147,141,46)
#9F9945
(159,153,69)
#ABA55C
(171,165,92)
#B7B173
(183,177,115)
#C3BD8A
(195,189,138)
#CFC9A1
(207,201,161)
#DBD5B8
(219,213,184)
#E7E1CF
(231,225,207)
#F3EDE6
(243,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7500; }

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

This text font color is #7B7500.


Background Color

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

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

This div background color is #7B7500.


Border color

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

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

This div border color is #7B7500.


Opacity

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

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

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

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

This text has shadow with #7B7500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7500 on black background.


Color preview on white background

This text has color #7B7500 on white background.



Black color preview on #7B7500 background

This text has black color on #7B7500 background.


White color preview on #7B7500 background

This text has white color on #7B7500 background.