COLOR #85B75D

HEX: #85B75D RGB: (133,183,93)

Color info

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

RGB color model

#85B75D color RGB value is (133,183,93).

RGB: (133,183,93) (52%, 72%, 36%)

RGB channels and saturation

R 133 of 255 = 52%
G 183 of 255 = 72%
B 93 of 255 = 36%

133
183
93

R + G + B ~ 53%. #85B75D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 183 + 93 = 409 (100%)
R 133 of 409 ~ 32.52%
G 183 of 409 ~ 44.74%
B 93 of 409 ~ 22.74'%

%32.52
%44.74
%22.74

CMYK color model

#85B75D color CMYK value is (27,0,49,28).

  • cyan value is 27.32%
  • magenta value is 0.00%
  • yellow value is 49.18%
  • key color value is 28.24%

CMYK: (27,0,49,28)
C27M0Y49K28 (27%, 0%, 49%, 28%)
(0.27 / 0.00 / 0.49 / 0.28)

CMYK percentages

%27.32
%0
%49.18
%28.24

Codes

Color #85B75D in popluar color models

85 B7 5D
RGB 133 183 93
HSL 93° 38.46% 54.12%
HSB/HSV 93° 49.18% 71.76%
CMYK 27.32% 0.00% 49.18%
28.24%

Color #85B75D in popluar number systems.

HEX 85 B7 5D
Decimal 133 183 93
Binary 10000101 10110111 1011101
Octal 205 267 135

Shades and tints

Shades of #85B75D

#85B75D
(133,183,93)
#79A755
(121,167,85)
#6D974D
(109,151,77)
#618745
(97,135,69)
#55773D
(85,119,61)
#496735
(73,103,53)
#3D572D
(61,87,45)
#314725
(49,71,37)
#25371D
(37,55,29)
#192715
(25,39,21)
#0D170D
(13,23,13)
#000000
(0,0,0)

Tints of #85B75D

#85B75D
(133,183,93)
#90BD6B
(144,189,107)
#9BC379
(155,195,121)
#A6C987
(166,201,135)
#B1CF95
(177,207,149)
#BCD5A3
(188,213,163)
#C7DBB1
(199,219,177)
#D2E1BF
(210,225,191)
#DDE7CD
(221,231,205)
#E8EDDB
(232,237,219)
#F3F3E9
(243,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B75D color. Also use rgb(133,183,93) instead hex code.

Text Font Color

.myTextColor { color: #85B75D; }

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

This text font color is #85B75D.

Background Color

.myBgColor { background-color: #85B75D; }

<div style="background-color:#85B75D">Inner text</div>

This div background color is #85B75D.

Border color

.myBorderColor { border: 1px solid #85B75D; }

<div style="border:3px solid #85B75D">Div</div>

This div border color is #85B75D.

Opacity

.myOpacity80 { color: #85B75D; opacity: 0.8; }

<p style="color:#85B75D;opacity:0.8;">80%</p>

Text with #85B75D 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 #85B75D;}

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

This text has shadow with #85B75D color.


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

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

This text has shadow with #85B75D primary color and red secondary color.


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

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

This text has shadow with #85B75D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85B75D.

Preview

Color preview on black background

This text has color #85B75D on black background.


Color preview on white background

This text has color #85B75D on white background.


Black color preview on #85B75D background

This text has black color on #85B75D background.


White color preview on #85B75D background

This text has white color on #85B75D background.


Related colors

Complementary color

Complementary color for #hex is #7A48A2.


I love getcolorcode.com

Triadic colors

1 #5D85B7 and #B75D85 with #85B75D are triadic colors.

2 #5DB785 and #B7855D with #85B75D are triadic colors.