COLOR #C3954B

HEX: #C3954B
RGB: (195,149,75)

Color info

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

RGB color model

#C3954B color RGB value is (195,149,75).

  • red value is 195;
  • green value is 149;
  • blue value is 75.
RGB:
(195,149,75)
(76%,58%,29%)

RGB channels and saturation

R 195 of 255 = 76%
G 149 of 255 = 58%
B 75 of 255 = 29%

195
149
75

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

Portions of RGB colors in percentages

R + G + B =
195 + 149 + 75 = 419 (100%)
R 195 of 419 ~ 46.54%
G 149 of 419 ~ 35.56%
B 75 of 419 ~ 17.9%

%46.54
%35.56
%17.9

CMYK color model

#C3954B color CMYK value is (0,24,62,24).

  • cyan value is 0.00%
  • magenta value is 23.59%
  • yellow value is 61.54%
  • key color value is 23.53%
CMYK:
(0,24,62,24)
C0M24Y62K24 
(0%,24%,62%,24%)
(0.00/0.24/0.62/0.24)	

CMYK percentages

%0
%23.59
%61.54
%23.53

Codes

Color #C3954B in popluar color models

C3954B
RGB19514975
HSL37°50.00%52.94%
HSB/HSV37°61.54%76.47%
CMYK0.00%23.59%61.54%
23.53%

Color #C3954B in popluar number systems.

HEXC3954B
Decimal19514975
Binary11000011100101011001011
Octal303225113

Shades and tints

Shades of #C3954B

#C3954B
(195,149,75)
#B28845
(178,136,69)
#A17B3F
(161,123,63)
#906E39
(144,110,57)
#7F6133
(127,97,51)
#6E542D
(110,84,45)
#5D4727
(93,71,39)
#4C3A21
(76,58,33)
#3B2D1B
(59,45,27)
#2A2015
(42,32,21)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #C3954B

#C3954B
(195,149,75)
#C89E5B
(200,158,91)
#CDA76B
(205,167,107)
#D2B07B
(210,176,123)
#D7B98B
(215,185,139)
#DCC29B
(220,194,155)
#E1CBAB
(225,203,171)
#E6D4BB
(230,212,187)
#EBDDCB
(235,221,203)
#F0E6DB
(240,230,219)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3954B; }

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

This text font color is #C3954B.


Background Color

.myBgColor { background-color: #C3954B; }

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

This div background color is #C3954B.


Border color

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

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

This div border color is #C3954B.


Opacity

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

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

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

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

This text has shadow with #C3954B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3954B on black background.


Color preview on white background

This text has color #C3954B on white background.



Black color preview on #C3954B background

This text has black color on #C3954B background.


White color preview on #C3954B background

This text has white color on #C3954B background.