COLOR #C3AF39

HEX: #C3AF39
RGB: (195,175,57)

Color info

#C3AF39 contains mainly red and green colors. Web safe color of #C3AF39 is #CC9933 (or #C93).

RGB color model

#C3AF39 color RGB value is (195,175,57).

  • red value is 195;
  • green value is 175;
  • blue value is 57.
RGB:
(195,175,57)
(76%,69%,22%)

RGB channels and saturation

R 195 of 255 = 76%
G 175 of 255 = 69%
B 57 of 255 = 22%

195
175
57

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

Portions of RGB colors in percentages

R + G + B =
195 + 175 + 57 = 427 (100%)
R 195 of 427 ~ 45.67%
G 175 of 427 ~ 40.98%
B 57 of 427 ~ 13.35%

%45.67
%40.98
%13.35

CMYK color model

#C3AF39 color CMYK value is (0,10,71,24).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 70.77%
  • key color value is 23.53%
CMYK:
(0,10,71,24)
C0M10Y71K24 
(0%,10%,71%,24%)
(0.00/0.10/0.71/0.24)	

CMYK percentages

%0
%10.26
%70.77
%23.53

Codes

Color #C3AF39 in popluar color models

C3AF39
RGB19517557
HSL51°54.76%49.41%
HSB/HSV51°70.77%76.47%
CMYK0.00%10.26%70.77%
23.53%

Color #C3AF39 in popluar number systems.

HEXC3AF39
Decimal19517557
Binary1100001110101111111001
Octal30325771

Shades and tints

Shades of #C3AF39

#C3AF39
(195,175,57)
#B2A034
(178,160,52)
#A1912F
(161,145,47)
#90822A
(144,130,42)
#7F7325
(127,115,37)
#6E6420
(110,100,32)
#5D551B
(93,85,27)
#4C4616
(76,70,22)
#3B3711
(59,55,17)
#2A280C
(42,40,12)
#191907
(25,25,7)
#000000
(0,0,0)

Tints of #C3AF39

#C3AF39
(195,175,57)
#C8B64B
(200,182,75)
#CDBD5D
(205,189,93)
#D2C46F
(210,196,111)
#D7CB81
(215,203,129)
#DCD293
(220,210,147)
#E1D9A5
(225,217,165)
#E6E0B7
(230,224,183)
#EBE7C9
(235,231,201)
#F0EEDB
(240,238,219)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AF39 color. Also use rgb(195,175,57) instead hex code.

Text Font Color

.myTextColor { color: #C3AF39; }

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

This text font color is #C3AF39.


Background Color

.myBgColor { background-color: #C3AF39; }

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

This div background color is #C3AF39.


Border color

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

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

This div border color is #C3AF39.


Opacity

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

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

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

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

This text has shadow with #C3AF39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AF39 on black background.


Color preview on white background

This text has color #C3AF39 on white background.



Black color preview on #C3AF39 background

This text has black color on #C3AF39 background.


White color preview on #C3AF39 background

This text has white color on #C3AF39 background.