COLOR #C5C38B

HEX: #C5C38B
RGB: (197,195,139)

Renk bilgisi

#C5C38B contains red, green and blue colors in about the same proportion. #C5C38B ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C5C38B color RGB value is (197,195,139).

  • kırmız ton 197;
  • yeşil ton 195;
  • mavi ton 139.
RGB:
(197,195,139)
(77%,76%,55%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 195 of 255 = 76%
B 139 of 255 = 55%

197
195
139

R + G + B ~ 69%. #C5C38B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 195 + 139 = 531 (100%)
R 197 of 531 ~ 37.1%
G 195 of 531 ~ 36.72%
B 139 of 531 ~ 26.18%

%37.1
%36.72
%26.18

CMYK RENK MODELİ

#C5C38B rengi CMYK tonu (0,1,29,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.02%
  • sarı tonu 29.44%
  • ana renk tonu 22.75%
CMYK:
(0,1,29,23)
C0M1Y29K23 
(0%,1%,29%,23%)
(0.00/0.01/0.29/0.23)	

CMYK yüzdeleri

%0
%1.02
%29.44
%22.75

Codes

Color #C5C38B in popluar color models

C5C38B
RGB197195139
HSL58°33.33%65.88%
HSB/HSV58°29.44%77.25%
CMYK0.00%1.02%29.44%
22.75%

Color #C5C38B in popluar number systems.

HEXC5C38B
Decimal197195139
Binary110001011100001110001011
Octal305303213

Shades and tints

Shades of #C5C38B

#C5C38B
(197,195,139)
#B4B27F
(180,178,127)
#A3A173
(163,161,115)
#929067
(146,144,103)
#817F5B
(129,127,91)
#706E4F
(112,110,79)
#5F5D43
(95,93,67)
#4E4C37
(78,76,55)
#3D3B2B
(61,59,43)
#2C2A1F
(44,42,31)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #C5C38B

#C5C38B
(197,195,139)
#CAC895
(202,200,149)
#CFCD9F
(207,205,159)
#D4D2A9
(212,210,169)
#D9D7B3
(217,215,179)
#DEDCBD
(222,220,189)
#E3E1C7
(227,225,199)
#E8E6D1
(232,230,209)
#EDEBDB
(237,235,219)
#F2F0E5
(242,240,229)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C38B; }

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

This text font color is #C5C38B.


Background Color

.myBgColor { background-color: #C5C38B; }

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

This div background color is #C5C38B.


Border color

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

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

This div border color is #C5C38B.


Opacity

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

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

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

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

This text has shadow with #C5C38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C38B on black background.


Color preview on white background

This text has color #C5C38B on white background.



Black color preview on #C5C38B background

This text has black color on #C5C38B background.


White color preview on #C5C38B background

This text has white color on #C5C38B background.