COLOR #C4923C

HEX: #C4923C RGB: (196,146,60)

Color info

#C4923C contains mainly red and green colors. Web safe color of #C4923C is #CC9933 (or #C93).

RGB color model

#C4923C color RGB value is (196,146,60).

RGB: (196,146,60) (77%, 57%, 24%)

RGB channels and saturation

R 196 of 255 = 77%
G 146 of 255 = 57%
B 60 of 255 = 24%

196
146
60

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

Portions of RGB colors in percentages

R + G + B = 196 + 146 + 60 = 402 (100%)
R 196 of 402 ~ 48.76%
G 146 of 402 ~ 36.32%
B 60 of 402 ~ 14.93'%

%48.76
%36.32
%14.93

CMYK color model

#C4923C color CMYK value is (0,26,69,23).

  • cyan value is 0.00%
  • magenta value is 25.51%
  • yellow value is 69.39%
  • key color value is 23.14%

CMYK: (0,26,69,23)
C0M26Y69K23 (0%, 26%, 69%, 23%)
(0.00 / 0.26 / 0.69 / 0.23)

CMYK percentages

%0
%25.51
%69.39
%23.14

Codes

Color #C4923C in popluar color models

C4 92 3C
RGB 196 146 60
HSL 38° 53.54% 50.20%
HSB/HSV 38° 69.39% 76.86%
CMYK 0.00% 25.51% 69.39%
23.14%

Color #C4923C in popluar number systems.

HEX C4 92 3C
Decimal 196 146 60
Binary 11000100 10010010 111100
Octal 304 222 74

Shades and tints

Shades of #C4923C

#C4923C
(196,146,60)
#B38537
(179,133,55)
#A27832
(162,120,50)
#916B2D
(145,107,45)
#805E28
(128,94,40)
#6F5123
(111,81,35)
#5E441E
(94,68,30)
#4D3719
(77,55,25)
#3C2A14
(60,42,20)
#2B1D0F
(43,29,15)
#1A100A
(26,16,10)
#000000
(0,0,0)

Tints of #C4923C

#C4923C
(196,146,60)
#C99B4D
(201,155,77)
#CEA45E
(206,164,94)
#D3AD6F
(211,173,111)
#D8B680
(216,182,128)
#DDBF91
(221,191,145)
#E2C8A2
(226,200,162)
#E7D1B3
(231,209,179)
#ECDAC4
(236,218,196)
#F1E3D5
(241,227,213)
#F6ECE6
(246,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4923C color. Also use rgb(196,146,60) instead hex code.

Text Font Color

.myTextColor { color: #C4923C; }

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

This text font color is #C4923C.

Background Color

.myBgColor { background-color: #C4923C; }

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

This div background color is #C4923C.

Border color

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

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

This div border color is #C4923C.

Opacity

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

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

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

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

This text has shadow with #C4923C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4923C.

Preview

Color preview on black background

This text has color #C4923C on black background.


Color preview on white background

This text has color #C4923C on white background.


Black color preview on #C4923C background

This text has black color on #C4923C background.


White color preview on #C4923C background

This text has white color on #C4923C background.


Related colors

Complementary color

Complementary color for #hex is #3B6DC3.


I love getcolorcode.com

Triadic colors

1 #3CC492 and #923CC4 with #C4923C are triadic colors.

2 #3C92C4 and #92C43C with #C4923C are triadic colors.