COLOR #7D401B

HEX: #7D401B RGB: (125,64,27)

Color info

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

RGB color model

#7D401B color RGB value is (125,64,27).

RGB: (125,64,27) (49%, 25%, 11%)

RGB channels and saturation

R 125 of 255 = 49%
G 64 of 255 = 25%
B 27 of 255 = 11%

125
64
27

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

Portions of RGB colors in percentages

R + G + B = 125 + 64 + 27 = 216 (100%)
R 125 of 216 ~ 57.87%
G 64 of 216 ~ 29.63%
B 27 of 216 ~ 12.5'%

%57.87
%29.63
%12.5

CMYK color model

#7D401B color CMYK value is (0,49,78,51).

  • cyan value is 0.00%
  • magenta value is 48.80%
  • yellow value is 78.40%
  • key color value is 50.98%

CMYK: (0,49,78,51)
C0M49Y78K51 (0%, 49%, 78%, 51%)
(0.00 / 0.49 / 0.78 / 0.51)

CMYK percentages

%0
%48.8
%78.4
%50.98

Codes

Color #7D401B in popluar color models

7D 40 1B
RGB 125 64 27
HSL 23° 64.47% 29.80%
HSB/HSV 23° 78.40% 49.02%
CMYK 0.00% 48.80% 78.40%
50.98%

Color #7D401B in popluar number systems.

HEX 7D 40 1B
Decimal 125 64 27
Binary 1111101 1000000 11011
Octal 175 100 33

Shades and tints

Shades of #7D401B

#7D401B
(125,64,27)
#723B19
(114,59,25)
#673617
(103,54,23)
#5C3115
(92,49,21)
#512C13
(81,44,19)
#462711
(70,39,17)
#3B220F
(59,34,15)
#301D0D
(48,29,13)
#25180B
(37,24,11)
#1A1309
(26,19,9)
#0F0E07
(15,14,7)
#000000
(0,0,0)

Tints of #7D401B

#7D401B
(125,64,27)
#88512F
(136,81,47)
#936243
(147,98,67)
#9E7357
(158,115,87)
#A9846B
(169,132,107)
#B4957F
(180,149,127)
#BFA693
(191,166,147)
#CAB7A7
(202,183,167)
#D5C8BB
(213,200,187)
#E0D9CF
(224,217,207)
#EBEAE3
(235,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D401B; }

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

This text font color is #7D401B.

Background Color

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

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

This div background color is #7D401B.

Border color

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

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

This div border color is #7D401B.

Opacity

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

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

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

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

This text has shadow with #7D401B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D401B.

Preview

Color preview on black background

This text has color #7D401B on black background.


Color preview on white background

This text has color #7D401B on white background.


Black color preview on #7D401B background

This text has black color on #7D401B background.


White color preview on #7D401B background

This text has white color on #7D401B background.


Related colors

Complementary color

Complementary color for #hex is #82BFE4.


I love getcolorcode.com

Triadic colors

1 #1B7D40 and #401B7D with #7D401B are triadic colors.

2 #1B407D and #407D1B with #7D401B are triadic colors.