COLOR #7B4950

HEX: #7B4950
RGB: (123,73,80)

Renk bilgisi

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

RGB renk modeli

#7B4950 color RGB value is (123,73,80).

  • kırmız ton 123;
  • yeşil ton 73;
  • mavi ton 80.
RGB:
(123,73,80)
(48%,29%,31%)

RGB bağlantıları ve doygunluk

R 123 of 255 = 48%
G 73 of 255 = 29%
B 80 of 255 = 31%

123
73
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
123 + 73 + 80 = 276 (100%)
R 123 of 276 ~ 44.57%
G 73 of 276 ~ 26.45%
B 80 of 276 ~ 28.99%

%44.57
%26.45
%28.99

CMYK RENK MODELİ

#7B4950 rengi CMYK tonu (0,41,35,52).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.65%
  • sarı tonu 34.96%
  • ana renk tonu 51.76%
CMYK:
(0,41,35,52)
C0M41Y35K52 
(0%,41%,35%,52%)
(0.00/0.41/0.35/0.52)	

CMYK yüzdeleri

%0
%40.65
%34.96
%51.76

Codes

Color #7B4950 in popluar color models

7B4950
RGB1237380
HSL352°25.51%38.43%
HSB/HSV352°40.65%48.24%
CMYK0.00%40.65%34.96%
51.76%

Color #7B4950 in popluar number systems.

HEX7B4950
Decimal1237380
Binary111101110010011010000
Octal173111120

Shades and tints

Shades of #7B4950

#7B4950
(123,73,80)
#704349
(112,67,73)
#653D42
(101,61,66)
#5A373B
(90,55,59)
#4F3134
(79,49,52)
#442B2D
(68,43,45)
#392526
(57,37,38)
#2E1F1F
(46,31,31)
#231918
(35,25,24)
#181311
(24,19,17)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #7B4950

#7B4950
(123,73,80)
#87595F
(135,89,95)
#93696E
(147,105,110)
#9F797D
(159,121,125)
#AB898C
(171,137,140)
#B7999B
(183,153,155)
#C3A9AA
(195,169,170)
#CFB9B9
(207,185,185)
#DBC9C8
(219,201,200)
#E7D9D7
(231,217,215)
#F3E9E6
(243,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4950 color. Also use rgb(123,73,80) instead hex code.

Text Font Color

.myTextColor { color: #7B4950; }

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

This text font color is #7B4950.


Background Color

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

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

This div background color is #7B4950.


Border color

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

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

This div border color is #7B4950.


Opacity

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

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

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

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

This text has shadow with #7B4950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4950 on black background.


Color preview on white background

This text has color #7B4950 on white background.



Black color preview on #7B4950 background

This text has black color on #7B4950 background.


White color preview on #7B4950 background

This text has white color on #7B4950 background.