COLOR #C35F01

HEX: #C35F01
RGB: (195,95,1)

Color info

#C35F01 contains mainly red color. Web safe color of #C35F01 is #CC6600 (or #C60).

RGB color model

#C35F01 color RGB value is (195,95,1).

  • red value is 195;
  • green value is 95;
  • blue value is 1.
RGB:
(195,95,1)
(76%,37%,0%)

RGB channels and saturation

R 195 of 255 = 76%
G 95 of 255 = 37%
B 1 of 255 = 0%

195
95
1

R + G + B ~ 38%. #C35F01 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
195 + 95 + 1 = 291 (100%)
R 195 of 291 ~ 67.01%
G 95 of 291 ~ 32.65%
B 1 of 291 ~ 0.34%

%67.01
%32.65

CMYK color model

#C35F01 color CMYK value is (0,51,99,24).

  • cyan value is 0.00%
  • magenta value is 51.28%
  • yellow value is 99.49%
  • key color value is 23.53%
CMYK:
(0,51,99,24)
C0M51Y99K24 
(0%,51%,99%,24%)
(0.00/0.51/0.99/0.24)	

CMYK percentages

%0
%51.28
%99.49
%23.53

Codes

Color #C35F01 in popluar color models

C35F01
RGB195951
HSL29°98.98%38.43%
HSB/HSV29°99.49%76.47%
CMYK0.00%51.28%99.49%
23.53%

Color #C35F01 in popluar number systems.

HEXC35F01
Decimal195951
Binary1100001110111111
Octal3031371

Shades and tints

Shades of #C35F01

#C35F01
(195,95,1)
#B25701
(178,87,1)
#A14F01
(161,79,1)
#904701
(144,71,1)
#7F3F01
(127,63,1)
#6E3701
(110,55,1)
#5D2F01
(93,47,1)
#4C2701
(76,39,1)
#3B1F01
(59,31,1)
#2A1701
(42,23,1)
#190F01
(25,15,1)
#000000
(0,0,0)

Tints of #C35F01

#C35F01
(195,95,1)
#C86D18
(200,109,24)
#CD7B2F
(205,123,47)
#D28946
(210,137,70)
#D7975D
(215,151,93)
#DCA574
(220,165,116)
#E1B38B
(225,179,139)
#E6C1A2
(230,193,162)
#EBCFB9
(235,207,185)
#F0DDD0
(240,221,208)
#F5EBE7
(245,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C35F01 color. Also use rgb(195,95,1) instead hex code.

Text Font Color

.myTextColor { color: #C35F01; }

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

This text font color is #C35F01.


Background Color

.myBgColor { background-color: #C35F01; }

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

This div background color is #C35F01.


Border color

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

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

This div border color is #C35F01.


Opacity

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

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

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

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

This text has shadow with #C35F01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C35F01 on black background.


Color preview on white background

This text has color #C35F01 on white background.



Black color preview on #C35F01 background

This text has black color on #C35F01 background.


White color preview on #C35F01 background

This text has white color on #C35F01 background.