COLOR #C38230

HEX: #C38230
RGB: (195,130,48)

Color info

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

RGB color model

#C38230 color RGB value is (195,130,48).

  • red value is 195;
  • green value is 130;
  • blue value is 48.
RGB:
(195,130,48)
(76%,51%,19%)

RGB channels and saturation

R 195 of 255 = 76%
G 130 of 255 = 51%
B 48 of 255 = 19%

195
130
48

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

Portions of RGB colors in percentages

R + G + B =
195 + 130 + 48 = 373 (100%)
R 195 of 373 ~ 52.28%
G 130 of 373 ~ 34.85%
B 48 of 373 ~ 12.87%

%52.28
%34.85
%12.87

CMYK color model

#C38230 color CMYK value is (0,33,75,24).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 75.38%
  • key color value is 23.53%
CMYK:
(0,33,75,24)
C0M33Y75K24 
(0%,33%,75%,24%)
(0.00/0.33/0.75/0.24)	

CMYK percentages

%0
%33.33
%75.38
%23.53

Codes

Color #C38230 in popluar color models

C38230
RGB19513048
HSL33°60.49%47.65%
HSB/HSV33°75.38%76.47%
CMYK0.00%33.33%75.38%
23.53%

Color #C38230 in popluar number systems.

HEXC38230
Decimal19513048
Binary1100001110000010110000
Octal30320260

Shades and tints

Shades of #C38230

#C38230
(195,130,48)
#B2772C
(178,119,44)
#A16C28
(161,108,40)
#906124
(144,97,36)
#7F5620
(127,86,32)
#6E4B1C
(110,75,28)
#5D4018
(93,64,24)
#4C3514
(76,53,20)
#3B2A10
(59,42,16)
#2A1F0C
(42,31,12)
#191408
(25,20,8)
#000000
(0,0,0)

Tints of #C38230

#C38230
(195,130,48)
#C88D42
(200,141,66)
#CD9854
(205,152,84)
#D2A366
(210,163,102)
#D7AE78
(215,174,120)
#DCB98A
(220,185,138)
#E1C49C
(225,196,156)
#E6CFAE
(230,207,174)
#EBDAC0
(235,218,192)
#F0E5D2
(240,229,210)
#F5F0E4
(245,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38230 color. Also use rgb(195,130,48) instead hex code.

Text Font Color

.myTextColor { color: #C38230; }

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

This text font color is #C38230.


Background Color

.myBgColor { background-color: #C38230; }

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

This div background color is #C38230.


Border color

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

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

This div border color is #C38230.


Opacity

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

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

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

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

This text has shadow with #C38230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38230 on black background.


Color preview on white background

This text has color #C38230 on white background.



Black color preview on #C38230 background

This text has black color on #C38230 background.


White color preview on #C38230 background

This text has white color on #C38230 background.