COLOR #C4A74F

HEX: #C4A74F
RGB: (196,167,79)

Renk bilgisi

#C4A74F contains mainly red and green colors. #C4A74F ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#C4A74F color RGB value is (196,167,79).

  • kırmız ton 196;
  • yeşil ton 167;
  • mavi ton 79.
RGB:
(196,167,79)
(77%,65%,31%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 167 of 255 = 65%
B 79 of 255 = 31%

196
167
79

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 167 + 79 = 442 (100%)
R 196 of 442 ~ 44.34%
G 167 of 442 ~ 37.78%
B 79 of 442 ~ 17.87%

%44.34
%37.78
%17.87

CMYK RENK MODELİ

#C4A74F rengi CMYK tonu (0,15,60,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.80%
  • sarı tonu 59.69%
  • ana renk tonu 23.14%
CMYK:
(0,15,60,23)
C0M15Y60K23 
(0%,15%,60%,23%)
(0.00/0.15/0.60/0.23)	

CMYK yüzdeleri

%0
%14.8
%59.69
%23.14

Codes

Color #C4A74F in popluar color models

C4A74F
RGB19616779
HSL45°49.79%53.92%
HSB/HSV45°59.69%76.86%
CMYK0.00%14.80%59.69%
23.14%

Color #C4A74F in popluar number systems.

HEXC4A74F
Decimal19616779
Binary11000100101001111001111
Octal304247117

Shades and tints

Shades of #C4A74F

#C4A74F
(196,167,79)
#B39848
(179,152,72)
#A28941
(162,137,65)
#917A3A
(145,122,58)
#806B33
(128,107,51)
#6F5C2C
(111,92,44)
#5E4D25
(94,77,37)
#4D3E1E
(77,62,30)
#3C2F17
(60,47,23)
#2B2010
(43,32,16)
#1A1109
(26,17,9)
#000000
(0,0,0)

Tints of #C4A74F

#C4A74F
(196,167,79)
#C9AF5F
(201,175,95)
#CEB76F
(206,183,111)
#D3BF7F
(211,191,127)
#D8C78F
(216,199,143)
#DDCF9F
(221,207,159)
#E2D7AF
(226,215,175)
#E7DFBF
(231,223,191)
#ECE7CF
(236,231,207)
#F1EFDF
(241,239,223)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A74F color. Also use rgb(196,167,79) instead hex code.

Text Font Color

.myTextColor { color: #C4A74F; }

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

This text font color is #C4A74F.


Background Color

.myBgColor { background-color: #C4A74F; }

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

This div background color is #C4A74F.


Border color

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

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

This div border color is #C4A74F.


Opacity

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

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

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

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

This text has shadow with #C4A74F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A74F on black background.


Color preview on white background

This text has color #C4A74F on white background.



Black color preview on #C4A74F background

This text has black color on #C4A74F background.


White color preview on #C4A74F background

This text has white color on #C4A74F background.