COLOR #C3C368

HEX: #C3C368 RGB: (195,195,104)

Color info

#C3C368 contains mainly red and green colors. Web safe color of #C3C368 is #CCCC66 (or #CC6).

RGB color model

#C3C368 color RGB value is (195,195,104).

RGB: (195,195,104) (76%, 76%, 41%)

RGB channels and saturation

R 195 of 255 = 76%
G 195 of 255 = 76%
B 104 of 255 = 41%

195
195
104

R + G + B ~ 64%. #C3C368 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 195 + 104 = 494 (100%)
R 195 of 494 ~ 39.47%
G 195 of 494 ~ 39.47%
B 104 of 494 ~ 21.05'%

%39.47
%39.47
%21.05

CMYK color model

#C3C368 color CMYK value is (0,0,47,24).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 23.53%

CMYK: (0,0,47,24)
C0M0Y47K24 (0%, 0%, 47%, 24%)
(0.00 / 0.00 / 0.47 / 0.24)

CMYK percentages

%0
%0
%46.67
%23.53

Codes

Color #C3C368 in popluar color models

C3 C3 68
RGB 195 195 104
HSL 60° 43.13% 58.63%
HSB/HSV 60° 46.67% 76.47%
CMYK 0.00% 0.00% 46.67%
23.53%

Color #C3C368 in popluar number systems.

HEX C3 C3 68
Decimal 195 195 104
Binary 11000011 11000011 1101000
Octal 303 303 150

Shades and tints

Shades of #C3C368

#C3C368
(195,195,104)
#B2B25F
(178,178,95)
#A1A156
(161,161,86)
#90904D
(144,144,77)
#7F7F44
(127,127,68)
#6E6E3B
(110,110,59)
#5D5D32
(93,93,50)
#4C4C29
(76,76,41)
#3B3B20
(59,59,32)
#2A2A17
(42,42,23)
#19190E
(25,25,14)
#000000
(0,0,0)

Tints of #C3C368

#C3C368
(195,195,104)
#C8C875
(200,200,117)
#CDCD82
(205,205,130)
#D2D28F
(210,210,143)
#D7D79C
(215,215,156)
#DCDCA9
(220,220,169)
#E1E1B6
(225,225,182)
#E6E6C3
(230,230,195)
#EBEBD0
(235,235,208)
#F0F0DD
(240,240,221)
#F5F5EA
(245,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C368; }

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

This text font color is #C3C368.

Background Color

.myBgColor { background-color: #C3C368; }

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

This div background color is #C3C368.

Border color

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

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

This div border color is #C3C368.

Opacity

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

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

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

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

This text has shadow with #C3C368 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3C368.

Preview

Color preview on black background

This text has color #C3C368 on black background.


Color preview on white background

This text has color #C3C368 on white background.


Black color preview on #C3C368 background

This text has black color on #C3C368 background.


White color preview on #C3C368 background

This text has white color on #C3C368 background.


Related colors

Complementary color

Complementary color for #hex is #3C3C97.


I love getcolorcode.com