COLOR #C48021

HEX: #C48021
RGB: (196,128,33)

Color info

#C48021 contains mainly red color. Web safe color of #C48021 is #CC6633 (or #C63).

RGB color model

#C48021 color RGB value is (196,128,33).

  • red value is 196;
  • green value is 128;
  • blue value is 33.
RGB:
(196,128,33)
(77%,50%,13%)

RGB channels and saturation

R 196 of 255 = 77%
G 128 of 255 = 50%
B 33 of 255 = 13%

196
128
33

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

Portions of RGB colors in percentages

R + G + B =
196 + 128 + 33 = 357 (100%)
R 196 of 357 ~ 54.9%
G 128 of 357 ~ 35.85%
B 33 of 357 ~ 9.24%

%54.9
%35.85

CMYK color model

#C48021 color CMYK value is (0,35,83,23).

  • cyan value is 0.00%
  • magenta value is 34.69%
  • yellow value is 83.16%
  • key color value is 23.14%
CMYK:
(0,35,83,23)
C0M35Y83K23 
(0%,35%,83%,23%)
(0.00/0.35/0.83/0.23)	

CMYK percentages

%0
%34.69
%83.16
%23.14

Codes

Color #C48021 in popluar color models

C48021
RGB19612833
HSL35°71.18%44.90%
HSB/HSV35°83.16%76.86%
CMYK0.00%34.69%83.16%
23.14%

Color #C48021 in popluar number systems.

HEXC48021
Decimal19612833
Binary1100010010000000100001
Octal30420041

Shades and tints

Shades of #C48021

#C48021
(196,128,33)
#B3751E
(179,117,30)
#A26A1B
(162,106,27)
#915F18
(145,95,24)
#805415
(128,84,21)
#6F4912
(111,73,18)
#5E3E0F
(94,62,15)
#4D330C
(77,51,12)
#3C2809
(60,40,9)
#2B1D06
(43,29,6)
#1A1203
(26,18,3)
#000000
(0,0,0)

Tints of #C48021

#C48021
(196,128,33)
#C98B35
(201,139,53)
#CE9649
(206,150,73)
#D3A15D
(211,161,93)
#D8AC71
(216,172,113)
#DDB785
(221,183,133)
#E2C299
(226,194,153)
#E7CDAD
(231,205,173)
#ECD8C1
(236,216,193)
#F1E3D5
(241,227,213)
#F6EEE9
(246,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48021 color. Also use rgb(196,128,33) instead hex code.

Text Font Color

.myTextColor { color: #C48021; }

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

This text font color is #C48021.


Background Color

.myBgColor { background-color: #C48021; }

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

This div background color is #C48021.


Border color

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

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

This div border color is #C48021.


Opacity

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

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

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

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

This text has shadow with #C48021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48021 on black background.


Color preview on white background

This text has color #C48021 on white background.



Black color preview on #C48021 background

This text has black color on #C48021 background.


White color preview on #C48021 background

This text has white color on #C48021 background.