COLOR #C4835D

HEX: #C4835D
RGB: (196,131,93)

Color info

#C4835D contains mainly red color. Web safe color of #C4835D is #CC9966 (or #C96).

RGB color model

#C4835D color RGB value is (196,131,93).

  • red value is 196;
  • green value is 131;
  • blue value is 93.
RGB:
(196,131,93)
(77%,51%,36%)

RGB channels and saturation

R 196 of 255 = 77%
G 131 of 255 = 51%
B 93 of 255 = 36%

196
131
93

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

Portions of RGB colors in percentages

R + G + B =
196 + 131 + 93 = 420 (100%)
R 196 of 420 ~ 46.67%
G 131 of 420 ~ 31.19%
B 93 of 420 ~ 22.14%

%46.67
%31.19
%22.14

CMYK color model

#C4835D color CMYK value is (0,33,53,23).

  • cyan value is 0.00%
  • magenta value is 33.16%
  • yellow value is 52.55%
  • key color value is 23.14%
CMYK:
(0,33,53,23)
C0M33Y53K23 
(0%,33%,53%,23%)
(0.00/0.33/0.53/0.23)	

CMYK percentages

%0
%33.16
%52.55
%23.14

Codes

Color #C4835D in popluar color models

C4835D
RGB19613193
HSL22°46.61%56.67%
HSB/HSV22°52.55%76.86%
CMYK0.00%33.16%52.55%
23.14%

Color #C4835D in popluar number systems.

HEXC4835D
Decimal19613193
Binary11000100100000111011101
Octal304203135

Shades and tints

Shades of #C4835D

#C4835D
(196,131,93)
#B37855
(179,120,85)
#A26D4D
(162,109,77)
#916245
(145,98,69)
#80573D
(128,87,61)
#6F4C35
(111,76,53)
#5E412D
(94,65,45)
#4D3625
(77,54,37)
#3C2B1D
(60,43,29)
#2B2015
(43,32,21)
#1A150D
(26,21,13)
#000000
(0,0,0)

Tints of #C4835D

#C4835D
(196,131,93)
#C98E6B
(201,142,107)
#CE9979
(206,153,121)
#D3A487
(211,164,135)
#D8AF95
(216,175,149)
#DDBAA3
(221,186,163)
#E2C5B1
(226,197,177)
#E7D0BF
(231,208,191)
#ECDBCD
(236,219,205)
#F1E6DB
(241,230,219)
#F6F1E9
(246,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4835D color. Also use rgb(196,131,93) instead hex code.

Text Font Color

.myTextColor { color: #C4835D; }

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

This text font color is #C4835D.


Background Color

.myBgColor { background-color: #C4835D; }

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

This div background color is #C4835D.


Border color

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

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

This div border color is #C4835D.


Opacity

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

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

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

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

This text has shadow with #C4835D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4835D on black background.


Color preview on white background

This text has color #C4835D on white background.



Black color preview on #C4835D background

This text has black color on #C4835D background.


White color preview on #C4835D background

This text has white color on #C4835D background.