COLOR #C5C36D

HEX: #C5C36D
RGB: (197,195,109)

Color info

#C5C36D contains mainly red and green colors. Web safe color of #C5C36D is #CCCC66 (or #CC6).

RGB color model

#C5C36D color RGB value is (197,195,109).

  • red value is 197;
  • green value is 195;
  • blue value is 109.
RGB:
(197,195,109)
(77%,76%,43%)

RGB channels and saturation

R 197 of 255 = 77%
G 195 of 255 = 76%
B 109 of 255 = 43%

197
195
109

R + G + B ~ 65%. #C5C36D is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 195 + 109 = 501 (100%)
R 197 of 501 ~ 39.32%
G 195 of 501 ~ 38.92%
B 109 of 501 ~ 21.76%

%39.32
%38.92
%21.76

CMYK color model

#C5C36D color CMYK value is (0,1,45,23).

  • cyan value is 0.00%
  • magenta value is 1.02%
  • yellow value is 44.67%
  • key color value is 22.75%
CMYK:
(0,1,45,23)
C0M1Y45K23 
(0%,1%,45%,23%)
(0.00/0.01/0.45/0.23)	

CMYK percentages

%0
%1.02
%44.67
%22.75

Codes

Color #C5C36D in popluar color models

C5C36D
RGB197195109
HSL59°43.14%60.00%
HSB/HSV59°44.67%77.25%
CMYK0.00%1.02%44.67%
22.75%

Color #C5C36D in popluar number systems.

HEXC5C36D
Decimal197195109
Binary11000101110000111101101
Octal305303155

Shades and tints

Shades of #C5C36D

#C5C36D
(197,195,109)
#B4B264
(180,178,100)
#A3A15B
(163,161,91)
#929052
(146,144,82)
#817F49
(129,127,73)
#706E40
(112,110,64)
#5F5D37
(95,93,55)
#4E4C2E
(78,76,46)
#3D3B25
(61,59,37)
#2C2A1C
(44,42,28)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #C5C36D

#C5C36D
(197,195,109)
#CAC87A
(202,200,122)
#CFCD87
(207,205,135)
#D4D294
(212,210,148)
#D9D7A1
(217,215,161)
#DEDCAE
(222,220,174)
#E3E1BB
(227,225,187)
#E8E6C8
(232,230,200)
#EDEBD5
(237,235,213)
#F2F0E2
(242,240,226)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C36D; }

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

This text font color is #C5C36D.


Background Color

.myBgColor { background-color: #C5C36D; }

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

This div background color is #C5C36D.


Border color

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

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

This div border color is #C5C36D.


Opacity

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

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

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

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

This text has shadow with #C5C36D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C36D on black background.


Color preview on white background

This text has color #C5C36D on white background.



Black color preview on #C5C36D background

This text has black color on #C5C36D background.


White color preview on #C5C36D background

This text has white color on #C5C36D background.