COLOR #93B076

HEX: #93B076 RGB: (147,176,118)

Color info

#93B076 contains red, green and blue colors in about the same proportion. Web safe color of #93B076 is #999966 (or #996).

RGB color model

#93B076 color RGB value is (147,176,118).

RGB: (147,176,118) (58%, 69%, 46%)

RGB channels and saturation

R 147 of 255 = 58%
G 176 of 255 = 69%
B 118 of 255 = 46%

147
176
118

R + G + B ~ 58%. #93B076 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 147 + 176 + 118 = 441 (100%)
R 147 of 441 ~ 33.33%
G 176 of 441 ~ 39.91%
B 118 of 441 ~ 26.76'%

%33.33
%39.91
%26.76

CMYK color model

#93B076 color CMYK value is (16,0,33,31).

  • cyan value is 16.48%
  • magenta value is 0.00%
  • yellow value is 32.95%
  • key color value is 30.98%

CMYK: (16,0,33,31)
C16M0Y33K31 (16%, 0%, 33%, 31%)
(0.16 / 0.00 / 0.33 / 0.31)

CMYK percentages

%16.48
%0
%32.95
%30.98

Codes

Color #93B076 in popluar color models

93 B0 76
RGB 147 176 118
HSL 90° 26.85% 57.65%
HSB/HSV 90° 32.95% 69.02%
CMYK 16.48% 0.00% 32.95%
30.98%

Color #93B076 in popluar number systems.

HEX 93 B0 76
Decimal 147 176 118
Binary 10010011 10110000 1110110
Octal 223 260 166

Shades and tints

Shades of #93B076

#93B076
(147,176,118)
#86A06C
(134,160,108)
#799062
(121,144,98)
#6C8058
(108,128,88)
#5F704E
(95,112,78)
#526044
(82,96,68)
#45503A
(69,80,58)
#384030
(56,64,48)
#2B3026
(43,48,38)
#1E201C
(30,32,28)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #93B076

#93B076
(147,176,118)
#9CB782
(156,183,130)
#A5BE8E
(165,190,142)
#AEC59A
(174,197,154)
#B7CCA6
(183,204,166)
#C0D3B2
(192,211,178)
#C9DABE
(201,218,190)
#D2E1CA
(210,225,202)
#DBE8D6
(219,232,214)
#E4EFE2
(228,239,226)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B076 color. Also use rgb(147,176,118) instead hex code.

Text Font Color

.myTextColor { color: #93B076; }

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

This text font color is #93B076.

Background Color

.myBgColor { background-color: #93B076; }

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

This div background color is #93B076.

Border color

.myBorderColor { border: 1px solid #93B076; }

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

This div border color is #93B076.

Opacity

.myOpacity80 { color: #93B076; opacity: 0.8; }

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

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

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

This text has shadow with #93B076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B076.

Preview

Color preview on black background

This text has color #93B076 on black background.


Color preview on white background

This text has color #93B076 on white background.


Black color preview on #93B076 background

This text has black color on #93B076 background.


White color preview on #93B076 background

This text has white color on #93B076 background.


Related colors

Complementary color

Complementary color for #hex is #6C4F89.


I love getcolorcode.com

Triadic colors

1 #7693B0 and #B07693 with #93B076 are triadic colors.

2 #76B093 and #B09376 with #93B076 are triadic colors.