COLOR #7D5959

HEX: #7D5959 RGB: (125,89,89)

Renk bilgisi

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

RGB renk modeli

#7D5959 color RGB value is (125,89,89).

RGB: (125,89,89) (49%, 35%, 35%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 89 of 255 = 35%
B 89 of 255 = 35%

125
89
89

R + G + B ~ 40%. #7D5959 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B = 125 + 89 + 89 = 303 (100%)
R 125 of 303 ~ 41.25%
G 89 of 303 ~ 29.37%
B 89 of 303 ~ 29.37'%

%41.25
%29.37
%29.37

CMYK RENK MODELİ

#7D5959 rengi CMYK tonu (0,29,29,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.80%
  • sarı tonu 28.80%
  • ana renk tonu 50.98%

CMYK: (0,29,29,51)
C0M29Y29K51 (0%, 29%, 29%, 51%)
(0.00 / 0.29 / 0.29 / 0.51)

CMYK yüzdeleri

%0
%28.8
%28.8
%50.98

Codes

Color #7D5959 in popluar color models

7D 59 59
RGB 125 89 89
HSL 16.82% 41.96%
HSB/HSV 28.80% 49.02%
CMYK 0.00% 28.80% 28.80%
50.98%

Color #7D5959 in popluar number systems.

HEX 7D 59 59
Decimal 125 89 89
Binary 1111101 1011001 1011001
Octal 175 131 131

Shades and tints

Shades of #7D5959

#7D5959
(125,89,89)
#725151
(114,81,81)
#674949
(103,73,73)
#5C4141
(92,65,65)
#513939
(81,57,57)
#463131
(70,49,49)
#3B2929
(59,41,41)
#302121
(48,33,33)
#251919
(37,25,25)
#1A1111
(26,17,17)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #7D5959

#7D5959
(125,89,89)
#886868
(136,104,104)
#937777
(147,119,119)
#9E8686
(158,134,134)
#A99595
(169,149,149)
#B4A4A4
(180,164,164)
#BFB3B3
(191,179,179)
#CAC2C2
(202,194,194)
#D5D1D1
(213,209,209)
#E0E0E0
(224,224,224)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5959; }

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

This text font color is #7D5959.

Background Color

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

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

This div background color is #7D5959.

Border color

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

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

This div border color is #7D5959.

Opacity

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

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

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

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

This text has shadow with #7D5959 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D5959.

Preview

Color preview on black background

This text has color #7D5959 on black background.


Color preview on white background

This text has color #7D5959 on white background.


Black color preview on #7D5959 background

This text has black color on #7D5959 background.


White color preview on #7D5959 background

This text has white color on #7D5959 background.


Related colors

Complementary color

Complementary color for #hex is #82A6A6.


I love getcolorcode.com