COLOR #C77F49

HEX: #C77F49
RGB: (199,127,73)

Renk bilgisi

#C77F49 contains mainly red color. #C77F49 ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#C77F49 color RGB value is (199,127,73).

  • kırmız ton 199;
  • yeşil ton 127;
  • mavi ton 73.
RGB:
(199,127,73)
(78%,50%,29%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 127 of 255 = 50%
B 73 of 255 = 29%

199
127
73

R + G + B ~ 52%. #C77F49 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 127 + 73 = 399 (100%)
R 199 of 399 ~ 49.87%
G 127 of 399 ~ 31.83%
B 73 of 399 ~ 18.3%

%49.87
%31.83
%18.3

CMYK RENK MODELİ

#C77F49 rengi CMYK tonu (0,36,63,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.18%
  • sarı tonu 63.32%
  • ana renk tonu 21.96%
CMYK:
(0,36,63,22)
C0M36Y63K22 
(0%,36%,63%,22%)
(0.00/0.36/0.63/0.22)	

CMYK yüzdeleri

%0
%36.18
%63.32
%21.96

Codes

Color #C77F49 in popluar color models

C77F49
RGB19912773
HSL26°52.94%53.33%
HSB/HSV26°63.32%78.04%
CMYK0.00%36.18%63.32%
21.96%

Color #C77F49 in popluar number systems.

HEXC77F49
Decimal19912773
Binary1100011111111111001001
Octal307177111

Shades and tints

Shades of #C77F49

#C77F49
(199,127,73)
#B57443
(181,116,67)
#A3693D
(163,105,61)
#915E37
(145,94,55)
#7F5331
(127,83,49)
#6D482B
(109,72,43)
#5B3D25
(91,61,37)
#49321F
(73,50,31)
#372719
(55,39,25)
#251C13
(37,28,19)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #C77F49

#C77F49
(199,127,73)
#CC8A59
(204,138,89)
#D19569
(209,149,105)
#D6A079
(214,160,121)
#DBAB89
(219,171,137)
#E0B699
(224,182,153)
#E5C1A9
(229,193,169)
#EACCB9
(234,204,185)
#EFD7C9
(239,215,201)
#F4E2D9
(244,226,217)
#F9EDE9
(249,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77F49 color. Also use rgb(199,127,73) instead hex code.

Text Font Color

.myTextColor { color: #C77F49; }

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

This text font color is #C77F49.


Background Color

.myBgColor { background-color: #C77F49; }

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

This div background color is #C77F49.


Border color

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

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

This div border color is #C77F49.


Opacity

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

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

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

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

This text has shadow with #C77F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77F49 on black background.


Color preview on white background

This text has color #C77F49 on white background.



Black color preview on #C77F49 background

This text has black color on #C77F49 background.


White color preview on #C77F49 background

This text has white color on #C77F49 background.