COLOR #93B765

HEX: #93B765
RGB: (147,183,101)

Color info

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

RGB color model

#93B765 color RGB value is (147,183,101).

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

RGB channels and saturation

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

147
183
101

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

Portions of RGB colors in percentages

R + G + B =
147 + 183 + 101 = 431 (100%)
R 147 of 431 ~ 34.11%
G 183 of 431 ~ 42.46%
B 101 of 431 ~ 23.43%

%34.11
%42.46
%23.43

CMYK color model

#93B765 color CMYK value is (20,0,45,28).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 44.81%
  • key color value is 28.24%
CMYK:
(20,0,45,28)
C20M0Y45K28 
(20%,0%,45%,28%)
(0.20/0.00/0.45/0.28)	

CMYK percentages

%19.67
%0
%44.81
%28.24

Codes

Color #93B765 in popluar color models

93B765
RGB147183101
HSL86°36.28%55.69%
HSB/HSV86°44.81%71.76%
CMYK19.67%0.00%44.81%
28.24%

Color #93B765 in popluar number systems.

HEX93B765
Decimal147183101
Binary10010011101101111100101
Octal223267145

Shades and tints

Shades of #93B765

#93B765
(147,183,101)
#86A75C
(134,167,92)
#799753
(121,151,83)
#6C874A
(108,135,74)
#5F7741
(95,119,65)
#526738
(82,103,56)
#45572F
(69,87,47)
#384726
(56,71,38)
#2B371D
(43,55,29)
#1E2714
(30,39,20)
#11170B
(17,23,11)
#000000
(0,0,0)

Tints of #93B765

#93B765
(147,183,101)
#9CBD73
(156,189,115)
#A5C381
(165,195,129)
#AEC98F
(174,201,143)
#B7CF9D
(183,207,157)
#C0D5AB
(192,213,171)
#C9DBB9
(201,219,185)
#D2E1C7
(210,225,199)
#DBE7D5
(219,231,213)
#E4EDE3
(228,237,227)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B765; }

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

This text font color is #93B765.


Background Color

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

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

This div background color is #93B765.


Border color

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

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

This div border color is #93B765.


Opacity

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

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

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

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

This text has shadow with #93B765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B765 on black background.


Color preview on white background

This text has color #93B765 on white background.



Black color preview on #93B765 background

This text has black color on #93B765 background.


White color preview on #93B765 background

This text has white color on #93B765 background.