COLOR #C37351

HEX: #C37351
RGB: (195,115,81)

Color info

#C37351 contains mainly red color. Web safe color of #C37351 is #CC6666 (or #C66).

RGB color model

#C37351 color RGB value is (195,115,81).

  • red value is 195;
  • green value is 115;
  • blue value is 81.
RGB:
(195,115,81)
(76%,45%,32%)

RGB channels and saturation

R 195 of 255 = 76%
G 115 of 255 = 45%
B 81 of 255 = 32%

195
115
81

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

Portions of RGB colors in percentages

R + G + B =
195 + 115 + 81 = 391 (100%)
R 195 of 391 ~ 49.87%
G 115 of 391 ~ 29.41%
B 81 of 391 ~ 20.72%

%49.87
%29.41
%20.72

CMYK color model

#C37351 color CMYK value is (0,41,58,24).

  • cyan value is 0.00%
  • magenta value is 41.03%
  • yellow value is 58.46%
  • key color value is 23.53%
CMYK:
(0,41,58,24)
C0M41Y58K24 
(0%,41%,58%,24%)
(0.00/0.41/0.58/0.24)	

CMYK percentages

%0
%41.03
%58.46
%23.53

Codes

Color #C37351 in popluar color models

C37351
RGB19511581
HSL18°48.72%54.12%
HSB/HSV18°58.46%76.47%
CMYK0.00%41.03%58.46%
23.53%

Color #C37351 in popluar number systems.

HEXC37351
Decimal19511581
Binary1100001111100111010001
Octal303163121

Shades and tints

Shades of #C37351

#C37351
(195,115,81)
#B2694A
(178,105,74)
#A15F43
(161,95,67)
#90553C
(144,85,60)
#7F4B35
(127,75,53)
#6E412E
(110,65,46)
#5D3727
(93,55,39)
#4C2D20
(76,45,32)
#3B2319
(59,35,25)
#2A1912
(42,25,18)
#190F0B
(25,15,11)
#000000
(0,0,0)

Tints of #C37351

#C37351
(195,115,81)
#C87F60
(200,127,96)
#CD8B6F
(205,139,111)
#D2977E
(210,151,126)
#D7A38D
(215,163,141)
#DCAF9C
(220,175,156)
#E1BBAB
(225,187,171)
#E6C7BA
(230,199,186)
#EBD3C9
(235,211,201)
#F0DFD8
(240,223,216)
#F5EBE7
(245,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37351 color. Also use rgb(195,115,81) instead hex code.

Text Font Color

.myTextColor { color: #C37351; }

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

This text font color is #C37351.


Background Color

.myBgColor { background-color: #C37351; }

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

This div background color is #C37351.


Border color

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

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

This div border color is #C37351.


Opacity

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

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

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

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

This text has shadow with #C37351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37351 on black background.


Color preview on white background

This text has color #C37351 on white background.



Black color preview on #C37351 background

This text has black color on #C37351 background.


White color preview on #C37351 background

This text has white color on #C37351 background.