COLOR #7D4D49

HEX: #7D4D49
RGB: (125,77,73)

Renk bilgisi

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

RGB renk modeli

#7D4D49 color RGB value is (125,77,73).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 77 of 255 = 30%
B 73 of 255 = 29%

125
77
73

R + G + B ~ 36%. #7D4D49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 77 + 73 = 275 (100%)
R 125 of 275 ~ 45.45%
G 77 of 275 ~ 28%
B 73 of 275 ~ 26.55%

%45.45
%28
%26.55

CMYK RENK MODELİ

#7D4D49 rengi CMYK tonu (0,38,42,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.40%
  • sarı tonu 41.60%
  • ana renk tonu 50.98%
CMYK:
(0,38,42,51)
C0M38Y42K51 
(0%,38%,42%,51%)
(0.00/0.38/0.42/0.51)	

CMYK yüzdeleri

%0
%38.4
%41.6
%50.98

Codes

Color #7D4D49 in popluar color models

7D4D49
RGB1257773
HSL26.26%38.82%
HSB/HSV41.60%49.02%
CMYK0.00%38.40%41.60%
50.98%

Color #7D4D49 in popluar number systems.

HEX7D4D49
Decimal1257773
Binary111110110011011001001
Octal175115111

Shades and tints

Shades of #7D4D49

#7D4D49
(125,77,73)
#724643
(114,70,67)
#673F3D
(103,63,61)
#5C3837
(92,56,55)
#513131
(81,49,49)
#462A2B
(70,42,43)
#3B2325
(59,35,37)
#301C1F
(48,28,31)
#251519
(37,21,25)
#1A0E13
(26,14,19)
#0F070D
(15,7,13)
#000000
(0,0,0)

Tints of #7D4D49

#7D4D49
(125,77,73)
#885D59
(136,93,89)
#936D69
(147,109,105)
#9E7D79
(158,125,121)
#A98D89
(169,141,137)
#B49D99
(180,157,153)
#BFADA9
(191,173,169)
#CABDB9
(202,189,185)
#D5CDC9
(213,205,201)
#E0DDD9
(224,221,217)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D4D49; }

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

This text font color is #7D4D49.


Background Color

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

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

This div background color is #7D4D49.


Border color

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

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

This div border color is #7D4D49.


Opacity

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

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

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

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

This text has shadow with #7D4D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4D49 on black background.


Color preview on white background

This text has color #7D4D49 on white background.



Black color preview on #7D4D49 background

This text has black color on #7D4D49 background.


White color preview on #7D4D49 background

This text has white color on #7D4D49 background.