COLOR #C5C53C

HEX: #C5C53C
RGB: (197,197,60)

Renk bilgisi

#C5C53C contains mainly red and green colors. #C5C53C ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#C5C53C color RGB value is (197,197,60).

  • kırmız ton 197;
  • yeşil ton 197;
  • mavi ton 60.
RGB:
(197,197,60)
(77%,77%,24%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 197 of 255 = 77%
B 60 of 255 = 24%

197
197
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 197 + 60 = 454 (100%)
R 197 of 454 ~ 43.39%
G 197 of 454 ~ 43.39%
B 60 of 454 ~ 13.22%

%43.39
%43.39
%13.22

CMYK RENK MODELİ

#C5C53C rengi CMYK tonu (0,0,70,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 69.54%
  • ana renk tonu 22.75%
CMYK:
(0,0,70,23)
C0M0Y70K23 
(0%,0%,70%,23%)
(0.00/0.00/0.70/0.23)	

CMYK yüzdeleri

%0
%0
%69.54
%22.75

Codes

Color #C5C53C in popluar color models

C5C53C
RGB19719760
HSL60°54.15%50.39%
HSB/HSV60°69.54%77.25%
CMYK0.00%0.00%69.54%
22.75%

Color #C5C53C in popluar number systems.

HEXC5C53C
Decimal19719760
Binary1100010111000101111100
Octal30530574

Shades and tints

Shades of #C5C53C

#C5C53C
(197,197,60)
#B4B437
(180,180,55)
#A3A332
(163,163,50)
#92922D
(146,146,45)
#818128
(129,129,40)
#707023
(112,112,35)
#5F5F1E
(95,95,30)
#4E4E19
(78,78,25)
#3D3D14
(61,61,20)
#2C2C0F
(44,44,15)
#1B1B0A
(27,27,10)
#000000
(0,0,0)

Tints of #C5C53C

#C5C53C
(197,197,60)
#CACA4D
(202,202,77)
#CFCF5E
(207,207,94)
#D4D46F
(212,212,111)
#D9D980
(217,217,128)
#DEDE91
(222,222,145)
#E3E3A2
(227,227,162)
#E8E8B3
(232,232,179)
#EDEDC4
(237,237,196)
#F2F2D5
(242,242,213)
#F7F7E6
(247,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C53C; }

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

This text font color is #C5C53C.


Background Color

.myBgColor { background-color: #C5C53C; }

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

This div background color is #C5C53C.


Border color

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

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

This div border color is #C5C53C.


Opacity

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

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

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

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

This text has shadow with #C5C53C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C53C on black background.


Color preview on white background

This text has color #C5C53C on white background.



Black color preview on #C5C53C background

This text has black color on #C5C53C background.


White color preview on #C5C53C background

This text has white color on #C5C53C background.