COLOR #C35C3F

HEX: #C35C3F
RGB: (195,92,63)

Renk bilgisi

#C35C3F contains mainly red color. #C35C3F ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#C35C3F color RGB value is (195,92,63).

  • kırmız ton 195;
  • yeşil ton 92;
  • mavi ton 63.
RGB:
(195,92,63)
(76%,36%,25%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 92 of 255 = 36%
B 63 of 255 = 25%

195
92
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 92 + 63 = 350 (100%)
R 195 of 350 ~ 55.71%
G 92 of 350 ~ 26.29%
B 63 of 350 ~ 18%

%55.71
%26.29
%18

CMYK RENK MODELİ

#C35C3F rengi CMYK tonu (0,53,68,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.82%
  • sarı tonu 67.69%
  • ana renk tonu 23.53%
CMYK:
(0,53,68,24)
C0M53Y68K24 
(0%,53%,68%,24%)
(0.00/0.53/0.68/0.24)	

CMYK yüzdeleri

%0
%52.82
%67.69
%23.53

Codes

Color #C35C3F in popluar color models

C35C3F
RGB1959263
HSL13°52.38%50.59%
HSB/HSV13°67.69%76.47%
CMYK0.00%52.82%67.69%
23.53%

Color #C35C3F in popluar number systems.

HEXC35C3F
Decimal1959263
Binary110000111011100111111
Octal30313477

Shades and tints

Shades of #C35C3F

#C35C3F
(195,92,63)
#B2543A
(178,84,58)
#A14C35
(161,76,53)
#904430
(144,68,48)
#7F3C2B
(127,60,43)
#6E3426
(110,52,38)
#5D2C21
(93,44,33)
#4C241C
(76,36,28)
#3B1C17
(59,28,23)
#2A1412
(42,20,18)
#190C0D
(25,12,13)
#000000
(0,0,0)

Tints of #C35C3F

#C35C3F
(195,92,63)
#C86A50
(200,106,80)
#CD7861
(205,120,97)
#D28672
(210,134,114)
#D79483
(215,148,131)
#DCA294
(220,162,148)
#E1B0A5
(225,176,165)
#E6BEB6
(230,190,182)
#EBCCC7
(235,204,199)
#F0DAD8
(240,218,216)
#F5E8E9
(245,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C35C3F color. Also use rgb(195,92,63) instead hex code.

Text Font Color

.myTextColor { color: #C35C3F; }

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

This text font color is #C35C3F.


Background Color

.myBgColor { background-color: #C35C3F; }

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

This div background color is #C35C3F.


Border color

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

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

This div border color is #C35C3F.


Opacity

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

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

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

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

This text has shadow with #C35C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C35C3F on black background.


Color preview on white background

This text has color #C35C3F on white background.



Black color preview on #C35C3F background

This text has black color on #C35C3F background.


White color preview on #C35C3F background

This text has white color on #C35C3F background.