COLOR #7D552D

HEX: #7D552D
RGB: (125,85,45)

Color info

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

RGB color model

#7D552D color RGB value is (125,85,45).

  • red value is 125;
  • green value is 85;
  • blue value is 45.
RGB:
(125,85,45)
(49%,33%,18%)

RGB channels and saturation

R 125 of 255 = 49%
G 85 of 255 = 33%
B 45 of 255 = 18%

125
85
45

R + G + B ~ 33%. #7D552D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 85 + 45 = 255 (100%)
R 125 of 255 ~ 49.02%
G 85 of 255 ~ 33.33%
B 45 of 255 ~ 17.65%

%49.02
%33.33
%17.65

CMYK color model

#7D552D color CMYK value is (0,32,64,51).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 64.00%
  • key color value is 50.98%
CMYK:
(0,32,64,51)
C0M32Y64K51 
(0%,32%,64%,51%)
(0.00/0.32/0.64/0.51)	

CMYK percentages

%0
%32
%64
%50.98

Codes

Color #7D552D in popluar color models

7D552D
RGB1258545
HSL30°47.06%33.33%
HSB/HSV30°64.00%49.02%
CMYK0.00%32.00%64.00%
50.98%

Color #7D552D in popluar number systems.

HEX7D552D
Decimal1258545
Binary11111011010101101101
Octal17512555

Shades and tints

Shades of #7D552D

#7D552D
(125,85,45)
#724E29
(114,78,41)
#674725
(103,71,37)
#5C4021
(92,64,33)
#51391D
(81,57,29)
#463219
(70,50,25)
#3B2B15
(59,43,21)
#302411
(48,36,17)
#251D0D
(37,29,13)
#1A1609
(26,22,9)
#0F0F05
(15,15,5)
#000000
(0,0,0)

Tints of #7D552D

#7D552D
(125,85,45)
#886440
(136,100,64)
#937353
(147,115,83)
#9E8266
(158,130,102)
#A99179
(169,145,121)
#B4A08C
(180,160,140)
#BFAF9F
(191,175,159)
#CABEB2
(202,190,178)
#D5CDC5
(213,205,197)
#E0DCD8
(224,220,216)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D552D color. Also use rgb(125,85,45) instead hex code.

Text Font Color

.myTextColor { color: #7D552D; }

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

This text font color is #7D552D.


Background Color

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

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

This div background color is #7D552D.


Border color

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

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

This div border color is #7D552D.


Opacity

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

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

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

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

This text has shadow with #7D552D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D552D on black background.


Color preview on white background

This text has color #7D552D on white background.



Black color preview on #7D552D background

This text has black color on #7D552D background.


White color preview on #7D552D background

This text has white color on #7D552D background.