COLOR #994734

HEX: #994734
RGB: (153,71,52)

Color info

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

RGB color model

#994734 color RGB value is (153,71,52).

  • red value is 153;
  • green value is 71;
  • blue value is 52.
RGB:
(153,71,52)
(60%,28%,20%)

RGB channels and saturation

R 153 of 255 = 60%
G 71 of 255 = 28%
B 52 of 255 = 20%

153
71
52

R + G + B ~ 36%. #994734 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 71 + 52 = 276 (100%)
R 153 of 276 ~ 55.43%
G 71 of 276 ~ 25.72%
B 52 of 276 ~ 18.84%

%55.43
%25.72
%18.84

CMYK color model

#994734 color CMYK value is (0,54,66,40).

  • cyan value is 0.00%
  • magenta value is 53.59%
  • yellow value is 66.01%
  • key color value is 40.00%
CMYK:
(0,54,66,40)
C0M54Y66K40 
(0%,54%,66%,40%)
(0.00/0.54/0.66/0.40)	

CMYK percentages

%0
%53.59
%66.01
%40

Codes

Color #994734 in popluar color models

994734
RGB1537152
HSL11°49.27%40.20%
HSB/HSV11°66.01%60.00%
CMYK0.00%53.59%66.01%
40.00%

Color #994734 in popluar number systems.

HEX994734
Decimal1537152
Binary100110011000111110100
Octal23110764

Shades and tints

Shades of #994734

#994734
(153,71,52)
#8C4130
(140,65,48)
#7F3B2C
(127,59,44)
#723528
(114,53,40)
#652F24
(101,47,36)
#582920
(88,41,32)
#4B231C
(75,35,28)
#3E1D18
(62,29,24)
#311714
(49,23,20)
#241110
(36,17,16)
#170B0C
(23,11,12)
#000000
(0,0,0)

Tints of #994734

#994734
(153,71,52)
#A25746
(162,87,70)
#AB6758
(171,103,88)
#B4776A
(180,119,106)
#BD877C
(189,135,124)
#C6978E
(198,151,142)
#CFA7A0
(207,167,160)
#D8B7B2
(216,183,178)
#E1C7C4
(225,199,196)
#EAD7D6
(234,215,214)
#F3E7E8
(243,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994734 color. Also use rgb(153,71,52) instead hex code.

Text Font Color

.myTextColor { color: #994734; }

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

This text font color is #994734.


Background Color

.myBgColor { background-color: #994734; }

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

This div background color is #994734.


Border color

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

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

This div border color is #994734.


Opacity

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

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

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

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

This text has shadow with #994734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994734 on black background.


Color preview on white background

This text has color #994734 on white background.



Black color preview on #994734 background

This text has black color on #994734 background.


White color preview on #994734 background

This text has white color on #994734 background.