COLOR #C3895E

HEX: #C3895E RGB: (195,137,94)

Color info

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

RGB color model

#C3895E color RGB value is (195,137,94).

RGB: (195,137,94) (76%, 54%, 37%)

RGB channels and saturation

R 195 of 255 = 76%
G 137 of 255 = 54%
B 94 of 255 = 37%

195
137
94

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

Portions of RGB colors in percentages

R + G + B = 195 + 137 + 94 = 426 (100%)
R 195 of 426 ~ 45.77%
G 137 of 426 ~ 32.16%
B 94 of 426 ~ 22.07'%

%45.77
%32.16
%22.07

CMYK color model

#C3895E color CMYK value is (0,30,52,24).

  • cyan value is 0.00%
  • magenta value is 29.74%
  • yellow value is 51.79%
  • key color value is 23.53%

CMYK: (0,30,52,24)
C0M30Y52K24 (0%, 30%, 52%, 24%)
(0.00 / 0.30 / 0.52 / 0.24)

CMYK percentages

%0
%29.74
%51.79
%23.53

Codes

Color #C3895E in popluar color models

C3 89 5E
RGB 195 137 94
HSL 26° 45.70% 56.67%
HSB/HSV 26° 51.79% 76.47%
CMYK 0.00% 29.74% 51.79%
23.53%

Color #C3895E in popluar number systems.

HEX C3 89 5E
Decimal 195 137 94
Binary 11000011 10001001 1011110
Octal 303 211 136

Shades and tints

Shades of #C3895E

#C3895E
(195,137,94)
#B27D56
(178,125,86)
#A1714E
(161,113,78)
#906546
(144,101,70)
#7F593E
(127,89,62)
#6E4D36
(110,77,54)
#5D412E
(93,65,46)
#4C3526
(76,53,38)
#3B291E
(59,41,30)
#2A1D16
(42,29,22)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #C3895E

#C3895E
(195,137,94)
#C8936C
(200,147,108)
#CD9D7A
(205,157,122)
#D2A788
(210,167,136)
#D7B196
(215,177,150)
#DCBBA4
(220,187,164)
#E1C5B2
(225,197,178)
#E6CFC0
(230,207,192)
#EBD9CE
(235,217,206)
#F0E3DC
(240,227,220)
#F5EDEA
(245,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3895E color. Also use rgb(195,137,94) instead hex code.

Text Font Color

.myTextColor { color: #C3895E; }

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

This text font color is #C3895E.

Background Color

.myBgColor { background-color: #C3895E; }

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

This div background color is #C3895E.

Border color

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

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

This div border color is #C3895E.

Opacity

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

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

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

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

This text has shadow with #C3895E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3895E.

Preview

Color preview on black background

This text has color #C3895E on black background.


Color preview on white background

This text has color #C3895E on white background.


Black color preview on #C3895E background

This text has black color on #C3895E background.


White color preview on #C3895E background

This text has white color on #C3895E background.


Related colors

Complementary color

Complementary color for #hex is #3C76A1.


I love getcolorcode.com

Triadic colors

1 #5EC389 and #895EC3 with #C3895E are triadic colors.

2 #5E89C3 and #89C35E with #C3895E are triadic colors.