COLOR #93764B

HEX: #93764B
RGB: (147,118,75)

Color info

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

RGB color model

#93764B color RGB value is (147,118,75).

  • red value is 147;
  • green value is 118;
  • blue value is 75.
RGB:
(147,118,75)
(58%,46%,29%)

RGB channels and saturation

R 147 of 255 = 58%
G 118 of 255 = 46%
B 75 of 255 = 29%

147
118
75

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

Portions of RGB colors in percentages

R + G + B =
147 + 118 + 75 = 340 (100%)
R 147 of 340 ~ 43.24%
G 118 of 340 ~ 34.71%
B 75 of 340 ~ 22.06%

%43.24
%34.71
%22.06

CMYK color model

#93764B color CMYK value is (0,20,49,42).

  • cyan value is 0.00%
  • magenta value is 19.73%
  • yellow value is 48.98%
  • key color value is 42.35%
CMYK:
(0,20,49,42)
C0M20Y49K42 
(0%,20%,49%,42%)
(0.00/0.20/0.49/0.42)	

CMYK percentages

%0
%19.73
%48.98
%42.35

Codes

Color #93764B in popluar color models

93764B
RGB14711875
HSL36°32.43%43.53%
HSB/HSV36°48.98%57.65%
CMYK0.00%19.73%48.98%
42.35%

Color #93764B in popluar number systems.

HEX93764B
Decimal14711875
Binary1001001111101101001011
Octal223166113

Shades and tints

Shades of #93764B

#93764B
(147,118,75)
#866C45
(134,108,69)
#79623F
(121,98,63)
#6C5839
(108,88,57)
#5F4E33
(95,78,51)
#52442D
(82,68,45)
#453A27
(69,58,39)
#383021
(56,48,33)
#2B261B
(43,38,27)
#1E1C15
(30,28,21)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #93764B

#93764B
(147,118,75)
#9C825B
(156,130,91)
#A58E6B
(165,142,107)
#AE9A7B
(174,154,123)
#B7A68B
(183,166,139)
#C0B29B
(192,178,155)
#C9BEAB
(201,190,171)
#D2CABB
(210,202,187)
#DBD6CB
(219,214,203)
#E4E2DB
(228,226,219)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93764B color. Also use rgb(147,118,75) instead hex code.

Text Font Color

.myTextColor { color: #93764B; }

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

This text font color is #93764B.


Background Color

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

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

This div background color is #93764B.


Border color

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

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

This div border color is #93764B.


Opacity

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

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

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

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

This text has shadow with #93764B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93764B on black background.


Color preview on white background

This text has color #93764B on white background.



Black color preview on #93764B background

This text has black color on #93764B background.


White color preview on #93764B background

This text has white color on #93764B background.