COLOR #7B4C02

HEX: #7B4C02
RGB: (123,76,2)

Color info

#7B4C02 contains mainly red and green colors. Web safe color of #7B4C02 is #663300 (or #630).

RGB color model

#7B4C02 color RGB value is (123,76,2).

  • red value is 123;
  • green value is 76;
  • blue value is 2.
RGB:
(123,76,2)
(48%,30%,1%)

RGB channels and saturation

R 123 of 255 = 48%
G 76 of 255 = 30%
B 2 of 255 = 1%

123
76
2

R + G + B ~ 26%. #7B4C02 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 76 + 2 = 201 (100%)
R 123 of 201 ~ 61.19%
G 76 of 201 ~ 37.81%
B 2 of 201 ~ 1%

%61.19
%37.81

CMYK color model

#7B4C02 color CMYK value is (0,38,98,52).

  • cyan value is 0.00%
  • magenta value is 38.21%
  • yellow value is 98.37%
  • key color value is 51.76%
CMYK:
(0,38,98,52)
C0M38Y98K52 
(0%,38%,98%,52%)
(0.00/0.38/0.98/0.52)	

CMYK percentages

%0
%38.21
%98.37
%51.76

Codes

Color #7B4C02 in popluar color models

7B4C02
RGB123762
HSL37°96.80%24.51%
HSB/HSV37°98.37%48.24%
CMYK0.00%38.21%98.37%
51.76%

Color #7B4C02 in popluar number systems.

HEX7B4C02
Decimal123762
Binary1111011100110010
Octal1731142

Shades and tints

Shades of #7B4C02

#7B4C02
(123,76,2)
#704602
(112,70,2)
#654002
(101,64,2)
#5A3A02
(90,58,2)
#4F3402
(79,52,2)
#442E02
(68,46,2)
#392802
(57,40,2)
#2E2202
(46,34,2)
#231C02
(35,28,2)
#181602
(24,22,2)
#0D1002
(13,16,2)
#000000
(0,0,0)

Tints of #7B4C02

#7B4C02
(123,76,2)
#875C19
(135,92,25)
#936C30
(147,108,48)
#9F7C47
(159,124,71)
#AB8C5E
(171,140,94)
#B79C75
(183,156,117)
#C3AC8C
(195,172,140)
#CFBCA3
(207,188,163)
#DBCCBA
(219,204,186)
#E7DCD1
(231,220,209)
#F3ECE8
(243,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4C02 color. Also use rgb(123,76,2) instead hex code.

Text Font Color

.myTextColor { color: #7B4C02; }

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

This text font color is #7B4C02.


Background Color

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

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

This div background color is #7B4C02.


Border color

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

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

This div border color is #7B4C02.


Opacity

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

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

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

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

This text has shadow with #7B4C02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4C02 on black background.


Color preview on white background

This text has color #7B4C02 on white background.



Black color preview on #7B4C02 background

This text has black color on #7B4C02 background.


White color preview on #7B4C02 background

This text has white color on #7B4C02 background.