COLOR #C37F28

HEX: #C37F28
RGB: (195,127,40)

Color info

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

RGB color model

#C37F28 color RGB value is (195,127,40).

  • red value is 195;
  • green value is 127;
  • blue value is 40.
RGB:
(195,127,40)
(76%,50%,16%)

RGB channels and saturation

R 195 of 255 = 76%
G 127 of 255 = 50%
B 40 of 255 = 16%

195
127
40

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

Portions of RGB colors in percentages

R + G + B =
195 + 127 + 40 = 362 (100%)
R 195 of 362 ~ 53.87%
G 127 of 362 ~ 35.08%
B 40 of 362 ~ 11.05%

%53.87
%35.08
%11.05

CMYK color model

#C37F28 color CMYK value is (0,35,79,24).

  • cyan value is 0.00%
  • magenta value is 34.87%
  • yellow value is 79.49%
  • key color value is 23.53%
CMYK:
(0,35,79,24)
C0M35Y79K24 
(0%,35%,79%,24%)
(0.00/0.35/0.79/0.24)	

CMYK percentages

%0
%34.87
%79.49
%23.53

Codes

Color #C37F28 in popluar color models

C37F28
RGB19512740
HSL34°65.96%46.08%
HSB/HSV34°79.49%76.47%
CMYK0.00%34.87%79.49%
23.53%

Color #C37F28 in popluar number systems.

HEXC37F28
Decimal19512740
Binary110000111111111101000
Octal30317750

Shades and tints

Shades of #C37F28

#C37F28
(195,127,40)
#B27425
(178,116,37)
#A16922
(161,105,34)
#905E1F
(144,94,31)
#7F531C
(127,83,28)
#6E4819
(110,72,25)
#5D3D16
(93,61,22)
#4C3213
(76,50,19)
#3B2710
(59,39,16)
#2A1C0D
(42,28,13)
#19110A
(25,17,10)
#000000
(0,0,0)

Tints of #C37F28

#C37F28
(195,127,40)
#C88A3B
(200,138,59)
#CD954E
(205,149,78)
#D2A061
(210,160,97)
#D7AB74
(215,171,116)
#DCB687
(220,182,135)
#E1C19A
(225,193,154)
#E6CCAD
(230,204,173)
#EBD7C0
(235,215,192)
#F0E2D3
(240,226,211)
#F5EDE6
(245,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37F28 color. Also use rgb(195,127,40) instead hex code.

Text Font Color

.myTextColor { color: #C37F28; }

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

This text font color is #C37F28.


Background Color

.myBgColor { background-color: #C37F28; }

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

This div background color is #C37F28.


Border color

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

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

This div border color is #C37F28.


Opacity

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

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

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

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

This text has shadow with #C37F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37F28 on black background.


Color preview on white background

This text has color #C37F28 on white background.



Black color preview on #C37F28 background

This text has black color on #C37F28 background.


White color preview on #C37F28 background

This text has white color on #C37F28 background.