COLOR #94753B

HEX: #94753B
RGB: (148,117,59)

Color info

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

RGB color model

#94753B color RGB value is (148,117,59).

  • red value is 148;
  • green value is 117;
  • blue value is 59.
RGB:
(148,117,59)
(58%,46%,23%)

RGB channels and saturation

R 148 of 255 = 58%
G 117 of 255 = 46%
B 59 of 255 = 23%

148
117
59

R + G + B ~ 42%. #94753B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 117 + 59 = 324 (100%)
R 148 of 324 ~ 45.68%
G 117 of 324 ~ 36.11%
B 59 of 324 ~ 18.21%

%45.68
%36.11
%18.21

CMYK color model

#94753B color CMYK value is (0,21,60,42).

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 60.14%
  • key color value is 41.96%
CMYK:
(0,21,60,42)
C0M21Y60K42 
(0%,21%,60%,42%)
(0.00/0.21/0.60/0.42)	

CMYK percentages

%0
%20.95
%60.14
%41.96

Codes

Color #94753B in popluar color models

94753B
RGB14811759
HSL39°43.00%40.59%
HSB/HSV39°60.14%58.04%
CMYK0.00%20.95%60.14%
41.96%

Color #94753B in popluar number systems.

HEX94753B
Decimal14811759
Binary100101001110101111011
Octal22416573

Shades and tints

Shades of #94753B

#94753B
(148,117,59)
#876B36
(135,107,54)
#7A6131
(122,97,49)
#6D572C
(109,87,44)
#604D27
(96,77,39)
#534322
(83,67,34)
#46391D
(70,57,29)
#392F18
(57,47,24)
#2C2513
(44,37,19)
#1F1B0E
(31,27,14)
#121109
(18,17,9)
#000000
(0,0,0)

Tints of #94753B

#94753B
(148,117,59)
#9D814C
(157,129,76)
#A68D5D
(166,141,93)
#AF996E
(175,153,110)
#B8A57F
(184,165,127)
#C1B190
(193,177,144)
#CABDA1
(202,189,161)
#D3C9B2
(211,201,178)
#DCD5C3
(220,213,195)
#E5E1D4
(229,225,212)
#EEEDE5
(238,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94753B color. Also use rgb(148,117,59) instead hex code.

Text Font Color

.myTextColor { color: #94753B; }

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

This text font color is #94753B.


Background Color

.myBgColor { background-color: #94753B; }

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

This div background color is #94753B.


Border color

.myBorderColor { border: 1px solid #94753B; }

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

This div border color is #94753B.


Opacity

.myOpacity80 { color: #94753B; opacity: 0.8; }

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

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

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

This text has shadow with #94753B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94753B on black background.


Color preview on white background

This text has color #94753B on white background.



Black color preview on #94753B background

This text has black color on #94753B background.


White color preview on #94753B background

This text has white color on #94753B background.