COLOR #C3706E

HEX: #C3706E RGB: (195,112,110)

Color info

#C3706E contains mainly red color. Web safe color of #C3706E is #CC6666 (or #C66).

RGB color model

#C3706E color RGB value is (195,112,110).

RGB: (195,112,110) (76%, 44%, 43%)

RGB channels and saturation

R 195 of 255 = 76%
G 112 of 255 = 44%
B 110 of 255 = 43%

195
112
110

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

Portions of RGB colors in percentages

R + G + B = 195 + 112 + 110 = 417 (100%)
R 195 of 417 ~ 46.76%
G 112 of 417 ~ 26.86%
B 110 of 417 ~ 26.38'%

%46.76
%26.86
%26.38

CMYK color model

#C3706E color CMYK value is (0,43,44,24).

  • cyan value is 0.00%
  • magenta value is 42.56%
  • yellow value is 43.59%
  • key color value is 23.53%

CMYK: (0,43,44,24)
C0M43Y44K24 (0%, 43%, 44%, 24%)
(0.00 / 0.43 / 0.44 / 0.24)

CMYK percentages

%0
%42.56
%43.59
%23.53

Codes

Color #C3706E in popluar color models

C3 70 6E
RGB 195 112 110
HSL 41.46% 59.80%
HSB/HSV 43.59% 76.47%
CMYK 0.00% 42.56% 43.59%
23.53%

Color #C3706E in popluar number systems.

HEX C3 70 6E
Decimal 195 112 110
Binary 11000011 1110000 1101110
Octal 303 160 156

Shades and tints

Shades of #C3706E

#C3706E
(195,112,110)
#B26664
(178,102,100)
#A15C5A
(161,92,90)
#905250
(144,82,80)
#7F4846
(127,72,70)
#6E3E3C
(110,62,60)
#5D3432
(93,52,50)
#4C2A28
(76,42,40)
#3B201E
(59,32,30)
#2A1614
(42,22,20)
#190C0A
(25,12,10)
#000000
(0,0,0)

Tints of #C3706E

#C3706E
(195,112,110)
#C87D7B
(200,125,123)
#CD8A88
(205,138,136)
#D29795
(210,151,149)
#D7A4A2
(215,164,162)
#DCB1AF
(220,177,175)
#E1BEBC
(225,190,188)
#E6CBC9
(230,203,201)
#EBD8D6
(235,216,214)
#F0E5E3
(240,229,227)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3706E; }

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

This text font color is #C3706E.

Background Color

.myBgColor { background-color: #C3706E; }

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

This div background color is #C3706E.

Border color

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

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

This div border color is #C3706E.

Opacity

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

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

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

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

This text has shadow with #C3706E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3706E.

Preview

Color preview on black background

This text has color #C3706E on black background.


Color preview on white background

This text has color #C3706E on white background.


Black color preview on #C3706E background

This text has black color on #C3706E background.


White color preview on #C3706E background

This text has white color on #C3706E background.


Related colors

Complementary color

Complementary color for #hex is #3C8F91.


I love getcolorcode.com

Triadic colors

1 #6EC370 and #706EC3 with #C3706E are triadic colors.

2 #6E70C3 and #70C36E with #C3706E are triadic colors.