COLOR #C36E0E

HEX: #C36E0E
RGB: (195,110,14)

Renk bilgisi

#C36E0E contains mainly red color. #C36E0E ‘ nin web güvenlik rengi #CC6600 (ya da #C60) dir.

RGB renk modeli

#C36E0E color RGB value is (195,110,14).

  • kırmız ton 195;
  • yeşil ton 110;
  • mavi ton 14.
RGB:
(195,110,14)
(76%,43%,5%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 110 of 255 = 43%
B 14 of 255 = 5%

195
110
14

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

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 110 + 14 = 319 (100%)
R 195 of 319 ~ 61.13%
G 110 of 319 ~ 34.48%
B 14 of 319 ~ 4.39%

%61.13
%34.48

CMYK RENK MODELİ

#C36E0E rengi CMYK tonu (0,44,93,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.59%
  • sarı tonu 92.82%
  • ana renk tonu 23.53%
CMYK:
(0,44,93,24)
C0M44Y93K24 
(0%,44%,93%,24%)
(0.00/0.44/0.93/0.24)	

CMYK yüzdeleri

%0
%43.59
%92.82
%23.53

Codes

Color #C36E0E in popluar color models

C36E0E
RGB19511014
HSL32°86.60%40.98%
HSB/HSV32°92.82%76.47%
CMYK0.00%43.59%92.82%
23.53%

Color #C36E0E in popluar number systems.

HEXC36E0E
Decimal19511014
Binary1100001111011101110
Octal30315616

Shades and tints

Shades of #C36E0E

#C36E0E
(195,110,14)
#B2640D
(178,100,13)
#A15A0C
(161,90,12)
#90500B
(144,80,11)
#7F460A
(127,70,10)
#6E3C09
(110,60,9)
#5D3208
(93,50,8)
#4C2807
(76,40,7)
#3B1E06
(59,30,6)
#2A1405
(42,20,5)
#190A04
(25,10,4)
#000000
(0,0,0)

Tints of #C36E0E

#C36E0E
(195,110,14)
#C87B23
(200,123,35)
#CD8838
(205,136,56)
#D2954D
(210,149,77)
#D7A262
(215,162,98)
#DCAF77
(220,175,119)
#E1BC8C
(225,188,140)
#E6C9A1
(230,201,161)
#EBD6B6
(235,214,182)
#F0E3CB
(240,227,203)
#F5F0E0
(245,240,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C36E0E color. Also use rgb(195,110,14) instead hex code.

Text Font Color

.myTextColor { color: #C36E0E; }

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

This text font color is #C36E0E.


Background Color

.myBgColor { background-color: #C36E0E; }

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

This div background color is #C36E0E.


Border color

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

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

This div border color is #C36E0E.


Opacity

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

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

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

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

This text has shadow with #C36E0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C36E0E on black background.


Color preview on white background

This text has color #C36E0E on white background.



Black color preview on #C36E0E background

This text has black color on #C36E0E background.


White color preview on #C36E0E background

This text has white color on #C36E0E background.