COLOR #773327

HEX: #773327
RGB: (119,51,39)

Renk bilgisi

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

RGB renk modeli

#773327 color RGB value is (119,51,39).

  • kırmız ton 119;
  • yeşil ton 51;
  • mavi ton 39.
RGB:
(119,51,39)
(47%,20%,15%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 51 of 255 = 20%
B 39 of 255 = 15%

119
51
39

R + G + B ~ 27%. #773327 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 51 + 39 = 209 (100%)
R 119 of 209 ~ 56.94%
G 51 of 209 ~ 24.4%
B 39 of 209 ~ 18.66%

%56.94
%24.4
%18.66

CMYK RENK MODELİ

#773327 rengi CMYK tonu (0,57,67,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.14%
  • sarı tonu 67.23%
  • ana renk tonu 53.33%
CMYK:
(0,57,67,53)
C0M57Y67K53 
(0%,57%,67%,53%)
(0.00/0.57/0.67/0.53)	

CMYK yüzdeleri

%0
%57.14
%67.23
%53.33

Codes

Color #773327 in popluar color models

773327
RGB1195139
HSL50.63%30.98%
HSB/HSV67.23%46.67%
CMYK0.00%57.14%67.23%
53.33%

Color #773327 in popluar number systems.

HEX773327
Decimal1195139
Binary1110111110011100111
Octal1676347

Shades and tints

Shades of #773327

#773327
(119,51,39)
#6D2F24
(109,47,36)
#632B21
(99,43,33)
#59271E
(89,39,30)
#4F231B
(79,35,27)
#451F18
(69,31,24)
#3B1B15
(59,27,21)
#311712
(49,23,18)
#27130F
(39,19,15)
#1D0F0C
(29,15,12)
#130B09
(19,11,9)
#000000
(0,0,0)

Tints of #773327

#773327
(119,51,39)
#83453A
(131,69,58)
#8F574D
(143,87,77)
#9B6960
(155,105,96)
#A77B73
(167,123,115)
#B38D86
(179,141,134)
#BF9F99
(191,159,153)
#CBB1AC
(203,177,172)
#D7C3BF
(215,195,191)
#E3D5D2
(227,213,210)
#EFE7E5
(239,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773327 color. Also use rgb(119,51,39) instead hex code.

Text Font Color

.myTextColor { color: #773327; }

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

This text font color is #773327.


Background Color

.myBgColor { background-color: #773327; }

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

This div background color is #773327.


Border color

.myBorderColor { border: 1px solid #773327; }

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

This div border color is #773327.


Opacity

.myOpacity80 { color: #773327; opacity: 0.8; }

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

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

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

This text has shadow with #773327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773327 on black background.


Color preview on white background

This text has color #773327 on white background.



Black color preview on #773327 background

This text has black color on #773327 background.


White color preview on #773327 background

This text has white color on #773327 background.