COLOR #C38B5F

HEX: #C38B5F RGB: (195,139,95)

Color info

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

RGB color model

#C38B5F color RGB value is (195,139,95).

RGB: (195,139,95) (76%, 55%, 37%)

RGB channels and saturation

R 195 of 255 = 76%
G 139 of 255 = 55%
B 95 of 255 = 37%

195
139
95

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

Portions of RGB colors in percentages

R + G + B = 195 + 139 + 95 = 429 (100%)
R 195 of 429 ~ 45.45%
G 139 of 429 ~ 32.4%
B 95 of 429 ~ 22.14'%

%45.45
%32.4
%22.14

CMYK color model

#C38B5F color CMYK value is (0,29,51,24).

  • cyan value is 0.00%
  • magenta value is 28.72%
  • yellow value is 51.28%
  • key color value is 23.53%

CMYK: (0,29,51,24)
C0M29Y51K24 (0%, 29%, 51%, 24%)
(0.00 / 0.29 / 0.51 / 0.24)

CMYK percentages

%0
%28.72
%51.28
%23.53

Codes

Color #C38B5F in popluar color models

C3 8B 5F
RGB 195 139 95
HSL 26° 45.45% 56.86%
HSB/HSV 26° 51.28% 76.47%
CMYK 0.00% 28.72% 51.28%
23.53%

Color #C38B5F in popluar number systems.

HEX C3 8B 5F
Decimal 195 139 95
Binary 11000011 10001011 1011111
Octal 303 213 137

Shades and tints

Shades of #C38B5F

#C38B5F
(195,139,95)
#B27F57
(178,127,87)
#A1734F
(161,115,79)
#906747
(144,103,71)
#7F5B3F
(127,91,63)
#6E4F37
(110,79,55)
#5D432F
(93,67,47)
#4C3727
(76,55,39)
#3B2B1F
(59,43,31)
#2A1F17
(42,31,23)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #C38B5F

#C38B5F
(195,139,95)
#C8956D
(200,149,109)
#CD9F7B
(205,159,123)
#D2A989
(210,169,137)
#D7B397
(215,179,151)
#DCBDA5
(220,189,165)
#E1C7B3
(225,199,179)
#E6D1C1
(230,209,193)
#EBDBCF
(235,219,207)
#F0E5DD
(240,229,221)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38B5F color. Also use rgb(195,139,95) instead hex code.

Text Font Color

.myTextColor { color: #C38B5F; }

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

This text font color is #C38B5F.

Background Color

.myBgColor { background-color: #C38B5F; }

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

This div background color is #C38B5F.

Border color

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

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

This div border color is #C38B5F.

Opacity

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

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

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

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

This text has shadow with #C38B5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C38B5F.

Preview

Color preview on black background

This text has color #C38B5F on black background.


Color preview on white background

This text has color #C38B5F on white background.


Black color preview on #C38B5F background

This text has black color on #C38B5F background.


White color preview on #C38B5F background

This text has white color on #C38B5F background.


Related colors

Complementary color

Complementary color for #hex is #3C74A0.


I love getcolorcode.com

Triadic colors

1 #5FC38B and #8B5FC3 with #C38B5F are triadic colors.

2 #5F8BC3 and #8BC35F with #C38B5F are triadic colors.