COLOR #93B675

HEX: #93B675 RGB: (147,182,117)

Color info

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

RGB color model

#93B675 color RGB value is (147,182,117).

RGB: (147,182,117) (58%, 71%, 46%)

RGB channels and saturation

R 147 of 255 = 58%
G 182 of 255 = 71%
B 117 of 255 = 46%

147
182
117

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

Portions of RGB colors in percentages

R + G + B = 147 + 182 + 117 = 446 (100%)
R 147 of 446 ~ 32.96%
G 182 of 446 ~ 40.81%
B 117 of 446 ~ 26.23'%

%32.96
%40.81
%26.23

CMYK color model

#93B675 color CMYK value is (19,0,36,29).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 28.63%

CMYK: (19,0,36,29)
C19M0Y36K29 (19%, 0%, 36%, 29%)
(0.19 / 0.00 / 0.36 / 0.29)

CMYK percentages

%19.23
%0
%35.71
%28.63

Codes

Color #93B675 in popluar color models

93 B6 75
RGB 147 182 117
HSL 92° 30.81% 58.63%
HSB/HSV 92° 35.71% 71.37%
CMYK 19.23% 0.00% 35.71%
28.63%

Color #93B675 in popluar number systems.

HEX 93 B6 75
Decimal 147 182 117
Binary 10010011 10110110 1110101
Octal 223 266 165

Shades and tints

Shades of #93B675

#93B675
(147,182,117)
#86A66B
(134,166,107)
#799661
(121,150,97)
#6C8657
(108,134,87)
#5F764D
(95,118,77)
#526643
(82,102,67)
#455639
(69,86,57)
#38462F
(56,70,47)
#2B3625
(43,54,37)
#1E261B
(30,38,27)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #93B675

#93B675
(147,182,117)
#9CBC81
(156,188,129)
#A5C28D
(165,194,141)
#AEC899
(174,200,153)
#B7CEA5
(183,206,165)
#C0D4B1
(192,212,177)
#C9DABD
(201,218,189)
#D2E0C9
(210,224,201)
#DBE6D5
(219,230,213)
#E4ECE1
(228,236,225)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B675; }

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

This text font color is #93B675.

Background Color

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

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

This div background color is #93B675.

Border color

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

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

This div border color is #93B675.

Opacity

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

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

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

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

This text has shadow with #93B675 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B675.

Preview

Color preview on black background

This text has color #93B675 on black background.


Color preview on white background

This text has color #93B675 on white background.


Black color preview on #93B675 background

This text has black color on #93B675 background.


White color preview on #93B675 background

This text has white color on #93B675 background.


Related colors

Complementary color

Complementary color for #hex is #6C498A.


I love getcolorcode.com

Triadic colors

1 #7593B6 and #B67593 with #93B675 are triadic colors.

2 #75B693 and #B69375 with #93B675 are triadic colors.