COLOR #924D46

HEX: #924D46
RGB: (146,77,70)

Color info

#924D46 contains mainly red color. Web safe color of #924D46 is #993333 (or #933).

RGB color model

#924D46 color RGB value is (146,77,70).

  • red value is 146;
  • green value is 77;
  • blue value is 70.
RGB:
(146,77,70)
(57%,30%,27%)

RGB channels and saturation

R 146 of 255 = 57%
G 77 of 255 = 30%
B 70 of 255 = 27%

146
77
70

R + G + B ~ 38%. #924D46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
146 + 77 + 70 = 293 (100%)
R 146 of 293 ~ 49.83%
G 77 of 293 ~ 26.28%
B 70 of 293 ~ 23.89%

%49.83
%26.28
%23.89

CMYK color model

#924D46 color CMYK value is (0,47,52,43).

  • cyan value is 0.00%
  • magenta value is 47.26%
  • yellow value is 52.05%
  • key color value is 42.75%
CMYK:
(0,47,52,43)
C0M47Y52K43 
(0%,47%,52%,43%)
(0.00/0.47/0.52/0.43)	

CMYK percentages

%0
%47.26
%52.05
%42.75

Codes

Color #924D46 in popluar color models

924D46
RGB1467770
HSL35.19%42.35%
HSB/HSV52.05%57.25%
CMYK0.00%47.26%52.05%
42.75%

Color #924D46 in popluar number systems.

HEX924D46
Decimal1467770
Binary1001001010011011000110
Octal222115106

Shades and tints

Shades of #924D46

#924D46
(146,77,70)
#854640
(133,70,64)
#783F3A
(120,63,58)
#6B3834
(107,56,52)
#5E312E
(94,49,46)
#512A28
(81,42,40)
#442322
(68,35,34)
#371C1C
(55,28,28)
#2A1516
(42,21,22)
#1D0E10
(29,14,16)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #924D46

#924D46
(146,77,70)
#9B5D56
(155,93,86)
#A46D66
(164,109,102)
#AD7D76
(173,125,118)
#B68D86
(182,141,134)
#BF9D96
(191,157,150)
#C8ADA6
(200,173,166)
#D1BDB6
(209,189,182)
#DACDC6
(218,205,198)
#E3DDD6
(227,221,214)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #924D46 color. Also use rgb(146,77,70) instead hex code.

Text Font Color

.myTextColor { color: #924D46; }

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

This text font color is #924D46.


Background Color

.myBgColor { background-color: #924D46; }

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

This div background color is #924D46.


Border color

.myBorderColor { border: 1px solid #924D46; }

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

This div border color is #924D46.


Opacity

.myOpacity80 { color: #924D46; opacity: 0.8; }

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

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

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

This text has shadow with #924D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #924D46 on black background.


Color preview on white background

This text has color #924D46 on white background.



Black color preview on #924D46 background

This text has black color on #924D46 background.


White color preview on #924D46 background

This text has white color on #924D46 background.