COLOR #C38A34

HEX: #C38A34
RGB: (195,138,52)

Color info

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

RGB color model

#C38A34 color RGB value is (195,138,52).

  • red value is 195;
  • green value is 138;
  • blue value is 52.
RGB:
(195,138,52)
(76%,54%,20%)

RGB channels and saturation

R 195 of 255 = 76%
G 138 of 255 = 54%
B 52 of 255 = 20%

195
138
52

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

Portions of RGB colors in percentages

R + G + B =
195 + 138 + 52 = 385 (100%)
R 195 of 385 ~ 50.65%
G 138 of 385 ~ 35.84%
B 52 of 385 ~ 13.51%

%50.65
%35.84
%13.51

CMYK color model

#C38A34 color CMYK value is (0,29,73,24).

  • cyan value is 0.00%
  • magenta value is 29.23%
  • yellow value is 73.33%
  • key color value is 23.53%
CMYK:
(0,29,73,24)
C0M29Y73K24 
(0%,29%,73%,24%)
(0.00/0.29/0.73/0.24)	

CMYK percentages

%0
%29.23
%73.33
%23.53

Codes

Color #C38A34 in popluar color models

C38A34
RGB19513852
HSL36°57.89%48.43%
HSB/HSV36°73.33%76.47%
CMYK0.00%29.23%73.33%
23.53%

Color #C38A34 in popluar number systems.

HEXC38A34
Decimal19513852
Binary1100001110001010110100
Octal30321264

Shades and tints

Shades of #C38A34

#C38A34
(195,138,52)
#B27E30
(178,126,48)
#A1722C
(161,114,44)
#906628
(144,102,40)
#7F5A24
(127,90,36)
#6E4E20
(110,78,32)
#5D421C
(93,66,28)
#4C3618
(76,54,24)
#3B2A14
(59,42,20)
#2A1E10
(42,30,16)
#19120C
(25,18,12)
#000000
(0,0,0)

Tints of #C38A34

#C38A34
(195,138,52)
#C89446
(200,148,70)
#CD9E58
(205,158,88)
#D2A86A
(210,168,106)
#D7B27C
(215,178,124)
#DCBC8E
(220,188,142)
#E1C6A0
(225,198,160)
#E6D0B2
(230,208,178)
#EBDAC4
(235,218,196)
#F0E4D6
(240,228,214)
#F5EEE8
(245,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38A34; }

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

This text font color is #C38A34.


Background Color

.myBgColor { background-color: #C38A34; }

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

This div background color is #C38A34.


Border color

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

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

This div border color is #C38A34.


Opacity

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

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

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

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

This text has shadow with #C38A34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38A34 on black background.


Color preview on white background

This text has color #C38A34 on white background.



Black color preview on #C38A34 background

This text has black color on #C38A34 background.


White color preview on #C38A34 background

This text has white color on #C38A34 background.