COLOR #7D4948

HEX: #7D4948
RGB: (125,73,72)

Renk bilgisi

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

RGB renk modeli

#7D4948 color RGB value is (125,73,72).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 73 of 255 = 29%
B 72 of 255 = 28%

125
73
72

R + G + B ~ 35%. #7D4948 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 73 + 72 = 270 (100%)
R 125 of 270 ~ 46.3%
G 73 of 270 ~ 27.04%
B 72 of 270 ~ 26.67%

%46.3
%27.04
%26.67

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%41.6
%42.4
%50.98

Codes

Color #7D4948 in popluar color models

7D4948
RGB1257372
HSL26.90%38.63%
HSB/HSV42.40%49.02%
CMYK0.00%41.60%42.40%
50.98%

Color #7D4948 in popluar number systems.

HEX7D4948
Decimal1257372
Binary111110110010011001000
Octal175111110

Shades and tints

Shades of #7D4948

#7D4948
(125,73,72)
#724342
(114,67,66)
#673D3C
(103,61,60)
#5C3736
(92,55,54)
#513130
(81,49,48)
#462B2A
(70,43,42)
#3B2524
(59,37,36)
#301F1E
(48,31,30)
#251918
(37,25,24)
#1A1312
(26,19,18)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #7D4948

#7D4948
(125,73,72)
#885958
(136,89,88)
#936968
(147,105,104)
#9E7978
(158,121,120)
#A98988
(169,137,136)
#B49998
(180,153,152)
#BFA9A8
(191,169,168)
#CAB9B8
(202,185,184)
#D5C9C8
(213,201,200)
#E0D9D8
(224,217,216)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D4948; }

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

This text font color is #7D4948.


Background Color

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

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

This div background color is #7D4948.


Border color

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

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

This div border color is #7D4948.


Opacity

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

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

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

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

This text has shadow with #7D4948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4948 on black background.


Color preview on white background

This text has color #7D4948 on white background.



Black color preview on #7D4948 background

This text has black color on #7D4948 background.


White color preview on #7D4948 background

This text has white color on #7D4948 background.