COLOR #7D624A

HEX: #7D624A
RGB: (125,98,74)

Color info

#7D624A contains red, green and blue colors in about the same proportion. Web safe color of #7D624A is #666633 (or #663).

RGB color model

#7D624A color RGB value is (125,98,74).

  • red value is 125;
  • green value is 98;
  • blue value is 74.
RGB:
(125,98,74)
(49%,38%,29%)

RGB channels and saturation

R 125 of 255 = 49%
G 98 of 255 = 38%
B 74 of 255 = 29%

125
98
74

R + G + B ~ 39%. #7D624A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 98 + 74 = 297 (100%)
R 125 of 297 ~ 42.09%
G 98 of 297 ~ 33%
B 74 of 297 ~ 24.92%

%42.09
%33
%24.92

CMYK color model

#7D624A color CMYK value is (0,22,41,51).

  • cyan value is 0.00%
  • magenta value is 21.60%
  • yellow value is 40.80%
  • key color value is 50.98%
CMYK:
(0,22,41,51)
C0M22Y41K51 
(0%,22%,41%,51%)
(0.00/0.22/0.41/0.51)	

CMYK percentages

%0
%21.6
%40.8
%50.98

Codes

Color #7D624A in popluar color models

7D624A
RGB1259874
HSL28°25.63%39.02%
HSB/HSV28°40.80%49.02%
CMYK0.00%21.60%40.80%
50.98%

Color #7D624A in popluar number systems.

HEX7D624A
Decimal1259874
Binary111110111000101001010
Octal175142112

Shades and tints

Shades of #7D624A

#7D624A
(125,98,74)
#725A44
(114,90,68)
#67523E
(103,82,62)
#5C4A38
(92,74,56)
#514232
(81,66,50)
#463A2C
(70,58,44)
#3B3226
(59,50,38)
#302A20
(48,42,32)
#25221A
(37,34,26)
#1A1A14
(26,26,20)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #7D624A

#7D624A
(125,98,74)
#88705A
(136,112,90)
#937E6A
(147,126,106)
#9E8C7A
(158,140,122)
#A99A8A
(169,154,138)
#B4A89A
(180,168,154)
#BFB6AA
(191,182,170)
#CAC4BA
(202,196,186)
#D5D2CA
(213,210,202)
#E0E0DA
(224,224,218)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D624A; }

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

This text font color is #7D624A.


Background Color

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

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

This div background color is #7D624A.


Border color

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

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

This div border color is #7D624A.


Opacity

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

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

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

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

This text has shadow with #7D624A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D624A on black background.


Color preview on white background

This text has color #7D624A on white background.



Black color preview on #7D624A background

This text has black color on #7D624A background.


White color preview on #7D624A background

This text has white color on #7D624A background.