COLOR #C59B46

HEX: #C59B46
RGB: (197,155,70)

Renk bilgisi

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

RGB renk modeli

#C59B46 color RGB value is (197,155,70).

  • kırmız ton 197;
  • yeşil ton 155;
  • mavi ton 70.
RGB:
(197,155,70)
(77%,61%,27%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 155 of 255 = 61%
B 70 of 255 = 27%

197
155
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 155 + 70 = 422 (100%)
R 197 of 422 ~ 46.68%
G 155 of 422 ~ 36.73%
B 70 of 422 ~ 16.59%

%46.68
%36.73
%16.59

CMYK RENK MODELİ

#C59B46 rengi CMYK tonu (0,21,64,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.32%
  • sarı tonu 64.47%
  • ana renk tonu 22.75%
CMYK:
(0,21,64,23)
C0M21Y64K23 
(0%,21%,64%,23%)
(0.00/0.21/0.64/0.23)	

CMYK yüzdeleri

%0
%21.32
%64.47
%22.75

Codes

Color #C59B46 in popluar color models

C59B46
RGB19715570
HSL40°52.26%52.35%
HSB/HSV40°64.47%77.25%
CMYK0.00%21.32%64.47%
22.75%

Color #C59B46 in popluar number systems.

HEXC59B46
Decimal19715570
Binary11000101100110111000110
Octal305233106

Shades and tints

Shades of #C59B46

#C59B46
(197,155,70)
#B48D40
(180,141,64)
#A37F3A
(163,127,58)
#927134
(146,113,52)
#81632E
(129,99,46)
#705528
(112,85,40)
#5F4722
(95,71,34)
#4E391C
(78,57,28)
#3D2B16
(61,43,22)
#2C1D10
(44,29,16)
#1B0F0A
(27,15,10)
#000000
(0,0,0)

Tints of #C59B46

#C59B46
(197,155,70)
#CAA456
(202,164,86)
#CFAD66
(207,173,102)
#D4B676
(212,182,118)
#D9BF86
(217,191,134)
#DEC896
(222,200,150)
#E3D1A6
(227,209,166)
#E8DAB6
(232,218,182)
#EDE3C6
(237,227,198)
#F2ECD6
(242,236,214)
#F7F5E6
(247,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59B46 color. Also use rgb(197,155,70) instead hex code.

Text Font Color

.myTextColor { color: #C59B46; }

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

This text font color is #C59B46.


Background Color

.myBgColor { background-color: #C59B46; }

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

This div background color is #C59B46.


Border color

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

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

This div border color is #C59B46.


Opacity

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

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

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

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

This text has shadow with #C59B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59B46 on black background.


Color preview on white background

This text has color #C59B46 on white background.



Black color preview on #C59B46 background

This text has black color on #C59B46 background.


White color preview on #C59B46 background

This text has white color on #C59B46 background.