COLOR #C5844A

HEX: #C5844A
RGB: (197,132,74)

Renk bilgisi

#C5844A contains mainly red color. #C5844A ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#C5844A color RGB value is (197,132,74).

  • kırmız ton 197;
  • yeşil ton 132;
  • mavi ton 74.
RGB:
(197,132,74)
(77%,52%,29%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 132 of 255 = 52%
B 74 of 255 = 29%

197
132
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 132 + 74 = 403 (100%)
R 197 of 403 ~ 48.88%
G 132 of 403 ~ 32.75%
B 74 of 403 ~ 18.36%

%48.88
%32.75
%18.36

CMYK RENK MODELİ

#C5844A rengi CMYK tonu (0,33,62,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.99%
  • sarı tonu 62.44%
  • ana renk tonu 22.75%
CMYK:
(0,33,62,23)
C0M33Y62K23 
(0%,33%,62%,23%)
(0.00/0.33/0.62/0.23)	

CMYK yüzdeleri

%0
%32.99
%62.44
%22.75

Codes

Color #C5844A in popluar color models

C5844A
RGB19713274
HSL28°51.46%53.14%
HSB/HSV28°62.44%77.25%
CMYK0.00%32.99%62.44%
22.75%

Color #C5844A in popluar number systems.

HEXC5844A
Decimal19713274
Binary11000101100001001001010
Octal305204112

Shades and tints

Shades of #C5844A

#C5844A
(197,132,74)
#B47844
(180,120,68)
#A36C3E
(163,108,62)
#926038
(146,96,56)
#815432
(129,84,50)
#70482C
(112,72,44)
#5F3C26
(95,60,38)
#4E3020
(78,48,32)
#3D241A
(61,36,26)
#2C1814
(44,24,20)
#1B0C0E
(27,12,14)
#000000
(0,0,0)

Tints of #C5844A

#C5844A
(197,132,74)
#CA8F5A
(202,143,90)
#CF9A6A
(207,154,106)
#D4A57A
(212,165,122)
#D9B08A
(217,176,138)
#DEBB9A
(222,187,154)
#E3C6AA
(227,198,170)
#E8D1BA
(232,209,186)
#EDDCCA
(237,220,202)
#F2E7DA
(242,231,218)
#F7F2EA
(247,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5844A color. Also use rgb(197,132,74) instead hex code.

Text Font Color

.myTextColor { color: #C5844A; }

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

This text font color is #C5844A.


Background Color

.myBgColor { background-color: #C5844A; }

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

This div background color is #C5844A.


Border color

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

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

This div border color is #C5844A.


Opacity

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

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

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

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

This text has shadow with #C5844A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5844A on black background.


Color preview on white background

This text has color #C5844A on white background.



Black color preview on #C5844A background

This text has black color on #C5844A background.


White color preview on #C5844A background

This text has white color on #C5844A background.