COLOR #C36728

HEX: #C36728
RGB: (195,103,40)

Color info

#C36728 contains mainly red color. Web safe color of #C36728 is #CC6633 (or #C63).

RGB color model

#C36728 color RGB value is (195,103,40).

  • red value is 195;
  • green value is 103;
  • blue value is 40.
RGB:
(195,103,40)
(76%,40%,16%)

RGB channels and saturation

R 195 of 255 = 76%
G 103 of 255 = 40%
B 40 of 255 = 16%

195
103
40

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

Portions of RGB colors in percentages

R + G + B =
195 + 103 + 40 = 338 (100%)
R 195 of 338 ~ 57.69%
G 103 of 338 ~ 30.47%
B 40 of 338 ~ 11.83%

%57.69
%30.47
%11.83

CMYK color model

#C36728 color CMYK value is (0,47,79,24).

  • cyan value is 0.00%
  • magenta value is 47.18%
  • yellow value is 79.49%
  • key color value is 23.53%
CMYK:
(0,47,79,24)
C0M47Y79K24 
(0%,47%,79%,24%)
(0.00/0.47/0.79/0.24)	

CMYK percentages

%0
%47.18
%79.49
%23.53

Codes

Color #C36728 in popluar color models

C36728
RGB19510340
HSL24°65.96%46.08%
HSB/HSV24°79.49%76.47%
CMYK0.00%47.18%79.49%
23.53%

Color #C36728 in popluar number systems.

HEXC36728
Decimal19510340
Binary110000111100111101000
Octal30314750

Shades and tints

Shades of #C36728

#C36728
(195,103,40)
#B25E25
(178,94,37)
#A15522
(161,85,34)
#904C1F
(144,76,31)
#7F431C
(127,67,28)
#6E3A19
(110,58,25)
#5D3116
(93,49,22)
#4C2813
(76,40,19)
#3B1F10
(59,31,16)
#2A160D
(42,22,13)
#190D0A
(25,13,10)
#000000
(0,0,0)

Tints of #C36728

#C36728
(195,103,40)
#C8743B
(200,116,59)
#CD814E
(205,129,78)
#D28E61
(210,142,97)
#D79B74
(215,155,116)
#DCA887
(220,168,135)
#E1B59A
(225,181,154)
#E6C2AD
(230,194,173)
#EBCFC0
(235,207,192)
#F0DCD3
(240,220,211)
#F5E9E6
(245,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C36728 color. Also use rgb(195,103,40) instead hex code.

Text Font Color

.myTextColor { color: #C36728; }

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

This text font color is #C36728.


Background Color

.myBgColor { background-color: #C36728; }

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

This div background color is #C36728.


Border color

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

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

This div border color is #C36728.


Opacity

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

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

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

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

This text has shadow with #C36728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C36728 on black background.


Color preview on white background

This text has color #C36728 on white background.



Black color preview on #C36728 background

This text has black color on #C36728 background.


White color preview on #C36728 background

This text has white color on #C36728 background.