COLOR #C3943E

HEX: #C3943E RGB: (195,148,62)

Color info

#C3943E contains mainly red and green colors. Web safe color of #C3943E is #CC9933 (or #C93).

RGB color model

#C3943E color RGB value is (195,148,62).

RGB: (195,148,62) (76%, 58%, 24%)

RGB channels and saturation

R 195 of 255 = 76%
G 148 of 255 = 58%
B 62 of 255 = 24%

195
148
62

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

Portions of RGB colors in percentages

R + G + B = 195 + 148 + 62 = 405 (100%)
R 195 of 405 ~ 48.15%
G 148 of 405 ~ 36.54%
B 62 of 405 ~ 15.31'%

%48.15
%36.54
%15.31

CMYK color model

#C3943E color CMYK value is (0,24,68,24).

  • cyan value is 0.00%
  • magenta value is 24.10%
  • yellow value is 68.21%
  • key color value is 23.53%

CMYK: (0,24,68,24)
C0M24Y68K24 (0%, 24%, 68%, 24%)
(0.00 / 0.24 / 0.68 / 0.24)

CMYK percentages

%0
%24.1
%68.21
%23.53

Codes

Color #C3943E in popluar color models

C3 94 3E
RGB 195 148 62
HSL 39° 52.57% 50.39%
HSB/HSV 39° 68.21% 76.47%
CMYK 0.00% 24.10% 68.21%
23.53%

Color #C3943E in popluar number systems.

HEX C3 94 3E
Decimal 195 148 62
Binary 11000011 10010100 111110
Octal 303 224 76

Shades and tints

Shades of #C3943E

#C3943E
(195,148,62)
#B28739
(178,135,57)
#A17A34
(161,122,52)
#906D2F
(144,109,47)
#7F602A
(127,96,42)
#6E5325
(110,83,37)
#5D4620
(93,70,32)
#4C391B
(76,57,27)
#3B2C16
(59,44,22)
#2A1F11
(42,31,17)
#19120C
(25,18,12)
#000000
(0,0,0)

Tints of #C3943E

#C3943E
(195,148,62)
#C89D4F
(200,157,79)
#CDA660
(205,166,96)
#D2AF71
(210,175,113)
#D7B882
(215,184,130)
#DCC193
(220,193,147)
#E1CAA4
(225,202,164)
#E6D3B5
(230,211,181)
#EBDCC6
(235,220,198)
#F0E5D7
(240,229,215)
#F5EEE8
(245,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3943E color. Also use rgb(195,148,62) instead hex code.

Text Font Color

.myTextColor { color: #C3943E; }

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

This text font color is #C3943E.

Background Color

.myBgColor { background-color: #C3943E; }

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

This div background color is #C3943E.

Border color

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

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

This div border color is #C3943E.

Opacity

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

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

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

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

This text has shadow with #C3943E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3943E.

Preview

Color preview on black background

This text has color #C3943E on black background.


Color preview on white background

This text has color #C3943E on white background.


Black color preview on #C3943E background

This text has black color on #C3943E background.


White color preview on #C3943E background

This text has white color on #C3943E background.


Related colors

Complementary color

Complementary color for #hex is #3C6BC1.


I love getcolorcode.com

Triadic colors

1 #3EC394 and #943EC3 with #C3943E are triadic colors.

2 #3E94C3 and #94C33E with #C3943E are triadic colors.