COLOR #93B767

HEX: #93B767
RGB: (147,183,103)

Color info

#93B767 contains mainly red and green colors. Web safe color of #93B767 is #99CC66 (or #9C6).

RGB color model

#93B767 color RGB value is (147,183,103).

  • red value is 147;
  • green value is 183;
  • blue value is 103.
RGB:
(147,183,103)
(58%,72%,40%)

RGB channels and saturation

R 147 of 255 = 58%
G 183 of 255 = 72%
B 103 of 255 = 40%

147
183
103

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

Portions of RGB colors in percentages

R + G + B =
147 + 183 + 103 = 433 (100%)
R 147 of 433 ~ 33.95%
G 183 of 433 ~ 42.26%
B 103 of 433 ~ 23.79%

%33.95
%42.26
%23.79

CMYK color model

#93B767 color CMYK value is (20,0,44,28).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 43.72%
  • key color value is 28.24%
CMYK:
(20,0,44,28)
C20M0Y44K28 
(20%,0%,44%,28%)
(0.20/0.00/0.44/0.28)	

CMYK percentages

%19.67
%0
%43.72
%28.24

Codes

Color #93B767 in popluar color models

93B767
RGB147183103
HSL87°35.71%56.08%
HSB/HSV87°43.72%71.76%
CMYK19.67%0.00%43.72%
28.24%

Color #93B767 in popluar number systems.

HEX93B767
Decimal147183103
Binary10010011101101111100111
Octal223267147

Shades and tints

Shades of #93B767

#93B767
(147,183,103)
#86A75E
(134,167,94)
#799755
(121,151,85)
#6C874C
(108,135,76)
#5F7743
(95,119,67)
#52673A
(82,103,58)
#455731
(69,87,49)
#384728
(56,71,40)
#2B371F
(43,55,31)
#1E2716
(30,39,22)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #93B767

#93B767
(147,183,103)
#9CBD74
(156,189,116)
#A5C381
(165,195,129)
#AEC98E
(174,201,142)
#B7CF9B
(183,207,155)
#C0D5A8
(192,213,168)
#C9DBB5
(201,219,181)
#D2E1C2
(210,225,194)
#DBE7CF
(219,231,207)
#E4EDDC
(228,237,220)
#EDF3E9
(237,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B767 color. Also use rgb(147,183,103) instead hex code.

Text Font Color

.myTextColor { color: #93B767; }

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

This text font color is #93B767.


Background Color

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

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

This div background color is #93B767.


Border color

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

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

This div border color is #93B767.


Opacity

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

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

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

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

This text has shadow with #93B767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B767 on black background.


Color preview on white background

This text has color #93B767 on white background.



Black color preview on #93B767 background

This text has black color on #93B767 background.


White color preview on #93B767 background

This text has white color on #93B767 background.