COLOR #C3BD63

HEX: #C3BD63
RGB: (195,189,99)

Renk bilgisi

#C3BD63 contains mainly red and green colors. #C3BD63 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#C3BD63 color RGB value is (195,189,99).

  • kırmız ton 195;
  • yeşil ton 189;
  • mavi ton 99.
RGB:
(195,189,99)
(76%,74%,39%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 189 of 255 = 74%
B 99 of 255 = 39%

195
189
99

R + G + B ~ 63%. #C3BD63 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 189 + 99 = 483 (100%)
R 195 of 483 ~ 40.37%
G 189 of 483 ~ 39.13%
B 99 of 483 ~ 20.5%

%40.37
%39.13
%20.5

CMYK RENK MODELİ

#C3BD63 rengi CMYK tonu (0,3,49,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.08%
  • sarı tonu 49.23%
  • ana renk tonu 23.53%
CMYK:
(0,3,49,24)
C0M3Y49K24 
(0%,3%,49%,24%)
(0.00/0.03/0.49/0.24)	

CMYK yüzdeleri

%0
%3.08
%49.23
%23.53

Codes

Color #C3BD63 in popluar color models

C3BD63
RGB19518999
HSL56°44.44%57.65%
HSB/HSV56°49.23%76.47%
CMYK0.00%3.08%49.23%
23.53%

Color #C3BD63 in popluar number systems.

HEXC3BD63
Decimal19518999
Binary11000011101111011100011
Octal303275143

Shades and tints

Shades of #C3BD63

#C3BD63
(195,189,99)
#B2AC5A
(178,172,90)
#A19B51
(161,155,81)
#908A48
(144,138,72)
#7F793F
(127,121,63)
#6E6836
(110,104,54)
#5D572D
(93,87,45)
#4C4624
(76,70,36)
#3B351B
(59,53,27)
#2A2412
(42,36,18)
#191309
(25,19,9)
#000000
(0,0,0)

Tints of #C3BD63

#C3BD63
(195,189,99)
#C8C371
(200,195,113)
#CDC97F
(205,201,127)
#D2CF8D
(210,207,141)
#D7D59B
(215,213,155)
#DCDBA9
(220,219,169)
#E1E1B7
(225,225,183)
#E6E7C5
(230,231,197)
#EBEDD3
(235,237,211)
#F0F3E1
(240,243,225)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BD63 color. Also use rgb(195,189,99) instead hex code.

Text Font Color

.myTextColor { color: #C3BD63; }

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

This text font color is #C3BD63.


Background Color

.myBgColor { background-color: #C3BD63; }

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

This div background color is #C3BD63.


Border color

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

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

This div border color is #C3BD63.


Opacity

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

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

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

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

This text has shadow with #C3BD63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BD63 on black background.


Color preview on white background

This text has color #C3BD63 on white background.



Black color preview on #C3BD63 background

This text has black color on #C3BD63 background.


White color preview on #C3BD63 background

This text has white color on #C3BD63 background.