COLOR #C5931C

HEX: #C5931C
RGB: (197,147,28)

Renk bilgisi

#C5931C contains mainly red and green colors. #C5931C ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#C5931C color RGB value is (197,147,28).

  • kırmız ton 197;
  • yeşil ton 147;
  • mavi ton 28.
RGB:
(197,147,28)
(77%,58%,11%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 147 of 255 = 58%
B 28 of 255 = 11%

197
147
28

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 147 + 28 = 372 (100%)
R 197 of 372 ~ 52.96%
G 147 of 372 ~ 39.52%
B 28 of 372 ~ 7.53%

%52.96
%39.52

CMYK RENK MODELİ

#C5931C rengi CMYK tonu (0,25,86,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.38%
  • sarı tonu 85.79%
  • ana renk tonu 22.75%
CMYK:
(0,25,86,23)
C0M25Y86K23 
(0%,25%,86%,23%)
(0.00/0.25/0.86/0.23)	

CMYK yüzdeleri

%0
%25.38
%85.79
%22.75

Codes

Color #C5931C in popluar color models

C5931C
RGB19714728
HSL42°75.11%44.12%
HSB/HSV42°85.79%77.25%
CMYK0.00%25.38%85.79%
22.75%

Color #C5931C in popluar number systems.

HEXC5931C
Decimal19714728
Binary110001011001001111100
Octal30522334

Shades and tints

Shades of #C5931C

#C5931C
(197,147,28)
#B4861A
(180,134,26)
#A37918
(163,121,24)
#926C16
(146,108,22)
#815F14
(129,95,20)
#705212
(112,82,18)
#5F4510
(95,69,16)
#4E380E
(78,56,14)
#3D2B0C
(61,43,12)
#2C1E0A
(44,30,10)
#1B1108
(27,17,8)
#000000
(0,0,0)

Tints of #C5931C

#C5931C
(197,147,28)
#CA9C30
(202,156,48)
#CFA544
(207,165,68)
#D4AE58
(212,174,88)
#D9B76C
(217,183,108)
#DEC080
(222,192,128)
#E3C994
(227,201,148)
#E8D2A8
(232,210,168)
#EDDBBC
(237,219,188)
#F2E4D0
(242,228,208)
#F7EDE4
(247,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5931C color. Also use rgb(197,147,28) instead hex code.

Text Font Color

.myTextColor { color: #C5931C; }

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

This text font color is #C5931C.


Background Color

.myBgColor { background-color: #C5931C; }

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

This div background color is #C5931C.


Border color

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

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

This div border color is #C5931C.


Opacity

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

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

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

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

This text has shadow with #C5931C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5931C on black background.


Color preview on white background

This text has color #C5931C on white background.



Black color preview on #C5931C background

This text has black color on #C5931C background.


White color preview on #C5931C background

This text has white color on #C5931C background.