COLOR #C5A25A

HEX: #C5A25A
RGB: (197,162,90)

Renk bilgisi

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

RGB renk modeli

#C5A25A color RGB value is (197,162,90).

  • kırmız ton 197;
  • yeşil ton 162;
  • mavi ton 90.
RGB:
(197,162,90)
(77%,64%,35%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 162 of 255 = 64%
B 90 of 255 = 35%

197
162
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 162 + 90 = 449 (100%)
R 197 of 449 ~ 43.88%
G 162 of 449 ~ 36.08%
B 90 of 449 ~ 20.04%

%43.88
%36.08
%20.04

CMYK RENK MODELİ

#C5A25A rengi CMYK tonu (0,18,54,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.77%
  • sarı tonu 54.31%
  • ana renk tonu 22.75%
CMYK:
(0,18,54,23)
C0M18Y54K23 
(0%,18%,54%,23%)
(0.00/0.18/0.54/0.23)	

CMYK yüzdeleri

%0
%17.77
%54.31
%22.75

Codes

Color #C5A25A in popluar color models

C5A25A
RGB19716290
HSL40°47.98%56.27%
HSB/HSV40°54.31%77.25%
CMYK0.00%17.77%54.31%
22.75%

Color #C5A25A in popluar number systems.

HEXC5A25A
Decimal19716290
Binary11000101101000101011010
Octal305242132

Shades and tints

Shades of #C5A25A

#C5A25A
(197,162,90)
#B49452
(180,148,82)
#A3864A
(163,134,74)
#927842
(146,120,66)
#816A3A
(129,106,58)
#705C32
(112,92,50)
#5F4E2A
(95,78,42)
#4E4022
(78,64,34)
#3D321A
(61,50,26)
#2C2412
(44,36,18)
#1B160A
(27,22,10)
#000000
(0,0,0)

Tints of #C5A25A

#C5A25A
(197,162,90)
#CAAA69
(202,170,105)
#CFB278
(207,178,120)
#D4BA87
(212,186,135)
#D9C296
(217,194,150)
#DECAA5
(222,202,165)
#E3D2B4
(227,210,180)
#E8DAC3
(232,218,195)
#EDE2D2
(237,226,210)
#F2EAE1
(242,234,225)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A25A color. Also use rgb(197,162,90) instead hex code.

Text Font Color

.myTextColor { color: #C5A25A; }

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

This text font color is #C5A25A.


Background Color

.myBgColor { background-color: #C5A25A; }

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

This div background color is #C5A25A.


Border color

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

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

This div border color is #C5A25A.


Opacity

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

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

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

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

This text has shadow with #C5A25A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A25A on black background.


Color preview on white background

This text has color #C5A25A on white background.



Black color preview on #C5A25A background

This text has black color on #C5A25A background.


White color preview on #C5A25A background

This text has white color on #C5A25A background.