COLOR #773A31

HEX: #773A31
RGB: (119,58,49)

Renk bilgisi

#773A31 contains mainly red color. #773A31 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#773A31 color RGB value is (119,58,49).

  • kırmız ton 119;
  • yeşil ton 58;
  • mavi ton 49.
RGB:
(119,58,49)
(47%,23%,19%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 58 of 255 = 23%
B 49 of 255 = 19%

119
58
49

R + G + B ~ 30%. #773A31 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 58 + 49 = 226 (100%)
R 119 of 226 ~ 52.65%
G 58 of 226 ~ 25.66%
B 49 of 226 ~ 21.68%

%52.65
%25.66
%21.68

CMYK RENK MODELİ

#773A31 rengi CMYK tonu (0,51,59,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.26%
  • sarı tonu 58.82%
  • ana renk tonu 53.33%
CMYK:
(0,51,59,53)
C0M51Y59K53 
(0%,51%,59%,53%)
(0.00/0.51/0.59/0.53)	

CMYK yüzdeleri

%0
%51.26
%58.82
%53.33

Codes

Color #773A31 in popluar color models

773A31
RGB1195849
HSL41.67%32.94%
HSB/HSV58.82%46.67%
CMYK0.00%51.26%58.82%
53.33%

Color #773A31 in popluar number systems.

HEX773A31
Decimal1195849
Binary1110111111010110001
Octal1677261

Shades and tints

Shades of #773A31

#773A31
(119,58,49)
#6D352D
(109,53,45)
#633029
(99,48,41)
#592B25
(89,43,37)
#4F2621
(79,38,33)
#45211D
(69,33,29)
#3B1C19
(59,28,25)
#311715
(49,23,21)
#271211
(39,18,17)
#1D0D0D
(29,13,13)
#130809
(19,8,9)
#000000
(0,0,0)

Tints of #773A31

#773A31
(119,58,49)
#834B43
(131,75,67)
#8F5C55
(143,92,85)
#9B6D67
(155,109,103)
#A77E79
(167,126,121)
#B38F8B
(179,143,139)
#BFA09D
(191,160,157)
#CBB1AF
(203,177,175)
#D7C2C1
(215,194,193)
#E3D3D3
(227,211,211)
#EFE4E5
(239,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773A31 color. Also use rgb(119,58,49) instead hex code.

Text Font Color

.myTextColor { color: #773A31; }

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

This text font color is #773A31.


Background Color

.myBgColor { background-color: #773A31; }

<div style="background-color:#773A31">Inner text</div>

This div background color is #773A31.


Border color

.myBorderColor { border: 1px solid #773A31; }

<div style="border:3px solid #773A31">Div</div>

This div border color is #773A31.


Opacity

.myOpacity80 { color: #773A31; opacity: 0.8; }

<p style="color:#773A31;opacity:0.8;">80%</p>

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

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

This text has shadow with #773A31 color.

.textShadow {text-shadow: 3px 3px 1px #773A31, 3px 3px 1px red;}

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

This text has shadow with #773A31 primary color and red secondary color.


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

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

This text has shadow with #773A31 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773A31 on black background.


Color preview on white background

This text has color #773A31 on white background.



Black color preview on #773A31 background

This text has black color on #773A31 background.


White color preview on #773A31 background

This text has white color on #773A31 background.