COLOR #7B620F

HEX: #7B620F
RGB: (123,98,15)

Color info

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

RGB color model

#7B620F color RGB value is (123,98,15).

  • red value is 123;
  • green value is 98;
  • blue value is 15.
RGB:
(123,98,15)
(48%,38%,6%)

RGB channels and saturation

R 123 of 255 = 48%
G 98 of 255 = 38%
B 15 of 255 = 6%

123
98
15

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

Portions of RGB colors in percentages

R + G + B =
123 + 98 + 15 = 236 (100%)
R 123 of 236 ~ 52.12%
G 98 of 236 ~ 41.53%
B 15 of 236 ~ 6.36%

%52.12
%41.53

CMYK color model

#7B620F color CMYK value is (0,20,88,52).

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 87.80%
  • key color value is 51.76%
CMYK:
(0,20,88,52)
C0M20Y88K52 
(0%,20%,88%,52%)
(0.00/0.20/0.88/0.52)	

CMYK percentages

%0
%20.33
%87.8
%51.76

Codes

Color #7B620F in popluar color models

7B620F
RGB1239815
HSL46°78.26%27.06%
HSB/HSV46°87.80%48.24%
CMYK0.00%20.33%87.80%
51.76%

Color #7B620F in popluar number systems.

HEX7B620F
Decimal1239815
Binary111101111000101111
Octal17314217

Shades and tints

Shades of #7B620F

#7B620F
(123,98,15)
#705A0E
(112,90,14)
#65520D
(101,82,13)
#5A4A0C
(90,74,12)
#4F420B
(79,66,11)
#443A0A
(68,58,10)
#393209
(57,50,9)
#2E2A08
(46,42,8)
#232207
(35,34,7)
#181A06
(24,26,6)
#0D1205
(13,18,5)
#000000
(0,0,0)

Tints of #7B620F

#7B620F
(123,98,15)
#877024
(135,112,36)
#937E39
(147,126,57)
#9F8C4E
(159,140,78)
#AB9A63
(171,154,99)
#B7A878
(183,168,120)
#C3B68D
(195,182,141)
#CFC4A2
(207,196,162)
#DBD2B7
(219,210,183)
#E7E0CC
(231,224,204)
#F3EEE1
(243,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B620F color. Also use rgb(123,98,15) instead hex code.

Text Font Color

.myTextColor { color: #7B620F; }

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

This text font color is #7B620F.


Background Color

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

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

This div background color is #7B620F.


Border color

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

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

This div border color is #7B620F.


Opacity

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

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

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

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

This text has shadow with #7B620F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B620F on black background.


Color preview on white background

This text has color #7B620F on white background.



Black color preview on #7B620F background

This text has black color on #7B620F background.


White color preview on #7B620F background

This text has white color on #7B620F background.