COLOR #7D5C49

HEX: #7D5C49
RGB: (125,92,73)

Renk bilgisi

#7D5C49 contains red, green and blue colors in about the same proportion. #7D5C49 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#7D5C49 color RGB value is (125,92,73).

  • kırmız ton 125;
  • yeşil ton 92;
  • mavi ton 73.
RGB:
(125,92,73)
(49%,36%,29%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 92 of 255 = 36%
B 73 of 255 = 29%

125
92
73

R + G + B ~ 38%. #7D5C49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 92 + 73 = 290 (100%)
R 125 of 290 ~ 43.1%
G 92 of 290 ~ 31.72%
B 73 of 290 ~ 25.17%

%43.1
%31.72
%25.17

CMYK RENK MODELİ

#7D5C49 rengi CMYK tonu (0,26,42,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.40%
  • sarı tonu 41.60%
  • ana renk tonu 50.98%
CMYK:
(0,26,42,51)
C0M26Y42K51 
(0%,26%,42%,51%)
(0.00/0.26/0.42/0.51)	

CMYK yüzdeleri

%0
%26.4
%41.6
%50.98

Codes

Color #7D5C49 in popluar color models

7D5C49
RGB1259273
HSL22°26.26%38.82%
HSB/HSV22°41.60%49.02%
CMYK0.00%26.40%41.60%
50.98%

Color #7D5C49 in popluar number systems.

HEX7D5C49
Decimal1259273
Binary111110110111001001001
Octal175134111

Shades and tints

Shades of #7D5C49

#7D5C49
(125,92,73)
#725443
(114,84,67)
#674C3D
(103,76,61)
#5C4437
(92,68,55)
#513C31
(81,60,49)
#46342B
(70,52,43)
#3B2C25
(59,44,37)
#30241F
(48,36,31)
#251C19
(37,28,25)
#1A1413
(26,20,19)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #7D5C49

#7D5C49
(125,92,73)
#886A59
(136,106,89)
#937869
(147,120,105)
#9E8679
(158,134,121)
#A99489
(169,148,137)
#B4A299
(180,162,153)
#BFB0A9
(191,176,169)
#CABEB9
(202,190,185)
#D5CCC9
(213,204,201)
#E0DAD9
(224,218,217)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5C49 color. Also use rgb(125,92,73) instead hex code.

Text Font Color

.myTextColor { color: #7D5C49; }

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

This text font color is #7D5C49.


Background Color

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

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

This div background color is #7D5C49.


Border color

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

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

This div border color is #7D5C49.


Opacity

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

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

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

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

This text has shadow with #7D5C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5C49 on black background.


Color preview on white background

This text has color #7D5C49 on white background.



Black color preview on #7D5C49 background

This text has black color on #7D5C49 background.


White color preview on #7D5C49 background

This text has white color on #7D5C49 background.