COLOR #7D3B00

HEX: #7D3B00
RGB: (125,59,0)

Color info

#7D3B00 contains mainly red color. Web safe color of #7D3B00 is #663300 (or #630).

RGB color model

#7D3B00 color RGB value is (125,59,0).

  • red value is 125;
  • green value is 59;
  • blue value is 0.
RGB:
(125,59,0)
(49%,23%,0%)

RGB channels and saturation

R 125 of 255 = 49%
G 59 of 255 = 23%
B 0 of 255 = 0%

125
59
0

R + G + B ~ 24%. #7D3B00 is dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 59 + 0 = 184 (100%)
R 125 of 184 ~ 67.93%
G 59 of 184 ~ 32.07%
B 0 of 184 ~ 0%

%67.93
%32.07

CMYK color model

#7D3B00 color CMYK value is (0,53,100,51).

  • cyan value is 0.00%
  • magenta value is 52.80%
  • yellow value is 100.00%
  • key color value is 50.98%
CMYK:
(0,53,100,51)
C0M53Y100K51 
(0%,53%,100%,51%)
(0.00/0.53/1.00/0.51)	

CMYK percentages

%0
%52.8
%100
%50.98

Codes

Color #7D3B00 in popluar color models

7D3B00
RGB125590
HSL28°100.00%24.51%
HSB/HSV28°100.00%49.02%
CMYK0.00%52.80%100.00%
50.98%

Color #7D3B00 in popluar number systems.

HEX7D3B00
Decimal125590
Binary11111011110110
Octal175730

Shades and tints

Shades of #7D3B00

#7D3B00
(125,59,0)
#723600
(114,54,0)
#673100
(103,49,0)
#5C2C00
(92,44,0)
#512700
(81,39,0)
#462200
(70,34,0)
#3B1D00
(59,29,0)
#301800
(48,24,0)
#251300
(37,19,0)
#1A0E00
(26,14,0)
#0F0900
(15,9,0)
#000000
(0,0,0)

Tints of #7D3B00

#7D3B00
(125,59,0)
#884C17
(136,76,23)
#935D2E
(147,93,46)
#9E6E45
(158,110,69)
#A97F5C
(169,127,92)
#B49073
(180,144,115)
#BFA18A
(191,161,138)
#CAB2A1
(202,178,161)
#D5C3B8
(213,195,184)
#E0D4CF
(224,212,207)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3B00 color. Also use rgb(125,59,0) instead hex code.

Text Font Color

.myTextColor { color: #7D3B00; }

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

This text font color is #7D3B00.


Background Color

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

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

This div background color is #7D3B00.


Border color

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

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

This div border color is #7D3B00.


Opacity

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

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

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

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

This text has shadow with #7D3B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3B00 on black background.


Color preview on white background

This text has color #7D3B00 on white background.



Black color preview on #7D3B00 background

This text has black color on #7D3B00 background.


White color preview on #7D3B00 background

This text has white color on #7D3B00 background.