COLOR #7D3C08

HEX: #7D3C08
RGB: (125,60,8)

Color info

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

RGB color model

#7D3C08 color RGB value is (125,60,8).

  • red value is 125;
  • green value is 60;
  • blue value is 8.
RGB:
(125,60,8)
(49%,24%,3%)

RGB channels and saturation

R 125 of 255 = 49%
G 60 of 255 = 24%
B 8 of 255 = 3%

125
60
8

R + G + B ~ 25%. #7D3C08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 60 + 8 = 193 (100%)
R 125 of 193 ~ 64.77%
G 60 of 193 ~ 31.09%
B 8 of 193 ~ 4.15%

%64.77
%31.09

CMYK color model

#7D3C08 color CMYK value is (0,52,94,51).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 93.60%
  • key color value is 50.98%
CMYK:
(0,52,94,51)
C0M52Y94K51 
(0%,52%,94%,51%)
(0.00/0.52/0.94/0.51)	

CMYK percentages

%0
%52
%93.6
%50.98

Codes

Color #7D3C08 in popluar color models

7D3C08
RGB125608
HSL27°87.97%26.08%
HSB/HSV27°93.60%49.02%
CMYK0.00%52.00%93.60%
50.98%

Color #7D3C08 in popluar number systems.

HEX7D3C08
Decimal125608
Binary11111011111001000
Octal1757410

Shades and tints

Shades of #7D3C08

#7D3C08
(125,60,8)
#723708
(114,55,8)
#673208
(103,50,8)
#5C2D08
(92,45,8)
#512808
(81,40,8)
#462308
(70,35,8)
#3B1E08
(59,30,8)
#301908
(48,25,8)
#251408
(37,20,8)
#1A0F08
(26,15,8)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #7D3C08

#7D3C08
(125,60,8)
#884D1E
(136,77,30)
#935E34
(147,94,52)
#9E6F4A
(158,111,74)
#A98060
(169,128,96)
#B49176
(180,145,118)
#BFA28C
(191,162,140)
#CAB3A2
(202,179,162)
#D5C4B8
(213,196,184)
#E0D5CE
(224,213,206)
#EBE6E4
(235,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3C08 color. Also use rgb(125,60,8) instead hex code.

Text Font Color

.myTextColor { color: #7D3C08; }

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

This text font color is #7D3C08.


Background Color

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

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

This div background color is #7D3C08.


Border color

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

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

This div border color is #7D3C08.


Opacity

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

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

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

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

This text has shadow with #7D3C08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3C08 on black background.


Color preview on white background

This text has color #7D3C08 on white background.



Black color preview on #7D3C08 background

This text has black color on #7D3C08 background.


White color preview on #7D3C08 background

This text has white color on #7D3C08 background.