COLOR #956438

HEX: #956438
RGB: (149,100,56)

Color info

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

RGB color model

#956438 color RGB value is (149,100,56).

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

RGB channels and saturation

R 149 of 255 = 58%
G 100 of 255 = 39%
B 56 of 255 = 22%

149
100
56

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

Portions of RGB colors in percentages

R + G + B =
149 + 100 + 56 = 305 (100%)
R 149 of 305 ~ 48.85%
G 100 of 305 ~ 32.79%
B 56 of 305 ~ 18.36%

%48.85
%32.79
%18.36

CMYK color model

#956438 color CMYK value is (0,33,62,42).

  • cyan value is 0.00%
  • magenta value is 32.89%
  • yellow value is 62.42%
  • key color value is 41.57%
CMYK:
(0,33,62,42)
C0M33Y62K42 
(0%,33%,62%,42%)
(0.00/0.33/0.62/0.42)	

CMYK percentages

%0
%32.89
%62.42
%41.57

Codes

Color #956438 in popluar color models

956438
RGB14910056
HSL28°45.37%40.20%
HSB/HSV28°62.42%58.43%
CMYK0.00%32.89%62.42%
41.57%

Color #956438 in popluar number systems.

HEX956438
Decimal14910056
Binary100101011100100111000
Octal22514470

Shades and tints

Shades of #956438

#956438
(149,100,56)
#885B33
(136,91,51)
#7B522E
(123,82,46)
#6E4929
(110,73,41)
#614024
(97,64,36)
#54371F
(84,55,31)
#472E1A
(71,46,26)
#3A2515
(58,37,21)
#2D1C10
(45,28,16)
#20130B
(32,19,11)
#130A06
(19,10,6)
#000000
(0,0,0)

Tints of #956438

#956438
(149,100,56)
#9E724A
(158,114,74)
#A7805C
(167,128,92)
#B08E6E
(176,142,110)
#B99C80
(185,156,128)
#C2AA92
(194,170,146)
#CBB8A4
(203,184,164)
#D4C6B6
(212,198,182)
#DDD4C8
(221,212,200)
#E6E2DA
(230,226,218)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956438; }

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

This text font color is #956438.


Background Color

.myBgColor { background-color: #956438; }

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

This div background color is #956438.


Border color

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

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

This div border color is #956438.


Opacity

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

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

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

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

This text has shadow with #956438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956438 on black background.


Color preview on white background

This text has color #956438 on white background.



Black color preview on #956438 background

This text has black color on #956438 background.


White color preview on #956438 background

This text has white color on #956438 background.