COLOR #C38F7F

HEX: #C38F7F
RGB: (195,143,127)

Color info

#C38F7F contains mainly red and green colors. Web safe color of #C38F7F is #CC9966 (or #C96).

RGB color model

#C38F7F color RGB value is (195,143,127).

  • red value is 195;
  • green value is 143;
  • blue value is 127.
RGB:
(195,143,127)
(76%,56%,50%)

RGB channels and saturation

R 195 of 255 = 76%
G 143 of 255 = 56%
B 127 of 255 = 50%

195
143
127

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

Portions of RGB colors in percentages

R + G + B =
195 + 143 + 127 = 465 (100%)
R 195 of 465 ~ 41.94%
G 143 of 465 ~ 30.75%
B 127 of 465 ~ 27.31%

%41.94
%30.75
%27.31

CMYK color model

#C38F7F color CMYK value is (0,27,35,24).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 34.87%
  • key color value is 23.53%
CMYK:
(0,27,35,24)
C0M27Y35K24 
(0%,27%,35%,24%)
(0.00/0.27/0.35/0.24)	

CMYK percentages

%0
%26.67
%34.87
%23.53

Codes

Color #C38F7F in popluar color models

C38F7F
RGB195143127
HSL14°36.17%63.14%
HSB/HSV14°34.87%76.47%
CMYK0.00%26.67%34.87%
23.53%

Color #C38F7F in popluar number systems.

HEXC38F7F
Decimal195143127
Binary11000011100011111111111
Octal303217177

Shades and tints

Shades of #C38F7F

#C38F7F
(195,143,127)
#B28274
(178,130,116)
#A17569
(161,117,105)
#90685E
(144,104,94)
#7F5B53
(127,91,83)
#6E4E48
(110,78,72)
#5D413D
(93,65,61)
#4C3432
(76,52,50)
#3B2727
(59,39,39)
#2A1A1C
(42,26,28)
#190D11
(25,13,17)
#000000
(0,0,0)

Tints of #C38F7F

#C38F7F
(195,143,127)
#C8998A
(200,153,138)
#CDA395
(205,163,149)
#D2ADA0
(210,173,160)
#D7B7AB
(215,183,171)
#DCC1B6
(220,193,182)
#E1CBC1
(225,203,193)
#E6D5CC
(230,213,204)
#EBDFD7
(235,223,215)
#F0E9E2
(240,233,226)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38F7F color. Also use rgb(195,143,127) instead hex code.

Text Font Color

.myTextColor { color: #C38F7F; }

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

This text font color is #C38F7F.


Background Color

.myBgColor { background-color: #C38F7F; }

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

This div background color is #C38F7F.


Border color

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

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

This div border color is #C38F7F.


Opacity

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

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

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

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

This text has shadow with #C38F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38F7F on black background.


Color preview on white background

This text has color #C38F7F on white background.



Black color preview on #C38F7F background

This text has black color on #C38F7F background.


White color preview on #C38F7F background

This text has white color on #C38F7F background.