COLOR #C4581F

HEX: #C4581F
RGB: (196,88,31)

Renk bilgisi

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

RGB renk modeli

#C4581F color RGB value is (196,88,31).

  • kırmız ton 196;
  • yeşil ton 88;
  • mavi ton 31.
RGB:
(196,88,31)
(77%,35%,12%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 88 of 255 = 35%
B 31 of 255 = 12%

196
88
31

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 88 + 31 = 315 (100%)
R 196 of 315 ~ 62.22%
G 88 of 315 ~ 27.94%
B 31 of 315 ~ 9.84%

%62.22
%27.94
%9.84

CMYK RENK MODELİ

#C4581F rengi CMYK tonu (0,55,84,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.10%
  • sarı tonu 84.18%
  • ana renk tonu 23.14%
CMYK:
(0,55,84,23)
C0M55Y84K23 
(0%,55%,84%,23%)
(0.00/0.55/0.84/0.23)	

CMYK yüzdeleri

%0
%55.1
%84.18
%23.14

Codes

Color #C4581F in popluar color models

C4581F
RGB1968831
HSL21°72.69%44.51%
HSB/HSV21°84.18%76.86%
CMYK0.00%55.10%84.18%
23.14%

Color #C4581F in popluar number systems.

HEXC4581F
Decimal1968831
Binary11000100101100011111
Octal30413037

Shades and tints

Shades of #C4581F

#C4581F
(196,88,31)
#B3501D
(179,80,29)
#A2481B
(162,72,27)
#914019
(145,64,25)
#803817
(128,56,23)
#6F3015
(111,48,21)
#5E2813
(94,40,19)
#4D2011
(77,32,17)
#3C180F
(60,24,15)
#2B100D
(43,16,13)
#1A080B
(26,8,11)
#000000
(0,0,0)

Tints of #C4581F

#C4581F
(196,88,31)
#C96733
(201,103,51)
#CE7647
(206,118,71)
#D3855B
(211,133,91)
#D8946F
(216,148,111)
#DDA383
(221,163,131)
#E2B297
(226,178,151)
#E7C1AB
(231,193,171)
#ECD0BF
(236,208,191)
#F1DFD3
(241,223,211)
#F6EEE7
(246,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4581F color. Also use rgb(196,88,31) instead hex code.

Text Font Color

.myTextColor { color: #C4581F; }

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

This text font color is #C4581F.


Background Color

.myBgColor { background-color: #C4581F; }

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

This div background color is #C4581F.


Border color

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

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

This div border color is #C4581F.


Opacity

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

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

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

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

This text has shadow with #C4581F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4581F on black background.


Color preview on white background

This text has color #C4581F on white background.



Black color preview on #C4581F background

This text has black color on #C4581F background.


White color preview on #C4581F background

This text has white color on #C4581F background.