COLOR #957B40

HEX: #957B40 RGB: (149,123,64)

Color info

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

RGB color model

#957B40 color RGB value is (149,123,64).

RGB: (149,123,64) (58%, 48%, 25%)

RGB channels and saturation

R 149 of 255 = 58%
G 123 of 255 = 48%
B 64 of 255 = 25%

149
123
64

R + G + B ~ 44%. #957B40 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 123 + 64 = 336 (100%)
R 149 of 336 ~ 44.35%
G 123 of 336 ~ 36.61%
B 64 of 336 ~ 19.05'%

%44.35
%36.61
%19.05

CMYK color model

#957B40 color CMYK value is (0,17,57,42).

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 57.05%
  • key color value is 41.57%
CMYK: (0,17,57,42) C0M17Y57K42 (0%,17%,57%,42%) (0.00/0.17/0.57/0.42) 

CMYK percentages

%0
%17.45
%57.05
%41.57

Codes

Color #957B40 in popluar color models

95 7B 40
RGB 149 123 64
HSL 42° 39.91% 41.76%
HSB/HSV 42° 57.05% 58.43%
CMYK 0.00% 17.45% 57.05%
41.57%

Color #957B40 in popluar number systems.

HEX 95 7B 40
Decimal 149 123 64
Binary 10010101 1111011 1000000
Octal 225 173 100

Shades and tints

Shades of #957B40

#957B40
(149,123,64)
#88703B
(136,112,59)
#7B6536
(123,101,54)
#6E5A31
(110,90,49)
#614F2C
(97,79,44)
#544427
(84,68,39)
#473922
(71,57,34)
#3A2E1D
(58,46,29)
#2D2318
(45,35,24)
#201813
(32,24,19)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #957B40

#957B40
(149,123,64)
#9E8751
(158,135,81)
#A79362
(167,147,98)
#B09F73
(176,159,115)
#B9AB84
(185,171,132)
#C2B795
(194,183,149)
#CBC3A6
(203,195,166)
#D4CFB7
(212,207,183)
#DDDBC8
(221,219,200)
#E6E7D9
(230,231,217)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957B40 color. Also use rgb(149,123,64) instead hex code.

Text Font Color

.myTextColor { color: #957B40; }

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

This text font color is #957B40.

Background Color

.myBgColor { background-color: #957B40; }

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

This div background color is #957B40.

Border color

.myBorderColor { border: 1px solid #957B40; }

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

This div border color is #957B40.

Opacity

.myOpacity80 { color: #957B40; opacity: 0.8; }

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

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

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

This text has shadow with #957B40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957B40.

Preview

Color preview on black background

This text has color #957B40 on black background.


Color preview on white background

This text has color #957B40 on white background.


Black color preview on #957B40 background

This text has black color on #957B40 background.


White color preview on #957B40 background

This text has white color on #957B40 background.


Related colors

Complementary color

Complementary color for #hex is #6A84BF.


I love getcolorcode.com

Triadic colors

1 #40957B and #7B4095 with #957B40 are triadic colors.

2 #407B95 and #7B9540 with #957B40 are triadic colors.