COLOR #C48833

HEX: #C48833
RGB: (196,136,51)

Color info

#C48833 contains mainly red color. Web safe color of #C48833 is #CC9933 (or #C93).

RGB color model

#C48833 color RGB value is (196,136,51).

  • red value is 196;
  • green value is 136;
  • blue value is 51.
RGB:
(196,136,51)
(77%,53%,20%)

RGB channels and saturation

R 196 of 255 = 77%
G 136 of 255 = 53%
B 51 of 255 = 20%

196
136
51

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

Portions of RGB colors in percentages

R + G + B =
196 + 136 + 51 = 383 (100%)
R 196 of 383 ~ 51.17%
G 136 of 383 ~ 35.51%
B 51 of 383 ~ 13.32%

%51.17
%35.51
%13.32

CMYK color model

#C48833 color CMYK value is (0,31,74,23).

  • cyan value is 0.00%
  • magenta value is 30.61%
  • yellow value is 73.98%
  • key color value is 23.14%
CMYK:
(0,31,74,23)
C0M31Y74K23 
(0%,31%,74%,23%)
(0.00/0.31/0.74/0.23)	

CMYK percentages

%0
%30.61
%73.98
%23.14

Codes

Color #C48833 in popluar color models

C48833
RGB19613651
HSL35°58.70%48.43%
HSB/HSV35°73.98%76.86%
CMYK0.00%30.61%73.98%
23.14%

Color #C48833 in popluar number systems.

HEXC48833
Decimal19613651
Binary1100010010001000110011
Octal30421063

Shades and tints

Shades of #C48833

#C48833
(196,136,51)
#B37C2F
(179,124,47)
#A2702B
(162,112,43)
#916427
(145,100,39)
#805823
(128,88,35)
#6F4C1F
(111,76,31)
#5E401B
(94,64,27)
#4D3417
(77,52,23)
#3C2813
(60,40,19)
#2B1C0F
(43,28,15)
#1A100B
(26,16,11)
#000000
(0,0,0)

Tints of #C48833

#C48833
(196,136,51)
#C99245
(201,146,69)
#CE9C57
(206,156,87)
#D3A669
(211,166,105)
#D8B07B
(216,176,123)
#DDBA8D
(221,186,141)
#E2C49F
(226,196,159)
#E7CEB1
(231,206,177)
#ECD8C3
(236,216,195)
#F1E2D5
(241,226,213)
#F6ECE7
(246,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48833 color. Also use rgb(196,136,51) instead hex code.

Text Font Color

.myTextColor { color: #C48833; }

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

This text font color is #C48833.


Background Color

.myBgColor { background-color: #C48833; }

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

This div background color is #C48833.


Border color

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

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

This div border color is #C48833.


Opacity

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

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

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

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

This text has shadow with #C48833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48833 on black background.


Color preview on white background

This text has color #C48833 on white background.



Black color preview on #C48833 background

This text has black color on #C48833 background.


White color preview on #C48833 background

This text has white color on #C48833 background.