COLOR #956738

HEX: #956738
RGB: (149,103,56)

Color info

#956738 contains mainly red and green colors. Web safe color of #956738 is #996633 (or #963).

RGB color model

#956738 color RGB value is (149,103,56).

  • red value is 149;
  • green value is 103;
  • blue value is 56.
RGB:
(149,103,56)
(58%,40%,22%)

RGB channels and saturation

R 149 of 255 = 58%
G 103 of 255 = 40%
B 56 of 255 = 22%

149
103
56

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

Portions of RGB colors in percentages

R + G + B =
149 + 103 + 56 = 308 (100%)
R 149 of 308 ~ 48.38%
G 103 of 308 ~ 33.44%
B 56 of 308 ~ 18.18%

%48.38
%33.44
%18.18

CMYK color model

#956738 color CMYK value is (0,31,62,42).

  • cyan value is 0.00%
  • magenta value is 30.87%
  • yellow value is 62.42%
  • key color value is 41.57%
CMYK:
(0,31,62,42)
C0M31Y62K42 
(0%,31%,62%,42%)
(0.00/0.31/0.62/0.42)	

CMYK percentages

%0
%30.87
%62.42
%41.57

Codes

Color #956738 in popluar color models

956738
RGB14910356
HSL30°45.37%40.20%
HSB/HSV30°62.42%58.43%
CMYK0.00%30.87%62.42%
41.57%

Color #956738 in popluar number systems.

HEX956738
Decimal14910356
Binary100101011100111111000
Octal22514770

Shades and tints

Shades of #956738

#956738
(149,103,56)
#885E33
(136,94,51)
#7B552E
(123,85,46)
#6E4C29
(110,76,41)
#614324
(97,67,36)
#543A1F
(84,58,31)
#47311A
(71,49,26)
#3A2815
(58,40,21)
#2D1F10
(45,31,16)
#20160B
(32,22,11)
#130D06
(19,13,6)
#000000
(0,0,0)

Tints of #956738

#956738
(149,103,56)
#9E744A
(158,116,74)
#A7815C
(167,129,92)
#B08E6E
(176,142,110)
#B99B80
(185,155,128)
#C2A892
(194,168,146)
#CBB5A4
(203,181,164)
#D4C2B6
(212,194,182)
#DDCFC8
(221,207,200)
#E6DCDA
(230,220,218)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956738 color. Also use rgb(149,103,56) instead hex code.

Text Font Color

.myTextColor { color: #956738; }

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

This text font color is #956738.


Background Color

.myBgColor { background-color: #956738; }

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

This div background color is #956738.


Border color

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

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

This div border color is #956738.


Opacity

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

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

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

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

This text has shadow with #956738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956738 on black background.


Color preview on white background

This text has color #956738 on white background.



Black color preview on #956738 background

This text has black color on #956738 background.


White color preview on #956738 background

This text has white color on #956738 background.