COLOR #C38D82

HEX: #C38D82
RGB: (195,141,130)

Color info

#C38D82 contains mainly red and green colors. Web safe color of #C38D82 is #CC9999 (or #C99).

RGB color model

#C38D82 color RGB value is (195,141,130).

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

RGB channels and saturation

R 195 of 255 = 76%
G 141 of 255 = 55%
B 130 of 255 = 51%

195
141
130

R + G + B ~ 61%. #C38D82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 141 + 130 = 466 (100%)
R 195 of 466 ~ 41.85%
G 141 of 466 ~ 30.26%
B 130 of 466 ~ 27.9%

%41.85
%30.26
%27.9

CMYK color model

#C38D82 color CMYK value is (0,28,33,24).

  • cyan value is 0.00%
  • magenta value is 27.69%
  • yellow value is 33.33%
  • key color value is 23.53%
CMYK:
(0,28,33,24)
C0M28Y33K24 
(0%,28%,33%,24%)
(0.00/0.28/0.33/0.24)	

CMYK percentages

%0
%27.69
%33.33
%23.53

Codes

Color #C38D82 in popluar color models

C38D82
RGB195141130
HSL10°35.14%63.73%
HSB/HSV10°33.33%76.47%
CMYK0.00%27.69%33.33%
23.53%

Color #C38D82 in popluar number systems.

HEXC38D82
Decimal195141130
Binary110000111000110110000010
Octal303215202

Shades and tints

Shades of #C38D82

#C38D82
(195,141,130)
#B28177
(178,129,119)
#A1756C
(161,117,108)
#906961
(144,105,97)
#7F5D56
(127,93,86)
#6E514B
(110,81,75)
#5D4540
(93,69,64)
#4C3935
(76,57,53)
#3B2D2A
(59,45,42)
#2A211F
(42,33,31)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #C38D82

#C38D82
(195,141,130)
#C8978D
(200,151,141)
#CDA198
(205,161,152)
#D2ABA3
(210,171,163)
#D7B5AE
(215,181,174)
#DCBFB9
(220,191,185)
#E1C9C4
(225,201,196)
#E6D3CF
(230,211,207)
#EBDDDA
(235,221,218)
#F0E7E5
(240,231,229)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38D82; }

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

This text font color is #C38D82.


Background Color

.myBgColor { background-color: #C38D82; }

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

This div background color is #C38D82.


Border color

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

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

This div border color is #C38D82.


Opacity

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

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

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

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

This text has shadow with #C38D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38D82 on black background.


Color preview on white background

This text has color #C38D82 on white background.



Black color preview on #C38D82 background

This text has black color on #C38D82 background.


White color preview on #C38D82 background

This text has white color on #C38D82 background.