COLOR #925C49

HEX: #925C49 RGB: (146,92,73)

Color info

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

RGB color model

#925C49 color RGB value is (146,92,73).

RGB: (146,92,73) (57%, 36%, 29%)

RGB channels and saturation

R 146 of 255 = 57%
G 92 of 255 = 36%
B 73 of 255 = 29%

146
92
73

R + G + B ~ 41%. #925C49 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 146 + 92 + 73 = 311 (100%)
R 146 of 311 ~ 46.95%
G 92 of 311 ~ 29.58%
B 73 of 311 ~ 23.47'%

%46.95
%29.58
%23.47

CMYK color model

#925C49 color CMYK value is (0,37,50,43).

  • cyan value is 0.00%
  • magenta value is 36.99%
  • yellow value is 50.00%
  • key color value is 42.75%

CMYK: (0,37,50,43)
C0M37Y50K43 (0%, 37%, 50%, 43%)
(0.00 / 0.37 / 0.50 / 0.43)

CMYK percentages

%0
%36.99
%50
%42.75

Codes

Color #925C49 in popluar color models

92 5C 49
RGB 146 92 73
HSL 16° 33.33% 42.94%
HSB/HSV 16° 50.00% 57.25%
CMYK 0.00% 36.99% 50.00%
42.75%

Color #925C49 in popluar number systems.

HEX 92 5C 49
Decimal 146 92 73
Binary 10010010 1011100 1001001
Octal 222 134 111

Shades and tints

Shades of #925C49

#925C49
(146,92,73)
#855443
(133,84,67)
#784C3D
(120,76,61)
#6B4437
(107,68,55)
#5E3C31
(94,60,49)
#51342B
(81,52,43)
#442C25
(68,44,37)
#37241F
(55,36,31)
#2A1C19
(42,28,25)
#1D1413
(29,20,19)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #925C49

#925C49
(146,92,73)
#9B6A59
(155,106,89)
#A47869
(164,120,105)
#AD8679
(173,134,121)
#B69489
(182,148,137)
#BFA299
(191,162,153)
#C8B0A9
(200,176,169)
#D1BEB9
(209,190,185)
#DACCC9
(218,204,201)
#E3DAD9
(227,218,217)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #925C49 color. Also use rgb(146,92,73) instead hex code.

Text Font Color

.myTextColor { color: #925C49; }

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

This text font color is #925C49.

Background Color

.myBgColor { background-color: #925C49; }

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

This div background color is #925C49.

Border color

.myBorderColor { border: 1px solid #925C49; }

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

This div border color is #925C49.

Opacity

.myOpacity80 { color: #925C49; opacity: 0.8; }

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

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

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

This text has shadow with #925C49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #925C49.

Preview

Color preview on black background

This text has color #925C49 on black background.


Color preview on white background

This text has color #925C49 on white background.


Black color preview on #925C49 background

This text has black color on #925C49 background.


White color preview on #925C49 background

This text has white color on #925C49 background.


Related colors

Complementary color

Complementary color for #hex is #6DA3B6.


I love getcolorcode.com

Triadic colors

1 #49925C and #5C4992 with #925C49 are triadic colors.

2 #495C92 and #5C9249 with #925C49 are triadic colors.