COLOR #7D5812

HEX: #7D5812
RGB: (125,88,18)

Color info

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

RGB color model

#7D5812 color RGB value is (125,88,18).

  • red value is 125;
  • green value is 88;
  • blue value is 18.
RGB:
(125,88,18)
(49%,35%,7%)

RGB channels and saturation

R 125 of 255 = 49%
G 88 of 255 = 35%
B 18 of 255 = 7%

125
88
18

R + G + B ~ 30%. #7D5812 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 88 + 18 = 231 (100%)
R 125 of 231 ~ 54.11%
G 88 of 231 ~ 38.1%
B 18 of 231 ~ 7.79%

%54.11
%38.1

CMYK color model

#7D5812 color CMYK value is (0,30,86,51).

  • cyan value is 0.00%
  • magenta value is 29.60%
  • yellow value is 85.60%
  • key color value is 50.98%
CMYK:
(0,30,86,51)
C0M30Y86K51 
(0%,30%,86%,51%)
(0.00/0.30/0.86/0.51)	

CMYK percentages

%0
%29.6
%85.6
%50.98

Codes

Color #7D5812 in popluar color models

7D5812
RGB1258818
HSL39°74.83%28.04%
HSB/HSV39°85.60%49.02%
CMYK0.00%29.60%85.60%
50.98%

Color #7D5812 in popluar number systems.

HEX7D5812
Decimal1258818
Binary1111101101100010010
Octal17513022

Shades and tints

Shades of #7D5812

#7D5812
(125,88,18)
#725011
(114,80,17)
#674810
(103,72,16)
#5C400F
(92,64,15)
#51380E
(81,56,14)
#46300D
(70,48,13)
#3B280C
(59,40,12)
#30200B
(48,32,11)
#25180A
(37,24,10)
#1A1009
(26,16,9)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #7D5812

#7D5812
(125,88,18)
#886727
(136,103,39)
#93763C
(147,118,60)
#9E8551
(158,133,81)
#A99466
(169,148,102)
#B4A37B
(180,163,123)
#BFB290
(191,178,144)
#CAC1A5
(202,193,165)
#D5D0BA
(213,208,186)
#E0DFCF
(224,223,207)
#EBEEE4
(235,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5812 color. Also use rgb(125,88,18) instead hex code.

Text Font Color

.myTextColor { color: #7D5812; }

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

This text font color is #7D5812.


Background Color

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

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

This div background color is #7D5812.


Border color

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

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

This div border color is #7D5812.


Opacity

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

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

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

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

This text has shadow with #7D5812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5812 on black background.


Color preview on white background

This text has color #7D5812 on white background.



Black color preview on #7D5812 background

This text has black color on #7D5812 background.


White color preview on #7D5812 background

This text has white color on #7D5812 background.