COLOR #C7B44A

HEX: #C7B44A
RGB: (199,180,74)

Renk bilgisi

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

RGB renk modeli

#C7B44A color RGB value is (199,180,74).

  • kırmız ton 199;
  • yeşil ton 180;
  • mavi ton 74.
RGB:
(199,180,74)
(78%,71%,29%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 180 of 255 = 71%
B 74 of 255 = 29%

199
180
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 180 + 74 = 453 (100%)
R 199 of 453 ~ 43.93%
G 180 of 453 ~ 39.74%
B 74 of 453 ~ 16.34%

%43.93
%39.74
%16.34

CMYK RENK MODELİ

#C7B44A rengi CMYK tonu (0,10,63,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.55%
  • sarı tonu 62.81%
  • ana renk tonu 21.96%
CMYK:
(0,10,63,22)
C0M10Y63K22 
(0%,10%,63%,22%)
(0.00/0.10/0.63/0.22)	

CMYK yüzdeleri

%0
%9.55
%62.81
%21.96

Codes

Color #C7B44A in popluar color models

C7B44A
RGB19918074
HSL51°52.74%53.53%
HSB/HSV51°62.81%78.04%
CMYK0.00%9.55%62.81%
21.96%

Color #C7B44A in popluar number systems.

HEXC7B44A
Decimal19918074
Binary11000111101101001001010
Octal307264112

Shades and tints

Shades of #C7B44A

#C7B44A
(199,180,74)
#B5A444
(181,164,68)
#A3943E
(163,148,62)
#918438
(145,132,56)
#7F7432
(127,116,50)
#6D642C
(109,100,44)
#5B5426
(91,84,38)
#494420
(73,68,32)
#37341A
(55,52,26)
#252414
(37,36,20)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #C7B44A

#C7B44A
(199,180,74)
#CCBA5A
(204,186,90)
#D1C06A
(209,192,106)
#D6C67A
(214,198,122)
#DBCC8A
(219,204,138)
#E0D29A
(224,210,154)
#E5D8AA
(229,216,170)
#EADEBA
(234,222,186)
#EFE4CA
(239,228,202)
#F4EADA
(244,234,218)
#F9F0EA
(249,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B44A color. Also use rgb(199,180,74) instead hex code.

Text Font Color

.myTextColor { color: #C7B44A; }

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

This text font color is #C7B44A.


Background Color

.myBgColor { background-color: #C7B44A; }

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

This div background color is #C7B44A.


Border color

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

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

This div border color is #C7B44A.


Opacity

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

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

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

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

This text has shadow with #C7B44A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B44A on black background.


Color preview on white background

This text has color #C7B44A on white background.



Black color preview on #C7B44A background

This text has black color on #C7B44A background.


White color preview on #C7B44A background

This text has white color on #C7B44A background.