COLOR #C34F20

HEX: #C34F20
RGB: (195,79,32)

Color info

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

RGB color model

#C34F20 color RGB value is (195,79,32).

  • red value is 195;
  • green value is 79;
  • blue value is 32.
RGB:
(195,79,32)
(76%,31%,13%)

RGB channels and saturation

R 195 of 255 = 76%
G 79 of 255 = 31%
B 32 of 255 = 13%

195
79
32

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

Portions of RGB colors in percentages

R + G + B =
195 + 79 + 32 = 306 (100%)
R 195 of 306 ~ 63.73%
G 79 of 306 ~ 25.82%
B 32 of 306 ~ 10.46%

%63.73
%25.82
%10.46

CMYK color model

#C34F20 color CMYK value is (0,59,84,24).

  • cyan value is 0.00%
  • magenta value is 59.49%
  • yellow value is 83.59%
  • key color value is 23.53%
CMYK:
(0,59,84,24)
C0M59Y84K24 
(0%,59%,84%,24%)
(0.00/0.59/0.84/0.24)	

CMYK percentages

%0
%59.49
%83.59
%23.53

Codes

Color #C34F20 in popluar color models

C34F20
RGB1957932
HSL17°71.81%44.51%
HSB/HSV17°83.59%76.47%
CMYK0.00%59.49%83.59%
23.53%

Color #C34F20 in popluar number systems.

HEXC34F20
Decimal1957932
Binary110000111001111100000
Octal30311740

Shades and tints

Shades of #C34F20

#C34F20
(195,79,32)
#B2481E
(178,72,30)
#A1411C
(161,65,28)
#903A1A
(144,58,26)
#7F3318
(127,51,24)
#6E2C16
(110,44,22)
#5D2514
(93,37,20)
#4C1E12
(76,30,18)
#3B1710
(59,23,16)
#2A100E
(42,16,14)
#19090C
(25,9,12)
#000000
(0,0,0)

Tints of #C34F20

#C34F20
(195,79,32)
#C85F34
(200,95,52)
#CD6F48
(205,111,72)
#D27F5C
(210,127,92)
#D78F70
(215,143,112)
#DC9F84
(220,159,132)
#E1AF98
(225,175,152)
#E6BFAC
(230,191,172)
#EBCFC0
(235,207,192)
#F0DFD4
(240,223,212)
#F5EFE8
(245,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C34F20 color. Also use rgb(195,79,32) instead hex code.

Text Font Color

.myTextColor { color: #C34F20; }

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

This text font color is #C34F20.


Background Color

.myBgColor { background-color: #C34F20; }

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

This div background color is #C34F20.


Border color

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

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

This div border color is #C34F20.


Opacity

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

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

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

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

This text has shadow with #C34F20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C34F20 on black background.


Color preview on white background

This text has color #C34F20 on white background.



Black color preview on #C34F20 background

This text has black color on #C34F20 background.


White color preview on #C34F20 background

This text has white color on #C34F20 background.