COLOR #C37361

HEX: #C37361
RGB: (195,115,97)

Renk bilgisi

#C37361 contains mainly red color. #C37361 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#C37361 color RGB value is (195,115,97).

  • kırmız ton 195;
  • yeşil ton 115;
  • mavi ton 97.
RGB:
(195,115,97)
(76%,45%,38%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 115 of 255 = 45%
B 97 of 255 = 38%

195
115
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 115 + 97 = 407 (100%)
R 195 of 407 ~ 47.91%
G 115 of 407 ~ 28.26%
B 97 of 407 ~ 23.83%

%47.91
%28.26
%23.83

CMYK RENK MODELİ

#C37361 rengi CMYK tonu (0,41,50,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.03%
  • sarı tonu 50.26%
  • ana renk tonu 23.53%
CMYK:
(0,41,50,24)
C0M41Y50K24 
(0%,41%,50%,24%)
(0.00/0.41/0.50/0.24)	

CMYK yüzdeleri

%0
%41.03
%50.26
%23.53

Codes

Color #C37361 in popluar color models

C37361
RGB19511597
HSL11°44.95%57.25%
HSB/HSV11°50.26%76.47%
CMYK0.00%41.03%50.26%
23.53%

Color #C37361 in popluar number systems.

HEXC37361
Decimal19511597
Binary1100001111100111100001
Octal303163141

Shades and tints

Shades of #C37361

#C37361
(195,115,97)
#B26959
(178,105,89)
#A15F51
(161,95,81)
#905549
(144,85,73)
#7F4B41
(127,75,65)
#6E4139
(110,65,57)
#5D3731
(93,55,49)
#4C2D29
(76,45,41)
#3B2321
(59,35,33)
#2A1919
(42,25,25)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #C37361

#C37361
(195,115,97)
#C87F6F
(200,127,111)
#CD8B7D
(205,139,125)
#D2978B
(210,151,139)
#D7A399
(215,163,153)
#DCAFA7
(220,175,167)
#E1BBB5
(225,187,181)
#E6C7C3
(230,199,195)
#EBD3D1
(235,211,209)
#F0DFDF
(240,223,223)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C37361; }

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

This text font color is #C37361.


Background Color

.myBgColor { background-color: #C37361; }

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

This div background color is #C37361.


Border color

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

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

This div border color is #C37361.


Opacity

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

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

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

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

This text has shadow with #C37361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37361 on black background.


Color preview on white background

This text has color #C37361 on white background.



Black color preview on #C37361 background

This text has black color on #C37361 background.


White color preview on #C37361 background

This text has white color on #C37361 background.