COLOR #C37E12

HEX: #C37E12 RGB: (195,126,18)

Color info

#C37E12 contains mainly red color. Web safe color of #C37E12 is #CC6600 (or #C60).

RGB color model

#C37E12 color RGB value is (195,126,18).

RGB: (195,126,18) (76%, 49%, 7%)

RGB channels and saturation

R 195 of 255 = 76%
G 126 of 255 = 49%
B 18 of 255 = 7%

195
126
18

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

Portions of RGB colors in percentages

R + G + B = 195 + 126 + 18 = 339 (100%)
R 195 of 339 ~ 57.52%
G 126 of 339 ~ 37.17%
B 18 of 339 ~ 5.31'%

%57.52
%37.17

CMYK color model

#C37E12 color CMYK value is (0,35,91,24).

  • cyan value is 0.00%
  • magenta value is 35.38%
  • yellow value is 90.77%
  • key color value is 23.53%

CMYK: (0,35,91,24)
C0M35Y91K24 (0%, 35%, 91%, 24%)
(0.00 / 0.35 / 0.91 / 0.24)

CMYK percentages

%0
%35.38
%90.77
%23.53

Codes

Color #C37E12 in popluar color models

C3 7E 12
RGB 195 126 18
HSL 37° 83.10% 41.76%
HSB/HSV 37° 90.77% 76.47%
CMYK 0.00% 35.38% 90.77%
23.53%

Color #C37E12 in popluar number systems.

HEX C3 7E 12
Decimal 195 126 18
Binary 11000011 1111110 10010
Octal 303 176 22

Shades and tints

Shades of #C37E12

#C37E12
(195,126,18)
#B27311
(178,115,17)
#A16810
(161,104,16)
#905D0F
(144,93,15)
#7F520E
(127,82,14)
#6E470D
(110,71,13)
#5D3C0C
(93,60,12)
#4C310B
(76,49,11)
#3B260A
(59,38,10)
#2A1B09
(42,27,9)
#191008
(25,16,8)
#000000
(0,0,0)

Tints of #C37E12

#C37E12
(195,126,18)
#C88927
(200,137,39)
#CD943C
(205,148,60)
#D29F51
(210,159,81)
#D7AA66
(215,170,102)
#DCB57B
(220,181,123)
#E1C090
(225,192,144)
#E6CBA5
(230,203,165)
#EBD6BA
(235,214,186)
#F0E1CF
(240,225,207)
#F5ECE4
(245,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37E12 color. Also use rgb(195,126,18) instead hex code.

Text Font Color

.myTextColor { color: #C37E12; }

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

This text font color is #C37E12.

Background Color

.myBgColor { background-color: #C37E12; }

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

This div background color is #C37E12.

Border color

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

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

This div border color is #C37E12.

Opacity

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

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

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

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

This text has shadow with #C37E12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37E12.

Preview

Color preview on black background

This text has color #C37E12 on black background.


Color preview on white background

This text has color #C37E12 on white background.


Black color preview on #C37E12 background

This text has black color on #C37E12 background.


White color preview on #C37E12 background

This text has white color on #C37E12 background.


Related colors

Complementary color

Complementary color for #hex is #3C81ED.


I love getcolorcode.com

Triadic colors

1 #12C37E and #7E12C3 with #C37E12 are triadic colors.

2 #127EC3 and #7EC312 with #C37E12 are triadic colors.