COLOR #C3836B

HEX: #C3836B
RGB: (195,131,107)

Color info

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

RGB color model

#C3836B color RGB value is (195,131,107).

  • red value is 195;
  • green value is 131;
  • blue value is 107.
RGB:
(195,131,107)
(76%,51%,42%)

RGB channels and saturation

R 195 of 255 = 76%
G 131 of 255 = 51%
B 107 of 255 = 42%

195
131
107

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

Portions of RGB colors in percentages

R + G + B =
195 + 131 + 107 = 433 (100%)
R 195 of 433 ~ 45.03%
G 131 of 433 ~ 30.25%
B 107 of 433 ~ 24.71%

%45.03
%30.25
%24.71

CMYK color model

#C3836B color CMYK value is (0,33,45,24).

  • cyan value is 0.00%
  • magenta value is 32.82%
  • yellow value is 45.13%
  • key color value is 23.53%
CMYK:
(0,33,45,24)
C0M33Y45K24 
(0%,33%,45%,24%)
(0.00/0.33/0.45/0.24)	

CMYK percentages

%0
%32.82
%45.13
%23.53

Codes

Color #C3836B in popluar color models

C3836B
RGB195131107
HSL16°42.31%59.22%
HSB/HSV16°45.13%76.47%
CMYK0.00%32.82%45.13%
23.53%

Color #C3836B in popluar number systems.

HEXC3836B
Decimal195131107
Binary11000011100000111101011
Octal303203153

Shades and tints

Shades of #C3836B

#C3836B
(195,131,107)
#B27862
(178,120,98)
#A16D59
(161,109,89)
#906250
(144,98,80)
#7F5747
(127,87,71)
#6E4C3E
(110,76,62)
#5D4135
(93,65,53)
#4C362C
(76,54,44)
#3B2B23
(59,43,35)
#2A201A
(42,32,26)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #C3836B

#C3836B
(195,131,107)
#C88E78
(200,142,120)
#CD9985
(205,153,133)
#D2A492
(210,164,146)
#D7AF9F
(215,175,159)
#DCBAAC
(220,186,172)
#E1C5B9
(225,197,185)
#E6D0C6
(230,208,198)
#EBDBD3
(235,219,211)
#F0E6E0
(240,230,224)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3836B; }

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

This text font color is #C3836B.


Background Color

.myBgColor { background-color: #C3836B; }

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

This div background color is #C3836B.


Border color

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

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

This div border color is #C3836B.


Opacity

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

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

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

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

This text has shadow with #C3836B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3836B on black background.


Color preview on white background

This text has color #C3836B on white background.



Black color preview on #C3836B background

This text has black color on #C3836B background.


White color preview on #C3836B background

This text has white color on #C3836B background.