COLOR #C4B152

HEX: #C4B152
RGB: (196,177,82)

Color info

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

RGB color model

#C4B152 color RGB value is (196,177,82).

  • red value is 196;
  • green value is 177;
  • blue value is 82.
RGB:
(196,177,82)
(77%,69%,32%)

RGB channels and saturation

R 196 of 255 = 77%
G 177 of 255 = 69%
B 82 of 255 = 32%

196
177
82

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

Portions of RGB colors in percentages

R + G + B =
196 + 177 + 82 = 455 (100%)
R 196 of 455 ~ 43.08%
G 177 of 455 ~ 38.9%
B 82 of 455 ~ 18.02%

%43.08
%38.9
%18.02

CMYK color model

#C4B152 color CMYK value is (0,10,58,23).

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 58.16%
  • key color value is 23.14%
CMYK:
(0,10,58,23)
C0M10Y58K23 
(0%,10%,58%,23%)
(0.00/0.10/0.58/0.23)	

CMYK percentages

%0
%9.69
%58.16
%23.14

Codes

Color #C4B152 in popluar color models

C4B152
RGB19617782
HSL50°49.14%54.51%
HSB/HSV50°58.16%76.86%
CMYK0.00%9.69%58.16%
23.14%

Color #C4B152 in popluar number systems.

HEXC4B152
Decimal19617782
Binary11000100101100011010010
Octal304261122

Shades and tints

Shades of #C4B152

#C4B152
(196,177,82)
#B3A14B
(179,161,75)
#A29144
(162,145,68)
#91813D
(145,129,61)
#807136
(128,113,54)
#6F612F
(111,97,47)
#5E5128
(94,81,40)
#4D4121
(77,65,33)
#3C311A
(60,49,26)
#2B2113
(43,33,19)
#1A110C
(26,17,12)
#000000
(0,0,0)

Tints of #C4B152

#C4B152
(196,177,82)
#C9B861
(201,184,97)
#CEBF70
(206,191,112)
#D3C67F
(211,198,127)
#D8CD8E
(216,205,142)
#DDD49D
(221,212,157)
#E2DBAC
(226,219,172)
#E7E2BB
(231,226,187)
#ECE9CA
(236,233,202)
#F1F0D9
(241,240,217)
#F6F7E8
(246,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B152 color. Also use rgb(196,177,82) instead hex code.

Text Font Color

.myTextColor { color: #C4B152; }

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

This text font color is #C4B152.


Background Color

.myBgColor { background-color: #C4B152; }

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

This div background color is #C4B152.


Border color

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

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

This div border color is #C4B152.


Opacity

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

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

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

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

This text has shadow with #C4B152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B152 on black background.


Color preview on white background

This text has color #C4B152 on white background.



Black color preview on #C4B152 background

This text has black color on #C4B152 background.


White color preview on #C4B152 background

This text has white color on #C4B152 background.