COLOR #955B1A

HEX: #955B1A RGB: (149,91,26)

Color info

#955B1A contains mainly red and green colors. Web safe color of #955B1A is #996600 (or #960).

RGB color model

#955B1A color RGB value is (149,91,26).

RGB: (149,91,26) (58%, 36%, 10%)

RGB channels and saturation

R 149 of 255 = 58%
G 91 of 255 = 36%
B 26 of 255 = 10%

149
91
26

R + G + B ~ 35%. #955B1A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 149 + 91 + 26 = 266 (100%)
R 149 of 266 ~ 56.02%
G 91 of 266 ~ 34.21%
B 26 of 266 ~ 9.77'%

%56.02
%34.21
%9.77

CMYK color model

#955B1A color CMYK value is (0,39,83,42).

  • cyan value is 0.00%
  • magenta value is 38.93%
  • yellow value is 82.55%
  • key color value is 41.57%
CMYK: (0,39,83,42) C0M39Y83K42 (0%,39%,83%,42%) (0.00/0.39/0.83/0.42) 

CMYK percentages

%0
%38.93
%82.55
%41.57

Codes

Color #955B1A in popluar color models

95 5B 1A
RGB 149 91 26
HSL 32° 70.29% 34.31%
HSB/HSV 32° 82.55% 58.43%
CMYK 0.00% 38.93% 82.55%
41.57%

Color #955B1A in popluar number systems.

HEX 95 5B 1A
Decimal 149 91 26
Binary 10010101 1011011 11010
Octal 225 133 32

Shades and tints

Shades of #955B1A

#955B1A
(149,91,26)
#885318
(136,83,24)
#7B4B16
(123,75,22)
#6E4314
(110,67,20)
#613B12
(97,59,18)
#543310
(84,51,16)
#472B0E
(71,43,14)
#3A230C
(58,35,12)
#2D1B0A
(45,27,10)
#201308
(32,19,8)
#130B06
(19,11,6)
#000000
(0,0,0)

Tints of #955B1A

#955B1A
(149,91,26)
#9E692E
(158,105,46)
#A77742
(167,119,66)
#B08556
(176,133,86)
#B9936A
(185,147,106)
#C2A17E
(194,161,126)
#CBAF92
(203,175,146)
#D4BDA6
(212,189,166)
#DDCBBA
(221,203,186)
#E6D9CE
(230,217,206)
#EFE7E2
(239,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955B1A color. Also use rgb(149,91,26) instead hex code.

Text Font Color

.myTextColor { color: #955B1A; }

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

This text font color is #955B1A.

Background Color

.myBgColor { background-color: #955B1A; }

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

This div background color is #955B1A.

Border color

.myBorderColor { border: 1px solid #955B1A; }

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

This div border color is #955B1A.

Opacity

.myOpacity80 { color: #955B1A; opacity: 0.8; }

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

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

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

This text has shadow with #955B1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #955B1A.

Preview

Color preview on black background

This text has color #955B1A on black background.


Color preview on white background

This text has color #955B1A on white background.


Black color preview on #955B1A background

This text has black color on #955B1A background.


White color preview on #955B1A background

This text has white color on #955B1A background.


Related colors

Complementary color

Complementary color for #hex is #6AA4E5.


I love getcolorcode.com

Triadic colors

1 #1A955B and #5B1A95 with #955B1A are triadic colors.

2 #1A5B95 and #5B951A with #955B1A are triadic colors.