COLOR #C76717

HEX: #C76717
RGB: (199,103,23)

Renk bilgisi

#C76717 contains mainly red color. #C76717 ‘ nin web güvenlik rengi #CC6600 (ya da #C60) dir.

RGB renk modeli

#C76717 color RGB value is (199,103,23).

  • kırmız ton 199;
  • yeşil ton 103;
  • mavi ton 23.
RGB:
(199,103,23)
(78%,40%,9%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 103 of 255 = 40%
B 23 of 255 = 9%

199
103
23

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 103 + 23 = 325 (100%)
R 199 of 325 ~ 61.23%
G 103 of 325 ~ 31.69%
B 23 of 325 ~ 7.08%

%61.23
%31.69

CMYK RENK MODELİ

#C76717 rengi CMYK tonu (0,48,88,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.24%
  • sarı tonu 88.44%
  • ana renk tonu 21.96%
CMYK:
(0,48,88,22)
C0M48Y88K22 
(0%,48%,88%,22%)
(0.00/0.48/0.88/0.22)	

CMYK yüzdeleri

%0
%48.24
%88.44
%21.96

Codes

Color #C76717 in popluar color models

C76717
RGB19910323
HSL27°79.28%43.53%
HSB/HSV27°88.44%78.04%
CMYK0.00%48.24%88.44%
21.96%

Color #C76717 in popluar number systems.

HEXC76717
Decimal19910323
Binary11000111110011110111
Octal30714727

Shades and tints

Shades of #C76717

#C76717
(199,103,23)
#B55E15
(181,94,21)
#A35513
(163,85,19)
#914C11
(145,76,17)
#7F430F
(127,67,15)
#6D3A0D
(109,58,13)
#5B310B
(91,49,11)
#492809
(73,40,9)
#371F07
(55,31,7)
#251605
(37,22,5)
#130D03
(19,13,3)
#000000
(0,0,0)

Tints of #C76717

#C76717
(199,103,23)
#CC742C
(204,116,44)
#D18141
(209,129,65)
#D68E56
(214,142,86)
#DB9B6B
(219,155,107)
#E0A880
(224,168,128)
#E5B595
(229,181,149)
#EAC2AA
(234,194,170)
#EFCFBF
(239,207,191)
#F4DCD4
(244,220,212)
#F9E9E9
(249,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76717 color. Also use rgb(199,103,23) instead hex code.

Text Font Color

.myTextColor { color: #C76717; }

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

This text font color is #C76717.


Background Color

.myBgColor { background-color: #C76717; }

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

This div background color is #C76717.


Border color

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

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

This div border color is #C76717.


Opacity

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

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

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

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

This text has shadow with #C76717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76717 on black background.


Color preview on white background

This text has color #C76717 on white background.



Black color preview on #C76717 background

This text has black color on #C76717 background.


White color preview on #C76717 background

This text has white color on #C76717 background.