COLOR #7D5334

HEX: #7D5334
RGB: (125,83,52)

Color info

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

RGB color model

#7D5334 color RGB value is (125,83,52).

  • red value is 125;
  • green value is 83;
  • blue value is 52.
RGB:
(125,83,52)
(49%,33%,20%)

RGB channels and saturation

R 125 of 255 = 49%
G 83 of 255 = 33%
B 52 of 255 = 20%

125
83
52

R + G + B ~ 34%. #7D5334 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 83 + 52 = 260 (100%)
R 125 of 260 ~ 48.08%
G 83 of 260 ~ 31.92%
B 52 of 260 ~ 20%

%48.08
%31.92
%20

CMYK color model

#7D5334 color CMYK value is (0,34,58,51).

  • cyan value is 0.00%
  • magenta value is 33.60%
  • yellow value is 58.40%
  • key color value is 50.98%
CMYK:
(0,34,58,51)
C0M34Y58K51 
(0%,34%,58%,51%)
(0.00/0.34/0.58/0.51)	

CMYK percentages

%0
%33.6
%58.4
%50.98

Codes

Color #7D5334 in popluar color models

7D5334
RGB1258352
HSL25°41.24%34.71%
HSB/HSV25°58.40%49.02%
CMYK0.00%33.60%58.40%
50.98%

Color #7D5334 in popluar number systems.

HEX7D5334
Decimal1258352
Binary11111011010011110100
Octal17512364

Shades and tints

Shades of #7D5334

#7D5334
(125,83,52)
#724C30
(114,76,48)
#67452C
(103,69,44)
#5C3E28
(92,62,40)
#513724
(81,55,36)
#463020
(70,48,32)
#3B291C
(59,41,28)
#302218
(48,34,24)
#251B14
(37,27,20)
#1A1410
(26,20,16)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #7D5334

#7D5334
(125,83,52)
#886246
(136,98,70)
#937158
(147,113,88)
#9E806A
(158,128,106)
#A98F7C
(169,143,124)
#B49E8E
(180,158,142)
#BFADA0
(191,173,160)
#CABCB2
(202,188,178)
#D5CBC4
(213,203,196)
#E0DAD6
(224,218,214)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5334 color. Also use rgb(125,83,52) instead hex code.

Text Font Color

.myTextColor { color: #7D5334; }

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

This text font color is #7D5334.


Background Color

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

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

This div background color is #7D5334.


Border color

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

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

This div border color is #7D5334.


Opacity

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

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

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

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

This text has shadow with #7D5334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5334 on black background.


Color preview on white background

This text has color #7D5334 on white background.



Black color preview on #7D5334 background

This text has black color on #7D5334 background.


White color preview on #7D5334 background

This text has white color on #7D5334 background.