COLOR #C76A3E

HEX: #C76A3E
RGB: (199,106,62)

Renk bilgisi

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

RGB renk modeli

#C76A3E color RGB value is (199,106,62).

  • kırmız ton 199;
  • yeşil ton 106;
  • mavi ton 62.
RGB:
(199,106,62)
(78%,42%,24%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 106 of 255 = 42%
B 62 of 255 = 24%

199
106
62

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 106 + 62 = 367 (100%)
R 199 of 367 ~ 54.22%
G 106 of 367 ~ 28.88%
B 62 of 367 ~ 16.89%

%54.22
%28.88
%16.89

CMYK RENK MODELİ

#C76A3E rengi CMYK tonu (0,47,69,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.73%
  • sarı tonu 68.84%
  • ana renk tonu 21.96%
CMYK:
(0,47,69,22)
C0M47Y69K22 
(0%,47%,69%,22%)
(0.00/0.47/0.69/0.22)	

CMYK yüzdeleri

%0
%46.73
%68.84
%21.96

Codes

Color #C76A3E in popluar color models

C76A3E
RGB19910662
HSL19°55.02%51.18%
HSB/HSV19°68.84%78.04%
CMYK0.00%46.73%68.84%
21.96%

Color #C76A3E in popluar number systems.

HEXC76A3E
Decimal19910662
Binary110001111101010111110
Octal30715276

Shades and tints

Shades of #C76A3E

#C76A3E
(199,106,62)
#B56139
(181,97,57)
#A35834
(163,88,52)
#914F2F
(145,79,47)
#7F462A
(127,70,42)
#6D3D25
(109,61,37)
#5B3420
(91,52,32)
#492B1B
(73,43,27)
#372216
(55,34,22)
#251911
(37,25,17)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #C76A3E

#C76A3E
(199,106,62)
#CC774F
(204,119,79)
#D18460
(209,132,96)
#D69171
(214,145,113)
#DB9E82
(219,158,130)
#E0AB93
(224,171,147)
#E5B8A4
(229,184,164)
#EAC5B5
(234,197,181)
#EFD2C6
(239,210,198)
#F4DFD7
(244,223,215)
#F9ECE8
(249,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76A3E color. Also use rgb(199,106,62) instead hex code.

Text Font Color

.myTextColor { color: #C76A3E; }

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

This text font color is #C76A3E.


Background Color

.myBgColor { background-color: #C76A3E; }

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

This div background color is #C76A3E.


Border color

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

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

This div border color is #C76A3E.


Opacity

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

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

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

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

This text has shadow with #C76A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76A3E on black background.


Color preview on white background

This text has color #C76A3E on white background.



Black color preview on #C76A3E background

This text has black color on #C76A3E background.


White color preview on #C76A3E background

This text has white color on #C76A3E background.