COLOR #C59541

HEX: #C59541
RGB: (197,149,65)

Renk bilgisi

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

RGB renk modeli

#C59541 color RGB value is (197,149,65).

  • kırmız ton 197;
  • yeşil ton 149;
  • mavi ton 65.
RGB:
(197,149,65)
(77%,58%,25%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 149 of 255 = 58%
B 65 of 255 = 25%

197
149
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 149 + 65 = 411 (100%)
R 197 of 411 ~ 47.93%
G 149 of 411 ~ 36.25%
B 65 of 411 ~ 15.82%

%47.93
%36.25
%15.82

CMYK RENK MODELİ

#C59541 rengi CMYK tonu (0,24,67,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.37%
  • sarı tonu 67.01%
  • ana renk tonu 22.75%
CMYK:
(0,24,67,23)
C0M24Y67K23 
(0%,24%,67%,23%)
(0.00/0.24/0.67/0.23)	

CMYK yüzdeleri

%0
%24.37
%67.01
%22.75

Codes

Color #C59541 in popluar color models

C59541
RGB19714965
HSL38°53.23%51.37%
HSB/HSV38°67.01%77.25%
CMYK0.00%24.37%67.01%
22.75%

Color #C59541 in popluar number systems.

HEXC59541
Decimal19714965
Binary11000101100101011000001
Octal305225101

Shades and tints

Shades of #C59541

#C59541
(197,149,65)
#B4883C
(180,136,60)
#A37B37
(163,123,55)
#926E32
(146,110,50)
#81612D
(129,97,45)
#705428
(112,84,40)
#5F4723
(95,71,35)
#4E3A1E
(78,58,30)
#3D2D19
(61,45,25)
#2C2014
(44,32,20)
#1B130F
(27,19,15)
#000000
(0,0,0)

Tints of #C59541

#C59541
(197,149,65)
#CA9E52
(202,158,82)
#CFA763
(207,167,99)
#D4B074
(212,176,116)
#D9B985
(217,185,133)
#DEC296
(222,194,150)
#E3CBA7
(227,203,167)
#E8D4B8
(232,212,184)
#EDDDC9
(237,221,201)
#F2E6DA
(242,230,218)
#F7EFEB
(247,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59541 color. Also use rgb(197,149,65) instead hex code.

Text Font Color

.myTextColor { color: #C59541; }

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

This text font color is #C59541.


Background Color

.myBgColor { background-color: #C59541; }

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

This div background color is #C59541.


Border color

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

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

This div border color is #C59541.


Opacity

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

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

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

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

This text has shadow with #C59541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59541 on black background.


Color preview on white background

This text has color #C59541 on white background.



Black color preview on #C59541 background

This text has black color on #C59541 background.


White color preview on #C59541 background

This text has white color on #C59541 background.