COLOR #C5C27C

HEX: #C5C27C
RGB: (197,194,124)

Color info

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

RGB color model

#C5C27C color RGB value is (197,194,124).

  • red value is 197;
  • green value is 194;
  • blue value is 124.
RGB: (197,194,124) (77%,76%,49%)

RGB channels and saturation

R 197 of 255 = 77%
G 194 of 255 = 76%
B 124 of 255 = 49%

197
194
124

R + G + B ~ 67%. #C5C27C is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 194 + 124 = 515 (100%)
R 197 of 515 ~ 38.25%
G 194 of 515 ~ 37.67%
B 124 of 515 ~ 24.08%

%38.25
%37.67
%24.08

CMYK color model

#C5C27C color CMYK value is (0,2,37,23).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 37.06%
  • key color value is 22.75%
CMYK: (0,2,37,23) C0M2Y37K23 (0%,2%,37%,23%) (0.00/0.02/0.37/0.23)

CMYK percentages

%0
%1.52
%37.06
%22.75

Codes

Color #C5C27C in popluar color models

C5C27C
RGB197194124
HSL58°38.62%62.94%
HSB/HSV58°37.06%77.25%
CMYK0.00%1.52%37.06%
22.75%

Color #C5C27C in popluar number systems.

HEXC5C27C
Decimal197194124
Binary11000101110000101111100
Octal305302174

Shades and tints

Shades of #C5C27C

#C5C27C
(197,194,124)
#B4B171
(180,177,113)
#A3A066
(163,160,102)
#928F5B
(146,143,91)
#817E50
(129,126,80)
#706D45
(112,109,69)
#5F5C3A
(95,92,58)
#4E4B2F
(78,75,47)
#3D3A24
(61,58,36)
#2C2919
(44,41,25)
#1B180E
(27,24,14)
#000000
(0,0,0)

Tints of #C5C27C

#C5C27C
(197,194,124)
#CAC787
(202,199,135)
#CFCC92
(207,204,146)
#D4D19D
(212,209,157)
#D9D6A8
(217,214,168)
#DEDBB3
(222,219,179)
#E3E0BE
(227,224,190)
#E8E5C9
(232,229,201)
#EDEAD4
(237,234,212)
#F2EFDF
(242,239,223)
#F7F4EA
(247,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C27C; }

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

This text font color is #C5C27C.


Background Color

.myBgColor { background-color: #C5C27C; }

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

This div background color is #C5C27C.


Border color

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

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

This div border color is #C5C27C.


Opacity

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

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

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

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

This text has shadow with #C5C27C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C5C27C on black background.


Color preview on white background

This text has color #C5C27C on white background.



Black color preview on #C5C27C background

This text has black color on #C5C27C background.


White color preview on #C5C27C background

This text has white color on #C5C27C background.