COLOR #C4882A

HEX: #C4882A
RGB: (196,136,42)

Color info

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

RGB color model

#C4882A color RGB value is (196,136,42).

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

RGB channels and saturation

R 196 of 255 = 77%
G 136 of 255 = 53%
B 42 of 255 = 16%

196
136
42

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

Portions of RGB colors in percentages

R + G + B =
196 + 136 + 42 = 374 (100%)
R 196 of 374 ~ 52.41%
G 136 of 374 ~ 36.36%
B 42 of 374 ~ 11.23%

%52.41
%36.36
%11.23

CMYK color model

#C4882A color CMYK value is (0,31,79,23).

  • cyan value is 0.00%
  • magenta value is 30.61%
  • yellow value is 78.57%
  • key color value is 23.14%
CMYK:
(0,31,79,23)
C0M31Y79K23 
(0%,31%,79%,23%)
(0.00/0.31/0.79/0.23)	

CMYK percentages

%0
%30.61
%78.57
%23.14

Codes

Color #C4882A in popluar color models

C4882A
RGB19613642
HSL37°64.71%46.67%
HSB/HSV37°78.57%76.86%
CMYK0.00%30.61%78.57%
23.14%

Color #C4882A in popluar number systems.

HEXC4882A
Decimal19613642
Binary1100010010001000101010
Octal30421052

Shades and tints

Shades of #C4882A

#C4882A
(196,136,42)
#B37C27
(179,124,39)
#A27024
(162,112,36)
#916421
(145,100,33)
#80581E
(128,88,30)
#6F4C1B
(111,76,27)
#5E4018
(94,64,24)
#4D3415
(77,52,21)
#3C2812
(60,40,18)
#2B1C0F
(43,28,15)
#1A100C
(26,16,12)
#000000
(0,0,0)

Tints of #C4882A

#C4882A
(196,136,42)
#C9923D
(201,146,61)
#CE9C50
(206,156,80)
#D3A663
(211,166,99)
#D8B076
(216,176,118)
#DDBA89
(221,186,137)
#E2C49C
(226,196,156)
#E7CEAF
(231,206,175)
#ECD8C2
(236,216,194)
#F1E2D5
(241,226,213)
#F6ECE8
(246,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4882A; }

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

This text font color is #C4882A.


Background Color

.myBgColor { background-color: #C4882A; }

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

This div background color is #C4882A.


Border color

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

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

This div border color is #C4882A.


Opacity

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

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

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

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

This text has shadow with #C4882A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4882A on black background.


Color preview on white background

This text has color #C4882A on white background.



Black color preview on #C4882A background

This text has black color on #C4882A background.


White color preview on #C4882A background

This text has white color on #C4882A background.