COLOR #7D4027

HEX: #7D4027
RGB: (125,64,39)

Color info

#7D4027 contains mainly red color. Web safe color of #7D4027 is #663333 (or #633).

RGB color model

#7D4027 color RGB value is (125,64,39).

  • red value is 125;
  • green value is 64;
  • blue value is 39.
RGB:
(125,64,39)
(49%,25%,15%)

RGB channels and saturation

R 125 of 255 = 49%
G 64 of 255 = 25%
B 39 of 255 = 15%

125
64
39

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

Portions of RGB colors in percentages

R + G + B =
125 + 64 + 39 = 228 (100%)
R 125 of 228 ~ 54.82%
G 64 of 228 ~ 28.07%
B 39 of 228 ~ 17.11%

%54.82
%28.07
%17.11

CMYK color model

#7D4027 color CMYK value is (0,49,69,51).

  • cyan value is 0.00%
  • magenta value is 48.80%
  • yellow value is 68.80%
  • key color value is 50.98%
CMYK:
(0,49,69,51)
C0M49Y69K51 
(0%,49%,69%,51%)
(0.00/0.49/0.69/0.51)	

CMYK percentages

%0
%48.8
%68.8
%50.98

Codes

Color #7D4027 in popluar color models

7D4027
RGB1256439
HSL17°52.44%32.16%
HSB/HSV17°68.80%49.02%
CMYK0.00%48.80%68.80%
50.98%

Color #7D4027 in popluar number systems.

HEX7D4027
Decimal1256439
Binary11111011000000100111
Octal17510047

Shades and tints

Shades of #7D4027

#7D4027
(125,64,39)
#723B24
(114,59,36)
#673621
(103,54,33)
#5C311E
(92,49,30)
#512C1B
(81,44,27)
#462718
(70,39,24)
#3B2215
(59,34,21)
#301D12
(48,29,18)
#25180F
(37,24,15)
#1A130C
(26,19,12)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #7D4027

#7D4027
(125,64,39)
#88513A
(136,81,58)
#93624D
(147,98,77)
#9E7360
(158,115,96)
#A98473
(169,132,115)
#B49586
(180,149,134)
#BFA699
(191,166,153)
#CAB7AC
(202,183,172)
#D5C8BF
(213,200,191)
#E0D9D2
(224,217,210)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4027 color. Also use rgb(125,64,39) instead hex code.

Text Font Color

.myTextColor { color: #7D4027; }

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

This text font color is #7D4027.


Background Color

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

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

This div background color is #7D4027.


Border color

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

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

This div border color is #7D4027.


Opacity

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

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

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

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

This text has shadow with #7D4027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4027 on black background.


Color preview on white background

This text has color #7D4027 on white background.



Black color preview on #7D4027 background

This text has black color on #7D4027 background.


White color preview on #7D4027 background

This text has white color on #7D4027 background.