COLOR #C3945C

HEX: #C3945C
RGB: (195,148,92)

Color info

#C3945C contains mainly red and green colors. Web safe color of #C3945C is #CC9966 (or #C96).

RGB color model

#C3945C color RGB value is (195,148,92).

  • red value is 195;
  • green value is 148;
  • blue value is 92.
RGB:
(195,148,92)
(76%,58%,36%)

RGB channels and saturation

R 195 of 255 = 76%
G 148 of 255 = 58%
B 92 of 255 = 36%

195
148
92

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

Portions of RGB colors in percentages

R + G + B =
195 + 148 + 92 = 435 (100%)
R 195 of 435 ~ 44.83%
G 148 of 435 ~ 34.02%
B 92 of 435 ~ 21.15%

%44.83
%34.02
%21.15

CMYK color model

#C3945C color CMYK value is (0,24,53,24).

  • cyan value is 0.00%
  • magenta value is 24.10%
  • yellow value is 52.82%
  • key color value is 23.53%
CMYK:
(0,24,53,24)
C0M24Y53K24 
(0%,24%,53%,24%)
(0.00/0.24/0.53/0.24)	

CMYK percentages

%0
%24.1
%52.82
%23.53

Codes

Color #C3945C in popluar color models

C3945C
RGB19514892
HSL33°46.19%56.27%
HSB/HSV33°52.82%76.47%
CMYK0.00%24.10%52.82%
23.53%

Color #C3945C in popluar number systems.

HEXC3945C
Decimal19514892
Binary11000011100101001011100
Octal303224134

Shades and tints

Shades of #C3945C

#C3945C
(195,148,92)
#B28754
(178,135,84)
#A17A4C
(161,122,76)
#906D44
(144,109,68)
#7F603C
(127,96,60)
#6E5334
(110,83,52)
#5D462C
(93,70,44)
#4C3924
(76,57,36)
#3B2C1C
(59,44,28)
#2A1F14
(42,31,20)
#19120C
(25,18,12)
#000000
(0,0,0)

Tints of #C3945C

#C3945C
(195,148,92)
#C89D6A
(200,157,106)
#CDA678
(205,166,120)
#D2AF86
(210,175,134)
#D7B894
(215,184,148)
#DCC1A2
(220,193,162)
#E1CAB0
(225,202,176)
#E6D3BE
(230,211,190)
#EBDCCC
(235,220,204)
#F0E5DA
(240,229,218)
#F5EEE8
(245,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3945C; }

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

This text font color is #C3945C.


Background Color

.myBgColor { background-color: #C3945C; }

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

This div background color is #C3945C.


Border color

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

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

This div border color is #C3945C.


Opacity

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

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

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

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

This text has shadow with #C3945C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3945C on black background.


Color preview on white background

This text has color #C3945C on white background.



Black color preview on #C3945C background

This text has black color on #C3945C background.


White color preview on #C3945C background

This text has white color on #C3945C background.