COLOR #7D5D50

HEX: #7D5D50
RGB: (125,93,80)

Renk bilgisi

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

RGB renk modeli

#7D5D50 color RGB value is (125,93,80).

  • kırmız ton 125;
  • yeşil ton 93;
  • mavi ton 80.
RGB:
(125,93,80)
(49%,36%,31%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 93 of 255 = 36%
B 80 of 255 = 31%

125
93
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 93 + 80 = 298 (100%)
R 125 of 298 ~ 41.95%
G 93 of 298 ~ 31.21%
B 80 of 298 ~ 26.85%

%41.95
%31.21
%26.85

CMYK RENK MODELİ

#7D5D50 rengi CMYK tonu (0,26,36,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.60%
  • sarı tonu 36.00%
  • ana renk tonu 50.98%
CMYK:
(0,26,36,51)
C0M26Y36K51 
(0%,26%,36%,51%)
(0.00/0.26/0.36/0.51)	

CMYK yüzdeleri

%0
%25.6
%36
%50.98

Codes

Color #7D5D50 in popluar color models

7D5D50
RGB1259380
HSL17°21.95%40.20%
HSB/HSV17°36.00%49.02%
CMYK0.00%25.60%36.00%
50.98%

Color #7D5D50 in popluar number systems.

HEX7D5D50
Decimal1259380
Binary111110110111011010000
Octal175135120

Shades and tints

Shades of #7D5D50

#7D5D50
(125,93,80)
#725549
(114,85,73)
#674D42
(103,77,66)
#5C453B
(92,69,59)
#513D34
(81,61,52)
#46352D
(70,53,45)
#3B2D26
(59,45,38)
#30251F
(48,37,31)
#251D18
(37,29,24)
#1A1511
(26,21,17)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #7D5D50

#7D5D50
(125,93,80)
#886B5F
(136,107,95)
#93796E
(147,121,110)
#9E877D
(158,135,125)
#A9958C
(169,149,140)
#B4A39B
(180,163,155)
#BFB1AA
(191,177,170)
#CABFB9
(202,191,185)
#D5CDC8
(213,205,200)
#E0DBD7
(224,219,215)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5D50 color. Also use rgb(125,93,80) instead hex code.

Text Font Color

.myTextColor { color: #7D5D50; }

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

This text font color is #7D5D50.


Background Color

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

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

This div background color is #7D5D50.


Border color

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

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

This div border color is #7D5D50.


Opacity

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

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

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

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

This text has shadow with #7D5D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5D50 on black background.


Color preview on white background

This text has color #7D5D50 on white background.



Black color preview on #7D5D50 background

This text has black color on #7D5D50 background.


White color preview on #7D5D50 background

This text has white color on #7D5D50 background.