COLOR #4B865D

HEX: #4B865D RGB: (75,134,93)

Color info

#4B865D contains red, green and blue colors in about the same proportion. Web safe color of #4B865D is #339966 (or #396).

RGB color model

#4B865D color RGB value is (75,134,93).

RGB: (75,134,93) (29%, 53%, 36%)

RGB channels and saturation

R 75 of 255 = 29%
G 134 of 255 = 53%
B 93 of 255 = 36%

75
134
93

R + G + B ~ 39%. #4B865D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 134 + 93 = 302 (100%)
R 75 of 302 ~ 24.83%
G 134 of 302 ~ 44.37%
B 93 of 302 ~ 30.79'%

%24.83
%44.37
%30.79

CMYK color model

#4B865D color CMYK value is (44,0,31,47).

  • cyan value is 44.03%
  • magenta value is 0.00%
  • yellow value is 30.60%
  • key color value is 47.45%
CMYK: (44,0,31,47) C44M0Y31K47 (44%,0%,31%,47%) (0.44/0.00/0.31/0.47) 

CMYK percentages

%44.03
%0
%30.6
%47.45

Codes

Color #4B865D in popluar color models

4B 86 5D
RGB 75 134 93
HSL 138° 28.23% 40.98%
HSB/HSV 138° 44.03% 52.55%
CMYK 44.03% 0.00% 30.60%
47.45%

Color #4B865D in popluar number systems.

HEX 4B 86 5D
Decimal 75 134 93
Binary 1001011 10000110 1011101
Octal 113 206 135

Shades and tints

Shades of #4B865D

#4B865D
(75,134,93)
#457A55
(69,122,85)
#3F6E4D
(63,110,77)
#396245
(57,98,69)
#33563D
(51,86,61)
#2D4A35
(45,74,53)
#273E2D
(39,62,45)
#213225
(33,50,37)
#1B261D
(27,38,29)
#151A15
(21,26,21)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #4B865D

#4B865D
(75,134,93)
#5B916B
(91,145,107)
#6B9C79
(107,156,121)
#7BA787
(123,167,135)
#8BB295
(139,178,149)
#9BBDA3
(155,189,163)
#ABC8B1
(171,200,177)
#BBD3BF
(187,211,191)
#CBDECD
(203,222,205)
#DBE9DB
(219,233,219)
#EBF4E9
(235,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B865D color. Also use rgb(75,134,93) instead hex code.

Text Font Color

.myTextColor { color: #4B865D; }

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

This text font color is #4B865D.

Background Color

.myBgColor { background-color: #4B865D; }

<div style="background-color:#4B865D">Inner text</div>

This div background color is #4B865D.

Border color

.myBorderColor { border: 1px solid #4B865D; }

<div style="border:3px solid #4B865D">Div</div>

This div border color is #4B865D.

Opacity

.myOpacity80 { color: #4B865D; opacity: 0.8; }

<p style="color:#4B865D;opacity:0.8;">80%</p>

Text with #4B865D 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 #4B865D;}

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

This text has shadow with #4B865D color.


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

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

This text has shadow with #4B865D primary color and red secondary color.


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

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

This text has shadow with #4B865D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4B865D.

Preview

Color preview on black background

This text has color #4B865D on black background.


Color preview on white background

This text has color #4B865D on white background.


Black color preview on #4B865D background

This text has black color on #4B865D background.


White color preview on #4B865D background

This text has white color on #4B865D background.


Related colors

Complementary color

Complementary color for #hex is #B479A2.


I love getcolorcode.com

Triadic colors

1 #5D4B86 and #865D4B with #4B865D are triadic colors.

2 #5D864B and #864B5D with #4B865D are triadic colors.