COLOR #C77C3A

HEX: #C77C3A
RGB: (199,124,58)

Renk bilgisi

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

RGB renk modeli

#C77C3A color RGB value is (199,124,58).

  • kırmız ton 199;
  • yeşil ton 124;
  • mavi ton 58.
RGB:
(199,124,58)
(78%,49%,23%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 124 of 255 = 49%
B 58 of 255 = 23%

199
124
58

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 124 + 58 = 381 (100%)
R 199 of 381 ~ 52.23%
G 124 of 381 ~ 32.55%
B 58 of 381 ~ 15.22%

%52.23
%32.55
%15.22

CMYK RENK MODELİ

#C77C3A rengi CMYK tonu (0,38,71,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.69%
  • sarı tonu 70.85%
  • ana renk tonu 21.96%
CMYK:
(0,38,71,22)
C0M38Y71K22 
(0%,38%,71%,22%)
(0.00/0.38/0.71/0.22)	

CMYK yüzdeleri

%0
%37.69
%70.85
%21.96

Codes

Color #C77C3A in popluar color models

C77C3A
RGB19912458
HSL28°55.73%50.39%
HSB/HSV28°70.85%78.04%
CMYK0.00%37.69%70.85%
21.96%

Color #C77C3A in popluar number systems.

HEXC77C3A
Decimal19912458
Binary110001111111100111010
Octal30717472

Shades and tints

Shades of #C77C3A

#C77C3A
(199,124,58)
#B57135
(181,113,53)
#A36630
(163,102,48)
#915B2B
(145,91,43)
#7F5026
(127,80,38)
#6D4521
(109,69,33)
#5B3A1C
(91,58,28)
#492F17
(73,47,23)
#372412
(55,36,18)
#25190D
(37,25,13)
#130E08
(19,14,8)
#000000
(0,0,0)

Tints of #C77C3A

#C77C3A
(199,124,58)
#CC874B
(204,135,75)
#D1925C
(209,146,92)
#D69D6D
(214,157,109)
#DBA87E
(219,168,126)
#E0B38F
(224,179,143)
#E5BEA0
(229,190,160)
#EAC9B1
(234,201,177)
#EFD4C2
(239,212,194)
#F4DFD3
(244,223,211)
#F9EAE4
(249,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77C3A color. Also use rgb(199,124,58) instead hex code.

Text Font Color

.myTextColor { color: #C77C3A; }

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

This text font color is #C77C3A.


Background Color

.myBgColor { background-color: #C77C3A; }

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

This div background color is #C77C3A.


Border color

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

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

This div border color is #C77C3A.


Opacity

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

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

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

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

This text has shadow with #C77C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77C3A on black background.


Color preview on white background

This text has color #C77C3A on white background.



Black color preview on #C77C3A background

This text has black color on #C77C3A background.


White color preview on #C77C3A background

This text has white color on #C77C3A background.