COLOR #8BB375

HEX: #8BB375
RGB: (139,179,117)

Color info

#8BB375 contains mainly red and green colors. Web safe color of #8BB375 is #999966 (or #996).

RGB color model

#8BB375 color RGB value is (139,179,117).

  • red value is 139;
  • green value is 179;
  • blue value is 117.
RGB:
(139,179,117)
(55%,70%,46%)

RGB channels and saturation

R 139 of 255 = 55%
G 179 of 255 = 70%
B 117 of 255 = 46%

139
179
117

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

Portions of RGB colors in percentages

R + G + B =
139 + 179 + 117 = 435 (100%)
R 139 of 435 ~ 31.95%
G 179 of 435 ~ 41.15%
B 117 of 435 ~ 26.9%

%31.95
%41.15
%26.9

CMYK color model

#8BB375 color CMYK value is (22,0,35,30).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 34.64%
  • key color value is 29.80%
CMYK:
(22,0,35,30)
C22M0Y35K30 
(22%,0%,35%,30%)
(0.22/0.00/0.35/0.30)	

CMYK percentages

%22.35
%0
%34.64
%29.8

Codes

Color #8BB375 in popluar color models

8BB375
RGB139179117
HSL99°28.97%58.04%
HSB/HSV99°34.64%70.20%
CMYK22.35%0.00%34.64%
29.80%

Color #8BB375 in popluar number systems.

HEX8BB375
Decimal139179117
Binary10001011101100111110101
Octal213263165

Shades and tints

Shades of #8BB375

#8BB375
(139,179,117)
#7FA36B
(127,163,107)
#739361
(115,147,97)
#678357
(103,131,87)
#5B734D
(91,115,77)
#4F6343
(79,99,67)
#435339
(67,83,57)
#37432F
(55,67,47)
#2B3325
(43,51,37)
#1F231B
(31,35,27)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #8BB375

#8BB375
(139,179,117)
#95B981
(149,185,129)
#9FBF8D
(159,191,141)
#A9C599
(169,197,153)
#B3CBA5
(179,203,165)
#BDD1B1
(189,209,177)
#C7D7BD
(199,215,189)
#D1DDC9
(209,221,201)
#DBE3D5
(219,227,213)
#E5E9E1
(229,233,225)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB375 color. Also use rgb(139,179,117) instead hex code.

Text Font Color

.myTextColor { color: #8BB375; }

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

This text font color is #8BB375.


Background Color

.myBgColor { background-color: #8BB375; }

<div style="background-color:#8BB375">Inner text</div>

This div background color is #8BB375.


Border color

.myBorderColor { border: 1px solid #8BB375; }

<div style="border:3px solid #8BB375">Div</div>

This div border color is #8BB375.


Opacity

.myOpacity80 { color: #8BB375; opacity: 0.8; }

<p style="color:#8BB375;opacity:0.8;">80%</p>

Text with #8BB375 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 #8BB375;}

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

This text has shadow with #8BB375 color.

.textShadow {text-shadow: 3px 3px 1px #8BB375, 3px 3px 1px red;}

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

This text has shadow with #8BB375 primary color and red secondary color.


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

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

This text has shadow with #8BB375 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB375 on black background.


Color preview on white background

This text has color #8BB375 on white background.



Black color preview on #8BB375 background

This text has black color on #8BB375 background.


White color preview on #8BB375 background

This text has white color on #8BB375 background.