COLOR #93B670

HEX: #93B670
RGB: (147,182,112)

Color info

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

RGB color model

#93B670 color RGB value is (147,182,112).

  • red value is 147;
  • green value is 182;
  • blue value is 112.
RGB:
(147,182,112)
(58%,71%,44%)

RGB channels and saturation

R 147 of 255 = 58%
G 182 of 255 = 71%
B 112 of 255 = 44%

147
182
112

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

Portions of RGB colors in percentages

R + G + B =
147 + 182 + 112 = 441 (100%)
R 147 of 441 ~ 33.33%
G 182 of 441 ~ 41.27%
B 112 of 441 ~ 25.4%

%33.33
%41.27
%25.4

CMYK color model

#93B670 color CMYK value is (19,0,38,29).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 28.63%
CMYK:
(19,0,38,29)
C19M0Y38K29 
(19%,0%,38%,29%)
(0.19/0.00/0.38/0.29)	

CMYK percentages

%19.23
%0
%38.46
%28.63

Codes

Color #93B670 in popluar color models

93B670
RGB147182112
HSL90°32.41%57.65%
HSB/HSV90°38.46%71.37%
CMYK19.23%0.00%38.46%
28.63%

Color #93B670 in popluar number systems.

HEX93B670
Decimal147182112
Binary10010011101101101110000
Octal223266160

Shades and tints

Shades of #93B670

#93B670
(147,182,112)
#86A666
(134,166,102)
#79965C
(121,150,92)
#6C8652
(108,134,82)
#5F7648
(95,118,72)
#52663E
(82,102,62)
#455634
(69,86,52)
#38462A
(56,70,42)
#2B3620
(43,54,32)
#1E2616
(30,38,22)
#11160C
(17,22,12)
#000000
(0,0,0)

Tints of #93B670

#93B670
(147,182,112)
#9CBC7D
(156,188,125)
#A5C28A
(165,194,138)
#AEC897
(174,200,151)
#B7CEA4
(183,206,164)
#C0D4B1
(192,212,177)
#C9DABE
(201,218,190)
#D2E0CB
(210,224,203)
#DBE6D8
(219,230,216)
#E4ECE5
(228,236,229)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B670 color. Also use rgb(147,182,112) instead hex code.

Text Font Color

.myTextColor { color: #93B670; }

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

This text font color is #93B670.


Background Color

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

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

This div background color is #93B670.


Border color

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

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

This div border color is #93B670.


Opacity

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

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

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

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

This text has shadow with #93B670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B670 on black background.


Color preview on white background

This text has color #93B670 on white background.



Black color preview on #93B670 background

This text has black color on #93B670 background.


White color preview on #93B670 background

This text has white color on #93B670 background.