COLOR #C4B353

HEX: #C4B353
RGB: (196,179,83)

Color info

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

RGB color model

#C4B353 color RGB value is (196,179,83).

  • red value is 196;
  • green value is 179;
  • blue value is 83.
RGB:
(196,179,83)
(77%,70%,33%)

RGB channels and saturation

R 196 of 255 = 77%
G 179 of 255 = 70%
B 83 of 255 = 33%

196
179
83

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

Portions of RGB colors in percentages

R + G + B =
196 + 179 + 83 = 458 (100%)
R 196 of 458 ~ 42.79%
G 179 of 458 ~ 39.08%
B 83 of 458 ~ 18.12%

%42.79
%39.08
%18.12

CMYK color model

#C4B353 color CMYK value is (0,9,58,23).

  • cyan value is 0.00%
  • magenta value is 8.67%
  • yellow value is 57.65%
  • key color value is 23.14%
CMYK:
(0,9,58,23)
C0M9Y58K23 
(0%,9%,58%,23%)
(0.00/0.09/0.58/0.23)	

CMYK percentages

%0
%8.67
%57.65
%23.14

Codes

Color #C4B353 in popluar color models

C4B353
RGB19617983
HSL51°48.92%54.71%
HSB/HSV51°57.65%76.86%
CMYK0.00%8.67%57.65%
23.14%

Color #C4B353 in popluar number systems.

HEXC4B353
Decimal19617983
Binary11000100101100111010011
Octal304263123

Shades and tints

Shades of #C4B353

#C4B353
(196,179,83)
#B3A34C
(179,163,76)
#A29345
(162,147,69)
#91833E
(145,131,62)
#807337
(128,115,55)
#6F6330
(111,99,48)
#5E5329
(94,83,41)
#4D4322
(77,67,34)
#3C331B
(60,51,27)
#2B2314
(43,35,20)
#1A130D
(26,19,13)
#000000
(0,0,0)

Tints of #C4B353

#C4B353
(196,179,83)
#C9B962
(201,185,98)
#CEBF71
(206,191,113)
#D3C580
(211,197,128)
#D8CB8F
(216,203,143)
#DDD19E
(221,209,158)
#E2D7AD
(226,215,173)
#E7DDBC
(231,221,188)
#ECE3CB
(236,227,203)
#F1E9DA
(241,233,218)
#F6EFE9
(246,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B353 color. Also use rgb(196,179,83) instead hex code.

Text Font Color

.myTextColor { color: #C4B353; }

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

This text font color is #C4B353.


Background Color

.myBgColor { background-color: #C4B353; }

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

This div background color is #C4B353.


Border color

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

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

This div border color is #C4B353.


Opacity

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

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

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

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

This text has shadow with #C4B353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B353 on black background.


Color preview on white background

This text has color #C4B353 on white background.



Black color preview on #C4B353 background

This text has black color on #C4B353 background.


White color preview on #C4B353 background

This text has white color on #C4B353 background.