COLOR #93B768

HEX: #93B768
RGB: (147,183,104)

Color info

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

RGB color model

#93B768 color RGB value is (147,183,104).

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

RGB channels and saturation

R 147 of 255 = 58%
G 183 of 255 = 72%
B 104 of 255 = 41%

147
183
104

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

Portions of RGB colors in percentages

R + G + B =
147 + 183 + 104 = 434 (100%)
R 147 of 434 ~ 33.87%
G 183 of 434 ~ 42.17%
B 104 of 434 ~ 23.96%

%33.87
%42.17
%23.96

CMYK color model

#93B768 color CMYK value is (20,0,43,28).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 43.17%
  • key color value is 28.24%
CMYK:
(20,0,43,28)
C20M0Y43K28 
(20%,0%,43%,28%)
(0.20/0.00/0.43/0.28)	

CMYK percentages

%19.67
%0
%43.17
%28.24

Codes

Color #93B768 in popluar color models

93B768
RGB147183104
HSL87°35.43%56.27%
HSB/HSV87°43.17%71.76%
CMYK19.67%0.00%43.17%
28.24%

Color #93B768 in popluar number systems.

HEX93B768
Decimal147183104
Binary10010011101101111101000
Octal223267150

Shades and tints

Shades of #93B768

#93B768
(147,183,104)
#86A75F
(134,167,95)
#799756
(121,151,86)
#6C874D
(108,135,77)
#5F7744
(95,119,68)
#52673B
(82,103,59)
#455732
(69,87,50)
#384729
(56,71,41)
#2B3720
(43,55,32)
#1E2717
(30,39,23)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #93B768

#93B768
(147,183,104)
#9CBD75
(156,189,117)
#A5C382
(165,195,130)
#AEC98F
(174,201,143)
#B7CF9C
(183,207,156)
#C0D5A9
(192,213,169)
#C9DBB6
(201,219,182)
#D2E1C3
(210,225,195)
#DBE7D0
(219,231,208)
#E4EDDD
(228,237,221)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B768; }

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

This text font color is #93B768.


Background Color

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

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

This div background color is #93B768.


Border color

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

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

This div border color is #93B768.


Opacity

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

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

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

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

This text has shadow with #93B768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B768 on black background.


Color preview on white background

This text has color #93B768 on white background.



Black color preview on #93B768 background

This text has black color on #93B768 background.


White color preview on #93B768 background

This text has white color on #93B768 background.