COLOR #7D4C0B

HEX: #7D4C0B
RGB: (125,76,11)

Color info

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

RGB color model

#7D4C0B color RGB value is (125,76,11).

  • red value is 125;
  • green value is 76;
  • blue value is 11.
RGB:
(125,76,11)
(49%,30%,4%)

RGB channels and saturation

R 125 of 255 = 49%
G 76 of 255 = 30%
B 11 of 255 = 4%

125
76
11

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

Portions of RGB colors in percentages

R + G + B =
125 + 76 + 11 = 212 (100%)
R 125 of 212 ~ 58.96%
G 76 of 212 ~ 35.85%
B 11 of 212 ~ 5.19%

%58.96
%35.85

CMYK color model

#7D4C0B color CMYK value is (0,39,91,51).

  • cyan value is 0.00%
  • magenta value is 39.20%
  • yellow value is 91.20%
  • key color value is 50.98%
CMYK:
(0,39,91,51)
C0M39Y91K51 
(0%,39%,91%,51%)
(0.00/0.39/0.91/0.51)	

CMYK percentages

%0
%39.2
%91.2
%50.98

Codes

Color #7D4C0B in popluar color models

7D4C0B
RGB1257611
HSL34°83.82%26.67%
HSB/HSV34°91.20%49.02%
CMYK0.00%39.20%91.20%
50.98%

Color #7D4C0B in popluar number systems.

HEX7D4C0B
Decimal1257611
Binary111110110011001011
Octal17511413

Shades and tints

Shades of #7D4C0B

#7D4C0B
(125,76,11)
#72460A
(114,70,10)
#674009
(103,64,9)
#5C3A08
(92,58,8)
#513407
(81,52,7)
#462E06
(70,46,6)
#3B2805
(59,40,5)
#302204
(48,34,4)
#251C03
(37,28,3)
#1A1602
(26,22,2)
#0F1001
(15,16,1)
#000000
(0,0,0)

Tints of #7D4C0B

#7D4C0B
(125,76,11)
#885C21
(136,92,33)
#936C37
(147,108,55)
#9E7C4D
(158,124,77)
#A98C63
(169,140,99)
#B49C79
(180,156,121)
#BFAC8F
(191,172,143)
#CABCA5
(202,188,165)
#D5CCBB
(213,204,187)
#E0DCD1
(224,220,209)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4C0B color. Also use rgb(125,76,11) instead hex code.

Text Font Color

.myTextColor { color: #7D4C0B; }

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

This text font color is #7D4C0B.


Background Color

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

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

This div background color is #7D4C0B.


Border color

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

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

This div border color is #7D4C0B.


Opacity

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

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

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

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

This text has shadow with #7D4C0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4C0B on black background.


Color preview on white background

This text has color #7D4C0B on white background.



Black color preview on #7D4C0B background

This text has black color on #7D4C0B background.


White color preview on #7D4C0B background

This text has white color on #7D4C0B background.