COLOR #93B02D

HEX: #93B02D
RGB: (147,176,45)

Color info

#93B02D contains mainly red and green colors. Web safe color of #93B02D is #999933 (or #993).

RGB color model

#93B02D color RGB value is (147,176,45).

  • red value is 147;
  • green value is 176;
  • blue value is 45.
RGB:
(147,176,45)
(58%,69%,18%)

RGB channels and saturation

R 147 of 255 = 58%
G 176 of 255 = 69%
B 45 of 255 = 18%

147
176
45

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

Portions of RGB colors in percentages

R + G + B =
147 + 176 + 45 = 368 (100%)
R 147 of 368 ~ 39.95%
G 176 of 368 ~ 47.83%
B 45 of 368 ~ 12.23%

%39.95
%47.83
%12.23

CMYK color model

#93B02D color CMYK value is (16,0,74,31).

  • cyan value is 16.48%
  • magenta value is 0.00%
  • yellow value is 74.43%
  • key color value is 30.98%
CMYK:
(16,0,74,31)
C16M0Y74K31 
(16%,0%,74%,31%)
(0.16/0.00/0.74/0.31)	

CMYK percentages

%16.48
%0
%74.43
%30.98

Codes

Color #93B02D in popluar color models

93B02D
RGB14717645
HSL73°59.28%43.33%
HSB/HSV73°74.43%69.02%
CMYK16.48%0.00%74.43%
30.98%

Color #93B02D in popluar number systems.

HEX93B02D
Decimal14717645
Binary1001001110110000101101
Octal22326055

Shades and tints

Shades of #93B02D

#93B02D
(147,176,45)
#86A029
(134,160,41)
#799025
(121,144,37)
#6C8021
(108,128,33)
#5F701D
(95,112,29)
#526019
(82,96,25)
#455015
(69,80,21)
#384011
(56,64,17)
#2B300D
(43,48,13)
#1E2009
(30,32,9)
#111005
(17,16,5)
#000000
(0,0,0)

Tints of #93B02D

#93B02D
(147,176,45)
#9CB740
(156,183,64)
#A5BE53
(165,190,83)
#AEC566
(174,197,102)
#B7CC79
(183,204,121)
#C0D38C
(192,211,140)
#C9DA9F
(201,218,159)
#D2E1B2
(210,225,178)
#DBE8C5
(219,232,197)
#E4EFD8
(228,239,216)
#EDF6EB
(237,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B02D; }

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

This text font color is #93B02D.


Background Color

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

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

This div background color is #93B02D.


Border color

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

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

This div border color is #93B02D.


Opacity

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

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

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

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

This text has shadow with #93B02D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B02D on black background.


Color preview on white background

This text has color #93B02D on white background.



Black color preview on #93B02D background

This text has black color on #93B02D background.


White color preview on #93B02D background

This text has white color on #93B02D background.