COLOR #7D4B51

HEX: #7D4B51
RGB: (125,75,81)

Renk bilgisi

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

RGB renk modeli

#7D4B51 color RGB value is (125,75,81).

  • kırmız ton 125;
  • yeşil ton 75;
  • mavi ton 81.
RGB:
(125,75,81)
(49%,29%,32%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 75 of 255 = 29%
B 81 of 255 = 32%

125
75
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 75 + 81 = 281 (100%)
R 125 of 281 ~ 44.48%
G 75 of 281 ~ 26.69%
B 81 of 281 ~ 28.83%

%44.48
%26.69
%28.83

CMYK RENK MODELİ

#7D4B51 rengi CMYK tonu (0,40,35,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.00%
  • sarı tonu 35.20%
  • ana renk tonu 50.98%
CMYK:
(0,40,35,51)
C0M40Y35K51 
(0%,40%,35%,51%)
(0.00/0.40/0.35/0.51)	

CMYK yüzdeleri

%0
%40
%35.2
%50.98

Codes

Color #7D4B51 in popluar color models

7D4B51
RGB1257581
HSL353°25.00%39.22%
HSB/HSV353°40.00%49.02%
CMYK0.00%40.00%35.20%
50.98%

Color #7D4B51 in popluar number systems.

HEX7D4B51
Decimal1257581
Binary111110110010111010001
Octal175113121

Shades and tints

Shades of #7D4B51

#7D4B51
(125,75,81)
#72454A
(114,69,74)
#673F43
(103,63,67)
#5C393C
(92,57,60)
#513335
(81,51,53)
#462D2E
(70,45,46)
#3B2727
(59,39,39)
#302120
(48,33,32)
#251B19
(37,27,25)
#1A1512
(26,21,18)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #7D4B51

#7D4B51
(125,75,81)
#885B60
(136,91,96)
#936B6F
(147,107,111)
#9E7B7E
(158,123,126)
#A98B8D
(169,139,141)
#B49B9C
(180,155,156)
#BFABAB
(191,171,171)
#CABBBA
(202,187,186)
#D5CBC9
(213,203,201)
#E0DBD8
(224,219,216)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D4B51; }

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

This text font color is #7D4B51.


Background Color

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

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

This div background color is #7D4B51.


Border color

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

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

This div border color is #7D4B51.


Opacity

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

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

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

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

This text has shadow with #7D4B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4B51 on black background.


Color preview on white background

This text has color #7D4B51 on white background.



Black color preview on #7D4B51 background

This text has black color on #7D4B51 background.


White color preview on #7D4B51 background

This text has white color on #7D4B51 background.