COLOR #C3836F

HEX: #C3836F RGB: (195,131,111)

Color info

#C3836F contains mainly red color. Web safe color of #C3836F is #CC9966 (or #C96).

RGB color model

#C3836F color RGB value is (195,131,111).

RGB: (195,131,111) (76%, 51%, 44%)

RGB channels and saturation

R 195 of 255 = 76%
G 131 of 255 = 51%
B 111 of 255 = 44%

195
131
111

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

Portions of RGB colors in percentages

R + G + B = 195 + 131 + 111 = 437 (100%)
R 195 of 437 ~ 44.62%
G 131 of 437 ~ 29.98%
B 111 of 437 ~ 25.4'%

%44.62
%29.98
%25.4

CMYK color model

#C3836F color CMYK value is (0,33,43,24).

  • cyan value is 0.00%
  • magenta value is 32.82%
  • yellow value is 43.08%
  • key color value is 23.53%

CMYK: (0,33,43,24)
C0M33Y43K24 (0%, 33%, 43%, 24%)
(0.00 / 0.33 / 0.43 / 0.24)

CMYK percentages

%0
%32.82
%43.08
%23.53

Codes

Color #C3836F in popluar color models

C3 83 6F
RGB 195 131 111
HSL 14° 41.18% 60.00%
HSB/HSV 14° 43.08% 76.47%
CMYK 0.00% 32.82% 43.08%
23.53%

Color #C3836F in popluar number systems.

HEX C3 83 6F
Decimal 195 131 111
Binary 11000011 10000011 1101111
Octal 303 203 157

Shades and tints

Shades of #C3836F

#C3836F
(195,131,111)
#B27865
(178,120,101)
#A16D5B
(161,109,91)
#906251
(144,98,81)
#7F5747
(127,87,71)
#6E4C3D
(110,76,61)
#5D4133
(93,65,51)
#4C3629
(76,54,41)
#3B2B1F
(59,43,31)
#2A2015
(42,32,21)
#19150B
(25,21,11)
#000000
(0,0,0)

Tints of #C3836F

#C3836F
(195,131,111)
#C88E7C
(200,142,124)
#CD9989
(205,153,137)
#D2A496
(210,164,150)
#D7AFA3
(215,175,163)
#DCBAB0
(220,186,176)
#E1C5BD
(225,197,189)
#E6D0CA
(230,208,202)
#EBDBD7
(235,219,215)
#F0E6E4
(240,230,228)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3836F color. Also use rgb(195,131,111) instead hex code.

Text Font Color

.myTextColor { color: #C3836F; }

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

This text font color is #C3836F.

Background Color

.myBgColor { background-color: #C3836F; }

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

This div background color is #C3836F.

Border color

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

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

This div border color is #C3836F.

Opacity

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

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

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

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

This text has shadow with #C3836F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3836F.

Preview

Color preview on black background

This text has color #C3836F on black background.


Color preview on white background

This text has color #C3836F on white background.


Black color preview on #C3836F background

This text has black color on #C3836F background.


White color preview on #C3836F background

This text has white color on #C3836F background.


Related colors

Complementary color

Complementary color for #hex is #3C7C90.


I love getcolorcode.com

Triadic colors

1 #6FC383 and #836FC3 with #C3836F are triadic colors.

2 #6F83C3 and #83C36F with #C3836F are triadic colors.