COLOR #7D4557

HEX: #7D4557
RGB: (125,69,87)

Renk bilgisi

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

RGB renk modeli

#7D4557 color RGB value is (125,69,87).

  • kırmız ton 125;
  • yeşil ton 69;
  • mavi ton 87.
RGB:
(125,69,87)
(49%,27%,34%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 69 of 255 = 27%
B 87 of 255 = 34%

125
69
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 69 + 87 = 281 (100%)
R 125 of 281 ~ 44.48%
G 69 of 281 ~ 24.56%
B 87 of 281 ~ 30.96%

%44.48
%24.56
%30.96

CMYK RENK MODELİ

#7D4557 rengi CMYK tonu (0,45,30,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.80%
  • sarı tonu 30.40%
  • ana renk tonu 50.98%
CMYK:
(0,45,30,51)
C0M45Y30K51 
(0%,45%,30%,51%)
(0.00/0.45/0.30/0.51)	

CMYK yüzdeleri

%0
%44.8
%30.4
%50.98

Codes

Color #7D4557 in popluar color models

7D4557
RGB1256987
HSL341°28.87%38.04%
HSB/HSV341°44.80%49.02%
CMYK0.00%44.80%30.40%
50.98%

Color #7D4557 in popluar number systems.

HEX7D4557
Decimal1256987
Binary111110110001011010111
Octal175105127

Shades and tints

Shades of #7D4557

#7D4557
(125,69,87)
#723F50
(114,63,80)
#673949
(103,57,73)
#5C3342
(92,51,66)
#512D3B
(81,45,59)
#462734
(70,39,52)
#3B212D
(59,33,45)
#301B26
(48,27,38)
#25151F
(37,21,31)
#1A0F18
(26,15,24)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #7D4557

#7D4557
(125,69,87)
#885566
(136,85,102)
#936575
(147,101,117)
#9E7584
(158,117,132)
#A98593
(169,133,147)
#B495A2
(180,149,162)
#BFA5B1
(191,165,177)
#CAB5C0
(202,181,192)
#D5C5CF
(213,197,207)
#E0D5DE
(224,213,222)
#EBE5ED
(235,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4557 color. Also use rgb(125,69,87) instead hex code.

Text Font Color

.myTextColor { color: #7D4557; }

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

This text font color is #7D4557.


Background Color

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

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

This div background color is #7D4557.


Border color

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

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

This div border color is #7D4557.


Opacity

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

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

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

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

This text has shadow with #7D4557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4557 on black background.


Color preview on white background

This text has color #7D4557 on white background.



Black color preview on #7D4557 background

This text has black color on #7D4557 background.


White color preview on #7D4557 background

This text has white color on #7D4557 background.