COLOR #C3C123

HEX: #C3C123
RGB: (195,193,35)

Color info

#C3C123 contains mainly red and green colors. Web safe color of #C3C123 is #CCCC33 (or #CC3).

RGB color model

#C3C123 color RGB value is (195,193,35).

  • red value is 195;
  • green value is 193;
  • blue value is 35.
RGB:
(195,193,35)
(76%,76%,14%)

RGB channels and saturation

R 195 of 255 = 76%
G 193 of 255 = 76%
B 35 of 255 = 14%

195
193
35

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

Portions of RGB colors in percentages

R + G + B =
195 + 193 + 35 = 423 (100%)
R 195 of 423 ~ 46.1%
G 193 of 423 ~ 45.63%
B 35 of 423 ~ 8.27%

%46.1
%45.63

CMYK color model

#C3C123 color CMYK value is (0,1,82,24).

  • cyan value is 0.00%
  • magenta value is 1.03%
  • yellow value is 82.05%
  • key color value is 23.53%
CMYK:
(0,1,82,24)
C0M1Y82K24 
(0%,1%,82%,24%)
(0.00/0.01/0.82/0.24)	

CMYK percentages

%0
%1.03
%82.05
%23.53

Codes

Color #C3C123 in popluar color models

C3C123
RGB19519335
HSL59°69.57%45.10%
HSB/HSV59°82.05%76.47%
CMYK0.00%1.03%82.05%
23.53%

Color #C3C123 in popluar number systems.

HEXC3C123
Decimal19519335
Binary1100001111000001100011
Octal30330143

Shades and tints

Shades of #C3C123

#C3C123
(195,193,35)
#B2B020
(178,176,32)
#A19F1D
(161,159,29)
#908E1A
(144,142,26)
#7F7D17
(127,125,23)
#6E6C14
(110,108,20)
#5D5B11
(93,91,17)
#4C4A0E
(76,74,14)
#3B390B
(59,57,11)
#2A2808
(42,40,8)
#191705
(25,23,5)
#000000
(0,0,0)

Tints of #C3C123

#C3C123
(195,193,35)
#C8C637
(200,198,55)
#CDCB4B
(205,203,75)
#D2D05F
(210,208,95)
#D7D573
(215,213,115)
#DCDA87
(220,218,135)
#E1DF9B
(225,223,155)
#E6E4AF
(230,228,175)
#EBE9C3
(235,233,195)
#F0EED7
(240,238,215)
#F5F3EB
(245,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C123; }

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

This text font color is #C3C123.


Background Color

.myBgColor { background-color: #C3C123; }

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

This div background color is #C3C123.


Border color

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

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

This div border color is #C3C123.


Opacity

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

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

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

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

This text has shadow with #C3C123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C123 on black background.


Color preview on white background

This text has color #C3C123 on white background.



Black color preview on #C3C123 background

This text has black color on #C3C123 background.


White color preview on #C3C123 background

This text has white color on #C3C123 background.