COLOR #C48A34

HEX: #C48A34 RGB: (196,138,52)

Color info

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

RGB color model

#C48A34 color RGB value is (196,138,52).

RGB: (196,138,52) (77%, 54%, 20%)

RGB channels and saturation

R 196 of 255 = 77%
G 138 of 255 = 54%
B 52 of 255 = 20%

196
138
52

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

Portions of RGB colors in percentages

R + G + B = 196 + 138 + 52 = 386 (100%)
R 196 of 386 ~ 50.78%
G 138 of 386 ~ 35.75%
B 52 of 386 ~ 13.47'%

%50.78
%35.75
%13.47

CMYK color model

#C48A34 color CMYK value is (0,30,73,23).

  • cyan value is 0.00%
  • magenta value is 29.59%
  • yellow value is 73.47%
  • key color value is 23.14%
CMYK: (0,30,73,23) C0M30Y73K23 (0%,30%,73%,23%) (0.00/0.30/0.73/0.23) 

CMYK percentages

%0
%29.59
%73.47
%23.14

Codes

Color #C48A34 in popluar color models

C4 8A 34
RGB 196 138 52
HSL 36° 58.06% 48.63%
HSB/HSV 36° 73.47% 76.86%
CMYK 0.00% 29.59% 73.47%
23.14%

Color #C48A34 in popluar number systems.

HEX C4 8A 34
Decimal 196 138 52
Binary 11000100 10001010 110100
Octal 304 212 64

Shades and tints

Shades of #C48A34

#C48A34
(196,138,52)
#B37E30
(179,126,48)
#A2722C
(162,114,44)
#916628
(145,102,40)
#805A24
(128,90,36)
#6F4E20
(111,78,32)
#5E421C
(94,66,28)
#4D3618
(77,54,24)
#3C2A14
(60,42,20)
#2B1E10
(43,30,16)
#1A120C
(26,18,12)
#000000
(0,0,0)

Tints of #C48A34

#C48A34
(196,138,52)
#C99446
(201,148,70)
#CE9E58
(206,158,88)
#D3A86A
(211,168,106)
#D8B27C
(216,178,124)
#DDBC8E
(221,188,142)
#E2C6A0
(226,198,160)
#E7D0B2
(231,208,178)
#ECDAC4
(236,218,196)
#F1E4D6
(241,228,214)
#F6EEE8
(246,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48A34 color. Also use rgb(196,138,52) instead hex code.

Text Font Color

.myTextColor { color: #C48A34; }

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

This text font color is #C48A34.

Background Color

.myBgColor { background-color: #C48A34; }

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

This div background color is #C48A34.

Border color

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

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

This div border color is #C48A34.

Opacity

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

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

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

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

This text has shadow with #C48A34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C48A34.

Preview

Color preview on black background

This text has color #C48A34 on black background.


Color preview on white background

This text has color #C48A34 on white background.


Black color preview on #C48A34 background

This text has black color on #C48A34 background.


White color preview on #C48A34 background

This text has white color on #C48A34 background.


Related colors

Complementary color

Complementary color for #hex is #3B75CB.


I love getcolorcode.com

Triadic colors

1 #34C48A and #8A34C4 with #C48A34 are triadic colors.

2 #348AC4 and #8AC434 with #C48A34 are triadic colors.