COLOR #C35B39

HEX: #C35B39
RGB: (195,91,57)

Color info

#C35B39 contains mainly red color. Web safe color of #C35B39 is #CC6633 (or #C63).

RGB color model

#C35B39 color RGB value is (195,91,57).

  • red value is 195;
  • green value is 91;
  • blue value is 57.
RGB:
(195,91,57)
(76%,36%,22%)

RGB channels and saturation

R 195 of 255 = 76%
G 91 of 255 = 36%
B 57 of 255 = 22%

195
91
57

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

Portions of RGB colors in percentages

R + G + B =
195 + 91 + 57 = 343 (100%)
R 195 of 343 ~ 56.85%
G 91 of 343 ~ 26.53%
B 57 of 343 ~ 16.62%

%56.85
%26.53
%16.62

CMYK color model

#C35B39 color CMYK value is (0,53,71,24).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 70.77%
  • key color value is 23.53%
CMYK:
(0,53,71,24)
C0M53Y71K24 
(0%,53%,71%,24%)
(0.00/0.53/0.71/0.24)	

CMYK percentages

%0
%53.33
%70.77
%23.53

Codes

Color #C35B39 in popluar color models

C35B39
RGB1959157
HSL15°54.76%49.41%
HSB/HSV15°70.77%76.47%
CMYK0.00%53.33%70.77%
23.53%

Color #C35B39 in popluar number systems.

HEXC35B39
Decimal1959157
Binary110000111011011111001
Octal30313371

Shades and tints

Shades of #C35B39

#C35B39
(195,91,57)
#B25334
(178,83,52)
#A14B2F
(161,75,47)
#90432A
(144,67,42)
#7F3B25
(127,59,37)
#6E3320
(110,51,32)
#5D2B1B
(93,43,27)
#4C2316
(76,35,22)
#3B1B11
(59,27,17)
#2A130C
(42,19,12)
#190B07
(25,11,7)
#000000
(0,0,0)

Tints of #C35B39

#C35B39
(195,91,57)
#C8694B
(200,105,75)
#CD775D
(205,119,93)
#D2856F
(210,133,111)
#D79381
(215,147,129)
#DCA193
(220,161,147)
#E1AFA5
(225,175,165)
#E6BDB7
(230,189,183)
#EBCBC9
(235,203,201)
#F0D9DB
(240,217,219)
#F5E7ED
(245,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C35B39 color. Also use rgb(195,91,57) instead hex code.

Text Font Color

.myTextColor { color: #C35B39; }

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

This text font color is #C35B39.


Background Color

.myBgColor { background-color: #C35B39; }

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

This div background color is #C35B39.


Border color

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

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

This div border color is #C35B39.


Opacity

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

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

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

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

This text has shadow with #C35B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C35B39 on black background.


Color preview on white background

This text has color #C35B39 on white background.



Black color preview on #C35B39 background

This text has black color on #C35B39 background.


White color preview on #C35B39 background

This text has white color on #C35B39 background.