COLOR #C35524

HEX: #C35524
RGB: (195,85,36)

Color info

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

RGB color model

#C35524 color RGB value is (195,85,36).

  • red value is 195;
  • green value is 85;
  • blue value is 36.
RGB:
(195,85,36)
(76%,33%,14%)

RGB channels and saturation

R 195 of 255 = 76%
G 85 of 255 = 33%
B 36 of 255 = 14%

195
85
36

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

Portions of RGB colors in percentages

R + G + B =
195 + 85 + 36 = 316 (100%)
R 195 of 316 ~ 61.71%
G 85 of 316 ~ 26.9%
B 36 of 316 ~ 11.39%

%61.71
%26.9
%11.39

CMYK color model

#C35524 color CMYK value is (0,56,82,24).

  • cyan value is 0.00%
  • magenta value is 56.41%
  • yellow value is 81.54%
  • key color value is 23.53%
CMYK:
(0,56,82,24)
C0M56Y82K24 
(0%,56%,82%,24%)
(0.00/0.56/0.82/0.24)	

CMYK percentages

%0
%56.41
%81.54
%23.53

Codes

Color #C35524 in popluar color models

C35524
RGB1958536
HSL18°68.83%45.29%
HSB/HSV18°81.54%76.47%
CMYK0.00%56.41%81.54%
23.53%

Color #C35524 in popluar number systems.

HEXC35524
Decimal1958536
Binary110000111010101100100
Octal30312544

Shades and tints

Shades of #C35524

#C35524
(195,85,36)
#B24E21
(178,78,33)
#A1471E
(161,71,30)
#90401B
(144,64,27)
#7F3918
(127,57,24)
#6E3215
(110,50,21)
#5D2B12
(93,43,18)
#4C240F
(76,36,15)
#3B1D0C
(59,29,12)
#2A1609
(42,22,9)
#190F06
(25,15,6)
#000000
(0,0,0)

Tints of #C35524

#C35524
(195,85,36)
#C86437
(200,100,55)
#CD734A
(205,115,74)
#D2825D
(210,130,93)
#D79170
(215,145,112)
#DCA083
(220,160,131)
#E1AF96
(225,175,150)
#E6BEA9
(230,190,169)
#EBCDBC
(235,205,188)
#F0DCCF
(240,220,207)
#F5EBE2
(245,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C35524 color. Also use rgb(195,85,36) instead hex code.

Text Font Color

.myTextColor { color: #C35524; }

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

This text font color is #C35524.


Background Color

.myBgColor { background-color: #C35524; }

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

This div background color is #C35524.


Border color

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

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

This div border color is #C35524.


Opacity

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

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

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

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

This text has shadow with #C35524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C35524 on black background.


Color preview on white background

This text has color #C35524 on white background.



Black color preview on #C35524 background

This text has black color on #C35524 background.


White color preview on #C35524 background

This text has white color on #C35524 background.