COLOR #773F14

HEX: #773F14
RGB: (119,63,20)

Renk bilgisi

#773F14 contains mainly red and green colors. #773F14 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#773F14 color RGB value is (119,63,20).

  • kırmız ton 119;
  • yeşil ton 63;
  • mavi ton 20.
RGB:
(119,63,20)
(47%,25%,8%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 63 of 255 = 25%
B 20 of 255 = 8%

119
63
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 63 + 20 = 202 (100%)
R 119 of 202 ~ 58.91%
G 63 of 202 ~ 31.19%
B 20 of 202 ~ 9.9%

%58.91
%31.19
%9.9

CMYK RENK MODELİ

#773F14 rengi CMYK tonu (0,47,83,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.06%
  • sarı tonu 83.19%
  • ana renk tonu 53.33%
CMYK:
(0,47,83,53)
C0M47Y83K53 
(0%,47%,83%,53%)
(0.00/0.47/0.83/0.53)	

CMYK yüzdeleri

%0
%47.06
%83.19
%53.33

Codes

Color #773F14 in popluar color models

773F14
RGB1196320
HSL26°71.22%27.25%
HSB/HSV26°83.19%46.67%
CMYK0.00%47.06%83.19%
53.33%

Color #773F14 in popluar number systems.

HEX773F14
Decimal1196320
Binary111011111111110100
Octal1677724

Shades and tints

Shades of #773F14

#773F14
(119,63,20)
#6D3A13
(109,58,19)
#633512
(99,53,18)
#593011
(89,48,17)
#4F2B10
(79,43,16)
#45260F
(69,38,15)
#3B210E
(59,33,14)
#311C0D
(49,28,13)
#27170C
(39,23,12)
#1D120B
(29,18,11)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #773F14

#773F14
(119,63,20)
#835029
(131,80,41)
#8F613E
(143,97,62)
#9B7253
(155,114,83)
#A78368
(167,131,104)
#B3947D
(179,148,125)
#BFA592
(191,165,146)
#CBB6A7
(203,182,167)
#D7C7BC
(215,199,188)
#E3D8D1
(227,216,209)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773F14 color. Also use rgb(119,63,20) instead hex code.

Text Font Color

.myTextColor { color: #773F14; }

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

This text font color is #773F14.


Background Color

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

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

This div background color is #773F14.


Border color

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

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

This div border color is #773F14.


Opacity

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

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

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

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

This text has shadow with #773F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773F14 on black background.


Color preview on white background

This text has color #773F14 on white background.



Black color preview on #773F14 background

This text has black color on #773F14 background.


White color preview on #773F14 background

This text has white color on #773F14 background.