COLOR #C3490C

HEX: #C3490C RGB: (195,73,12)

Color info

#C3490C contains mainly red color. Web safe color of #C3490C is #CC3300 (or #C30).

RGB color model

#C3490C color RGB value is (195,73,12).

RGB: (195,73,12) (76%, 29%, 5%)

RGB channels and saturation

R 195 of 255 = 76%
G 73 of 255 = 29%
B 12 of 255 = 5%

195
73
12

R + G + B ~ 37%. #C3490C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 195 + 73 + 12 = 280 (100%)
R 195 of 280 ~ 69.64%
G 73 of 280 ~ 26.07%
B 12 of 280 ~ 4.29'%

%69.64
%26.07

CMYK color model

#C3490C color CMYK value is (0,63,94,24).

  • cyan value is 0.00%
  • magenta value is 62.56%
  • yellow value is 93.85%
  • key color value is 23.53%

CMYK: (0,63,94,24)
C0M63Y94K24 (0%, 63%, 94%, 24%)
(0.00 / 0.63 / 0.94 / 0.24)

CMYK percentages

%0
%62.56
%93.85
%23.53

Codes

Color #C3490C in popluar color models

C3 49 0C
RGB 195 73 12
HSL 20° 88.41% 40.59%
HSB/HSV 20° 93.85% 76.47%
CMYK 0.00% 62.56% 93.85%
23.53%

Color #C3490C in popluar number systems.

HEX C3 49 0C
Decimal 195 73 12
Binary 11000011 1001001 1100
Octal 303 111 14

Shades and tints

Shades of #C3490C

#C3490C
(195,73,12)
#B2430B
(178,67,11)
#A13D0A
(161,61,10)
#903709
(144,55,9)
#7F3108
(127,49,8)
#6E2B07
(110,43,7)
#5D2506
(93,37,6)
#4C1F05
(76,31,5)
#3B1904
(59,25,4)
#2A1303
(42,19,3)
#190D02
(25,13,2)
#000000
(0,0,0)

Tints of #C3490C

#C3490C
(195,73,12)
#C85922
(200,89,34)
#CD6938
(205,105,56)
#D2794E
(210,121,78)
#D78964
(215,137,100)
#DC997A
(220,153,122)
#E1A990
(225,169,144)
#E6B9A6
(230,185,166)
#EBC9BC
(235,201,188)
#F0D9D2
(240,217,210)
#F5E9E8
(245,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3490C color. Also use rgb(195,73,12) instead hex code.

Text Font Color

.myTextColor { color: #C3490C; }

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

This text font color is #C3490C.

Background Color

.myBgColor { background-color: #C3490C; }

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

This div background color is #C3490C.

Border color

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

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

This div border color is #C3490C.

Opacity

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

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

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

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

This text has shadow with #C3490C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3490C.

Preview

Color preview on black background

This text has color #C3490C on black background.


Color preview on white background

This text has color #C3490C on white background.


Black color preview on #C3490C background

This text has black color on #C3490C background.


White color preview on #C3490C background

This text has white color on #C3490C background.


Related colors

Complementary color

Complementary color for #hex is #3CB6F3.


I love getcolorcode.com

Triadic colors

1 #0CC349 and #490CC3 with #C3490C are triadic colors.

2 #0C49C3 and #49C30C with #C3490C are triadic colors.