COLOR #7D623E

HEX: #7D623E RGB: (125,98,62)

Color info

#7D623E contains mainly red and green colors. Web safe color of #7D623E is #666633 (or #663).

RGB color model

#7D623E color RGB value is (125,98,62).

RGB: (125,98,62) (49%, 38%, 24%)

RGB channels and saturation

R 125 of 255 = 49%
G 98 of 255 = 38%
B 62 of 255 = 24%

125
98
62

R + G + B ~ 37%. #7D623E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 98 + 62 = 285 (100%)
R 125 of 285 ~ 43.86%
G 98 of 285 ~ 34.39%
B 62 of 285 ~ 21.75'%

%43.86
%34.39
%21.75

CMYK color model

#7D623E color CMYK value is (0,22,50,51).

  • cyan value is 0.00%
  • magenta value is 21.60%
  • yellow value is 50.40%
  • key color value is 50.98%
CMYK: (0,22,50,51) C0M22Y50K51 (0%,22%,50%,51%) (0.00/0.22/0.50/0.51) 

CMYK percentages

%0
%21.6
%50.4
%50.98

Codes

Color #7D623E in popluar color models

7D 62 3E
RGB 125 98 62
HSL 34° 33.69% 36.67%
HSB/HSV 34° 50.40% 49.02%
CMYK 0.00% 21.60% 50.40%
50.98%

Color #7D623E in popluar number systems.

HEX 7D 62 3E
Decimal 125 98 62
Binary 1111101 1100010 111110
Octal 175 142 76

Shades and tints

Shades of #7D623E

#7D623E
(125,98,62)
#725A39
(114,90,57)
#675234
(103,82,52)
#5C4A2F
(92,74,47)
#51422A
(81,66,42)
#463A25
(70,58,37)
#3B3220
(59,50,32)
#302A1B
(48,42,27)
#252216
(37,34,22)
#1A1A11
(26,26,17)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #7D623E

#7D623E
(125,98,62)
#88704F
(136,112,79)
#937E60
(147,126,96)
#9E8C71
(158,140,113)
#A99A82
(169,154,130)
#B4A893
(180,168,147)
#BFB6A4
(191,182,164)
#CAC4B5
(202,196,181)
#D5D2C6
(213,210,198)
#E0E0D7
(224,224,215)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D623E color. Also use rgb(125,98,62) instead hex code.

Text Font Color

.myTextColor { color: #7D623E; }

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

This text font color is #7D623E.

Background Color

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

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

This div background color is #7D623E.

Border color

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

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

This div border color is #7D623E.

Opacity

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

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

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

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

This text has shadow with #7D623E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D623E.

Preview

Color preview on black background

This text has color #7D623E on black background.


Color preview on white background

This text has color #7D623E on white background.


Black color preview on #7D623E background

This text has black color on #7D623E background.


White color preview on #7D623E background

This text has white color on #7D623E background.


Related colors

Complementary color

Complementary color for #hex is #829DC1.


I love getcolorcode.com

Triadic colors

1 #3E7D62 and #623E7D with #7D623E are triadic colors.

2 #3E627D and #627D3E with #7D623E are triadic colors.