COLOR #C3AD3D

HEX: #C3AD3D
RGB: (195,173,61)

Color info

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

RGB color model

#C3AD3D color RGB value is (195,173,61).

  • red value is 195;
  • green value is 173;
  • blue value is 61.
RGB:
(195,173,61)
(76%,68%,24%)

RGB channels and saturation

R 195 of 255 = 76%
G 173 of 255 = 68%
B 61 of 255 = 24%

195
173
61

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

Portions of RGB colors in percentages

R + G + B =
195 + 173 + 61 = 429 (100%)
R 195 of 429 ~ 45.45%
G 173 of 429 ~ 40.33%
B 61 of 429 ~ 14.22%

%45.45
%40.33
%14.22

CMYK color model

#C3AD3D color CMYK value is (0,11,69,24).

  • cyan value is 0.00%
  • magenta value is 11.28%
  • yellow value is 68.72%
  • key color value is 23.53%
CMYK:
(0,11,69,24)
C0M11Y69K24 
(0%,11%,69%,24%)
(0.00/0.11/0.69/0.24)	

CMYK percentages

%0
%11.28
%68.72
%23.53

Codes

Color #C3AD3D in popluar color models

C3AD3D
RGB19517361
HSL50°52.76%50.20%
HSB/HSV50°68.72%76.47%
CMYK0.00%11.28%68.72%
23.53%

Color #C3AD3D in popluar number systems.

HEXC3AD3D
Decimal19517361
Binary1100001110101101111101
Octal30325575

Shades and tints

Shades of #C3AD3D

#C3AD3D
(195,173,61)
#B29E38
(178,158,56)
#A18F33
(161,143,51)
#90802E
(144,128,46)
#7F7129
(127,113,41)
#6E6224
(110,98,36)
#5D531F
(93,83,31)
#4C441A
(76,68,26)
#3B3515
(59,53,21)
#2A2610
(42,38,16)
#19170B
(25,23,11)
#000000
(0,0,0)

Tints of #C3AD3D

#C3AD3D
(195,173,61)
#C8B44E
(200,180,78)
#CDBB5F
(205,187,95)
#D2C270
(210,194,112)
#D7C981
(215,201,129)
#DCD092
(220,208,146)
#E1D7A3
(225,215,163)
#E6DEB4
(230,222,180)
#EBE5C5
(235,229,197)
#F0ECD6
(240,236,214)
#F5F3E7
(245,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AD3D color. Also use rgb(195,173,61) instead hex code.

Text Font Color

.myTextColor { color: #C3AD3D; }

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

This text font color is #C3AD3D.


Background Color

.myBgColor { background-color: #C3AD3D; }

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

This div background color is #C3AD3D.


Border color

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

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

This div border color is #C3AD3D.


Opacity

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

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

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

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

This text has shadow with #C3AD3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AD3D on black background.


Color preview on white background

This text has color #C3AD3D on white background.



Black color preview on #C3AD3D background

This text has black color on #C3AD3D background.


White color preview on #C3AD3D background

This text has white color on #C3AD3D background.