COLOR #C3C37B

HEX: #C3C37B
RGB: (195,195,123)

Color info

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

RGB color model

#C3C37B color RGB value is (195,195,123).

  • red value is 195;
  • green value is 195;
  • blue value is 123.
RGB:
(195,195,123)
(76%,76%,48%)

RGB channels and saturation

R 195 of 255 = 76%
G 195 of 255 = 76%
B 123 of 255 = 48%

195
195
123

R + G + B ~ 67%. #C3C37B is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 195 + 123 = 513 (100%)
R 195 of 513 ~ 38.01%
G 195 of 513 ~ 38.01%
B 123 of 513 ~ 23.98%

%38.01
%38.01
%23.98

CMYK color model

#C3C37B color CMYK value is (0,0,37,24).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 36.92%
  • key color value is 23.53%
CMYK:
(0,0,37,24)
C0M0Y37K24 
(0%,0%,37%,24%)
(0.00/0.00/0.37/0.24)	

CMYK percentages

%0
%0
%36.92
%23.53

Codes

Color #C3C37B in popluar color models

C3C37B
RGB195195123
HSL60°37.50%62.35%
HSB/HSV60°36.92%76.47%
CMYK0.00%0.00%36.92%
23.53%

Color #C3C37B in popluar number systems.

HEXC3C37B
Decimal195195123
Binary11000011110000111111011
Octal303303173

Shades and tints

Shades of #C3C37B

#C3C37B
(195,195,123)
#B2B270
(178,178,112)
#A1A165
(161,161,101)
#90905A
(144,144,90)
#7F7F4F
(127,127,79)
#6E6E44
(110,110,68)
#5D5D39
(93,93,57)
#4C4C2E
(76,76,46)
#3B3B23
(59,59,35)
#2A2A18
(42,42,24)
#19190D
(25,25,13)
#000000
(0,0,0)

Tints of #C3C37B

#C3C37B
(195,195,123)
#C8C887
(200,200,135)
#CDCD93
(205,205,147)
#D2D29F
(210,210,159)
#D7D7AB
(215,215,171)
#DCDCB7
(220,220,183)
#E1E1C3
(225,225,195)
#E6E6CF
(230,230,207)
#EBEBDB
(235,235,219)
#F0F0E7
(240,240,231)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C37B; }

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

This text font color is #C3C37B.


Background Color

.myBgColor { background-color: #C3C37B; }

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

This div background color is #C3C37B.


Border color

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

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

This div border color is #C3C37B.


Opacity

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

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

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

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

This text has shadow with #C3C37B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C37B on black background.


Color preview on white background

This text has color #C3C37B on white background.



Black color preview on #C3C37B background

This text has black color on #C3C37B background.


White color preview on #C3C37B background

This text has white color on #C3C37B background.