COLOR #C5935F

HEX: #C5935F
RGB: (197,147,95)

Color info

#C5935F contains mainly red and green colors. Web safe color of #C5935F is #CC9966 (or #C96).

RGB color model

#C5935F color RGB value is (197,147,95).

  • red value is 197;
  • green value is 147;
  • blue value is 95.
RGB:
(197,147,95)
(77%,58%,37%)

RGB channels and saturation

R 197 of 255 = 77%
G 147 of 255 = 58%
B 95 of 255 = 37%

197
147
95

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

Portions of RGB colors in percentages

R + G + B =
197 + 147 + 95 = 439 (100%)
R 197 of 439 ~ 44.87%
G 147 of 439 ~ 33.49%
B 95 of 439 ~ 21.64%

%44.87
%33.49
%21.64

CMYK color model

#C5935F color CMYK value is (0,25,52,23).

  • cyan value is 0.00%
  • magenta value is 25.38%
  • yellow value is 51.78%
  • key color value is 22.75%
CMYK:
(0,25,52,23)
C0M25Y52K23 
(0%,25%,52%,23%)
(0.00/0.25/0.52/0.23)	

CMYK percentages

%0
%25.38
%51.78
%22.75

Codes

Color #C5935F in popluar color models

C5935F
RGB19714795
HSL31°46.79%57.25%
HSB/HSV31°51.78%77.25%
CMYK0.00%25.38%51.78%
22.75%

Color #C5935F in popluar number systems.

HEXC5935F
Decimal19714795
Binary11000101100100111011111
Octal305223137

Shades and tints

Shades of #C5935F

#C5935F
(197,147,95)
#B48657
(180,134,87)
#A3794F
(163,121,79)
#926C47
(146,108,71)
#815F3F
(129,95,63)
#705237
(112,82,55)
#5F452F
(95,69,47)
#4E3827
(78,56,39)
#3D2B1F
(61,43,31)
#2C1E17
(44,30,23)
#1B110F
(27,17,15)
#000000
(0,0,0)

Tints of #C5935F

#C5935F
(197,147,95)
#CA9C6D
(202,156,109)
#CFA57B
(207,165,123)
#D4AE89
(212,174,137)
#D9B797
(217,183,151)
#DEC0A5
(222,192,165)
#E3C9B3
(227,201,179)
#E8D2C1
(232,210,193)
#EDDBCF
(237,219,207)
#F2E4DD
(242,228,221)
#F7EDEB
(247,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5935F color. Also use rgb(197,147,95) instead hex code.

Text Font Color

.myTextColor { color: #C5935F; }

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

This text font color is #C5935F.


Background Color

.myBgColor { background-color: #C5935F; }

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

This div background color is #C5935F.


Border color

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

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

This div border color is #C5935F.


Opacity

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

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

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

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

This text has shadow with #C5935F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5935F on black background.


Color preview on white background

This text has color #C5935F on white background.



Black color preview on #C5935F background

This text has black color on #C5935F background.


White color preview on #C5935F background

This text has white color on #C5935F background.