COLOR #C3713A

HEX: #C3713A
RGB: (195,113,58)

Renk bilgisi

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

RGB renk modeli

#C3713A color RGB value is (195,113,58).

  • kırmız ton 195;
  • yeşil ton 113;
  • mavi ton 58.
RGB:
(195,113,58)
(76%,44%,23%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 113 of 255 = 44%
B 58 of 255 = 23%

195
113
58

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

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 113 + 58 = 366 (100%)
R 195 of 366 ~ 53.28%
G 113 of 366 ~ 30.87%
B 58 of 366 ~ 15.85%

%53.28
%30.87
%15.85

CMYK RENK MODELİ

#C3713A rengi CMYK tonu (0,42,70,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.05%
  • sarı tonu 70.26%
  • ana renk tonu 23.53%
CMYK:
(0,42,70,24)
C0M42Y70K24 
(0%,42%,70%,24%)
(0.00/0.42/0.70/0.24)	

CMYK yüzdeleri

%0
%42.05
%70.26
%23.53

Codes

Color #C3713A in popluar color models

C3713A
RGB19511358
HSL24°54.15%49.61%
HSB/HSV24°70.26%76.47%
CMYK0.00%42.05%70.26%
23.53%

Color #C3713A in popluar number systems.

HEXC3713A
Decimal19511358
Binary110000111110001111010
Octal30316172

Shades and tints

Shades of #C3713A

#C3713A
(195,113,58)
#B26735
(178,103,53)
#A15D30
(161,93,48)
#90532B
(144,83,43)
#7F4926
(127,73,38)
#6E3F21
(110,63,33)
#5D351C
(93,53,28)
#4C2B17
(76,43,23)
#3B2112
(59,33,18)
#2A170D
(42,23,13)
#190D08
(25,13,8)
#000000
(0,0,0)

Tints of #C3713A

#C3713A
(195,113,58)
#C87D4B
(200,125,75)
#CD895C
(205,137,92)
#D2956D
(210,149,109)
#D7A17E
(215,161,126)
#DCAD8F
(220,173,143)
#E1B9A0
(225,185,160)
#E6C5B1
(230,197,177)
#EBD1C2
(235,209,194)
#F0DDD3
(240,221,211)
#F5E9E4
(245,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3713A color. Also use rgb(195,113,58) instead hex code.

Text Font Color

.myTextColor { color: #C3713A; }

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

This text font color is #C3713A.


Background Color

.myBgColor { background-color: #C3713A; }

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

This div background color is #C3713A.


Border color

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

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

This div border color is #C3713A.


Opacity

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

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

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

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

This text has shadow with #C3713A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3713A on black background.


Color preview on white background

This text has color #C3713A on white background.



Black color preview on #C3713A background

This text has black color on #C3713A background.


White color preview on #C3713A background

This text has white color on #C3713A background.