COLOR #C49374

HEX: #C49374
RGB: (196,147,116)

Renk bilgisi

#C49374 contains mainly red and green colors. #C49374 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#C49374 color RGB value is (196,147,116).

  • kırmız ton 196;
  • yeşil ton 147;
  • mavi ton 116.
RGB:
(196,147,116)
(77%,58%,45%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 147 of 255 = 58%
B 116 of 255 = 45%

196
147
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 147 + 116 = 459 (100%)
R 196 of 459 ~ 42.7%
G 147 of 459 ~ 32.03%
B 116 of 459 ~ 25.27%

%42.7
%32.03
%25.27

CMYK RENK MODELİ

#C49374 rengi CMYK tonu (0,25,41,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.00%
  • sarı tonu 40.82%
  • ana renk tonu 23.14%
CMYK:
(0,25,41,23)
C0M25Y41K23 
(0%,25%,41%,23%)
(0.00/0.25/0.41/0.23)	

CMYK yüzdeleri

%0
%25
%40.82
%23.14

Codes

Color #C49374 in popluar color models

C49374
RGB196147116
HSL23°40.40%61.18%
HSB/HSV23°40.82%76.86%
CMYK0.00%25.00%40.82%
23.14%

Color #C49374 in popluar number systems.

HEXC49374
Decimal196147116
Binary11000100100100111110100
Octal304223164

Shades and tints

Shades of #C49374

#C49374
(196,147,116)
#B3866A
(179,134,106)
#A27960
(162,121,96)
#916C56
(145,108,86)
#805F4C
(128,95,76)
#6F5242
(111,82,66)
#5E4538
(94,69,56)
#4D382E
(77,56,46)
#3C2B24
(60,43,36)
#2B1E1A
(43,30,26)
#1A1110
(26,17,16)
#000000
(0,0,0)

Tints of #C49374

#C49374
(196,147,116)
#C99C80
(201,156,128)
#CEA58C
(206,165,140)
#D3AE98
(211,174,152)
#D8B7A4
(216,183,164)
#DDC0B0
(221,192,176)
#E2C9BC
(226,201,188)
#E7D2C8
(231,210,200)
#ECDBD4
(236,219,212)
#F1E4E0
(241,228,224)
#F6EDEC
(246,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49374 color. Also use rgb(196,147,116) instead hex code.

Text Font Color

.myTextColor { color: #C49374; }

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

This text font color is #C49374.


Background Color

.myBgColor { background-color: #C49374; }

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

This div background color is #C49374.


Border color

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

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

This div border color is #C49374.


Opacity

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

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

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

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

This text has shadow with #C49374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49374 on black background.


Color preview on white background

This text has color #C49374 on white background.



Black color preview on #C49374 background

This text has black color on #C49374 background.


White color preview on #C49374 background

This text has white color on #C49374 background.