COLOR #C3753B

HEX: #C3753B
RGB: (195,117,59)

Color info

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

RGB color model

#C3753B color RGB value is (195,117,59).

  • red value is 195;
  • green value is 117;
  • blue value is 59.
RGB:
(195,117,59)
(76%,46%,23%)

RGB channels and saturation

R 195 of 255 = 76%
G 117 of 255 = 46%
B 59 of 255 = 23%

195
117
59

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

Portions of RGB colors in percentages

R + G + B =
195 + 117 + 59 = 371 (100%)
R 195 of 371 ~ 52.56%
G 117 of 371 ~ 31.54%
B 59 of 371 ~ 15.9%

%52.56
%31.54
%15.9

CMYK color model

#C3753B color CMYK value is (0,40,70,24).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 69.74%
  • key color value is 23.53%
CMYK:
(0,40,70,24)
C0M40Y70K24 
(0%,40%,70%,24%)
(0.00/0.40/0.70/0.24)	

CMYK percentages

%0
%40
%69.74
%23.53

Codes

Color #C3753B in popluar color models

C3753B
RGB19511759
HSL26°53.54%49.80%
HSB/HSV26°69.74%76.47%
CMYK0.00%40.00%69.74%
23.53%

Color #C3753B in popluar number systems.

HEXC3753B
Decimal19511759
Binary110000111110101111011
Octal30316573

Shades and tints

Shades of #C3753B

#C3753B
(195,117,59)
#B26B36
(178,107,54)
#A16131
(161,97,49)
#90572C
(144,87,44)
#7F4D27
(127,77,39)
#6E4322
(110,67,34)
#5D391D
(93,57,29)
#4C2F18
(76,47,24)
#3B2513
(59,37,19)
#2A1B0E
(42,27,14)
#191109
(25,17,9)
#000000
(0,0,0)

Tints of #C3753B

#C3753B
(195,117,59)
#C8814C
(200,129,76)
#CD8D5D
(205,141,93)
#D2996E
(210,153,110)
#D7A57F
(215,165,127)
#DCB190
(220,177,144)
#E1BDA1
(225,189,161)
#E6C9B2
(230,201,178)
#EBD5C3
(235,213,195)
#F0E1D4
(240,225,212)
#F5EDE5
(245,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3753B color. Also use rgb(195,117,59) instead hex code.

Text Font Color

.myTextColor { color: #C3753B; }

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

This text font color is #C3753B.


Background Color

.myBgColor { background-color: #C3753B; }

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

This div background color is #C3753B.


Border color

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

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

This div border color is #C3753B.


Opacity

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

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

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

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

This text has shadow with #C3753B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3753B on black background.


Color preview on white background

This text has color #C3753B on white background.



Black color preview on #C3753B background

This text has black color on #C3753B background.


White color preview on #C3753B background

This text has white color on #C3753B background.