COLOR #C5936B

HEX: #C5936B
RGB: (197,147,107)

Color info

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

RGB color model

#C5936B color RGB value is (197,147,107).

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

RGB channels and saturation

R 197 of 255 = 77%
G 147 of 255 = 58%
B 107 of 255 = 42%

197
147
107

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

Portions of RGB colors in percentages

R + G + B =
197 + 147 + 107 = 451 (100%)
R 197 of 451 ~ 43.68%
G 147 of 451 ~ 32.59%
B 107 of 451 ~ 23.73%

%43.68
%32.59
%23.73

CMYK color model

#C5936B color CMYK value is (0,25,46,23).

  • cyan value is 0.00%
  • magenta value is 25.38%
  • yellow value is 45.69%
  • key color value is 22.75%
CMYK:
(0,25,46,23)
C0M25Y46K23 
(0%,25%,46%,23%)
(0.00/0.25/0.46/0.23)	

CMYK percentages

%0
%25.38
%45.69
%22.75

Codes

Color #C5936B in popluar color models

C5936B
RGB197147107
HSL27°43.69%59.61%
HSB/HSV27°45.69%77.25%
CMYK0.00%25.38%45.69%
22.75%

Color #C5936B in popluar number systems.

HEXC5936B
Decimal197147107
Binary11000101100100111101011
Octal305223153

Shades and tints

Shades of #C5936B

#C5936B
(197,147,107)
#B48662
(180,134,98)
#A37959
(163,121,89)
#926C50
(146,108,80)
#815F47
(129,95,71)
#70523E
(112,82,62)
#5F4535
(95,69,53)
#4E382C
(78,56,44)
#3D2B23
(61,43,35)
#2C1E1A
(44,30,26)
#1B1111
(27,17,17)
#000000
(0,0,0)

Tints of #C5936B

#C5936B
(197,147,107)
#CA9C78
(202,156,120)
#CFA585
(207,165,133)
#D4AE92
(212,174,146)
#D9B79F
(217,183,159)
#DEC0AC
(222,192,172)
#E3C9B9
(227,201,185)
#E8D2C6
(232,210,198)
#EDDBD3
(237,219,211)
#F2E4E0
(242,228,224)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5936B; }

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

This text font color is #C5936B.


Background Color

.myBgColor { background-color: #C5936B; }

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

This div background color is #C5936B.


Border color

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

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

This div border color is #C5936B.


Opacity

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

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

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

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

This text has shadow with #C5936B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5936B on black background.


Color preview on white background

This text has color #C5936B on white background.



Black color preview on #C5936B background

This text has black color on #C5936B background.


White color preview on #C5936B background

This text has white color on #C5936B background.