COLOR #C4967B

HEX: #C4967B
RGB: (196,150,123)

Color info

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

RGB color model

#C4967B color RGB value is (196,150,123).

  • red value is 196;
  • green value is 150;
  • blue value is 123.
RGB:
(196,150,123)
(77%,59%,48%)

RGB channels and saturation

R 196 of 255 = 77%
G 150 of 255 = 59%
B 123 of 255 = 48%

196
150
123

R + G + B ~ 61%. #C4967B is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 150 + 123 = 469 (100%)
R 196 of 469 ~ 41.79%
G 150 of 469 ~ 31.98%
B 123 of 469 ~ 26.23%

%41.79
%31.98
%26.23

CMYK color model

#C4967B color CMYK value is (0,23,37,23).

  • cyan value is 0.00%
  • magenta value is 23.47%
  • yellow value is 37.24%
  • key color value is 23.14%
CMYK:
(0,23,37,23)
C0M23Y37K23 
(0%,23%,37%,23%)
(0.00/0.23/0.37/0.23)	

CMYK percentages

%0
%23.47
%37.24
%23.14

Codes

Color #C4967B in popluar color models

C4967B
RGB196150123
HSL22°38.22%62.55%
HSB/HSV22°37.24%76.86%
CMYK0.00%23.47%37.24%
23.14%

Color #C4967B in popluar number systems.

HEXC4967B
Decimal196150123
Binary11000100100101101111011
Octal304226173

Shades and tints

Shades of #C4967B

#C4967B
(196,150,123)
#B38970
(179,137,112)
#A27C65
(162,124,101)
#916F5A
(145,111,90)
#80624F
(128,98,79)
#6F5544
(111,85,68)
#5E4839
(94,72,57)
#4D3B2E
(77,59,46)
#3C2E23
(60,46,35)
#2B2118
(43,33,24)
#1A140D
(26,20,13)
#000000
(0,0,0)

Tints of #C4967B

#C4967B
(196,150,123)
#C99F87
(201,159,135)
#CEA893
(206,168,147)
#D3B19F
(211,177,159)
#D8BAAB
(216,186,171)
#DDC3B7
(221,195,183)
#E2CCC3
(226,204,195)
#E7D5CF
(231,213,207)
#ECDEDB
(236,222,219)
#F1E7E7
(241,231,231)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4967B; }

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

This text font color is #C4967B.


Background Color

.myBgColor { background-color: #C4967B; }

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

This div background color is #C4967B.


Border color

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

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

This div border color is #C4967B.


Opacity

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

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

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

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

This text has shadow with #C4967B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4967B on black background.


Color preview on white background

This text has color #C4967B on white background.



Black color preview on #C4967B background

This text has black color on #C4967B background.


White color preview on #C4967B background

This text has white color on #C4967B background.