COLOR #4B836D

HEX: #4B836D
RGB: (75,131,109)

Color info

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

RGB color model

#4B836D color RGB value is (75,131,109).

  • red value is 75;
  • green value is 131;
  • blue value is 109.
RGB:
(75,131,109)
(29%,51%,43%)

RGB channels and saturation

R 75 of 255 = 29%
G 131 of 255 = 51%
B 109 of 255 = 43%

75
131
109

R + G + B ~ 41%. #4B836D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 131 + 109 = 315 (100%)
R 75 of 315 ~ 23.81%
G 131 of 315 ~ 41.59%
B 109 of 315 ~ 34.6%

%23.81
%41.59
%34.6

CMYK color model

#4B836D color CMYK value is (43,0,17,49).

  • cyan value is 42.75%
  • magenta value is 0.00%
  • yellow value is 16.79%
  • key color value is 48.63%
CMYK:
(43,0,17,49)
C43M0Y17K49 
(43%,0%,17%,49%)
(0.43/0.00/0.17/0.49)	

CMYK percentages

%42.75
%0
%16.79
%48.63

Codes

Color #4B836D in popluar color models

4B836D
RGB75131109
HSL156°27.18%40.39%
HSB/HSV156°42.75%51.37%
CMYK42.75%0.00%16.79%
48.63%

Color #4B836D in popluar number systems.

HEX4B836D
Decimal75131109
Binary1001011100000111101101
Octal113203155

Shades and tints

Shades of #4B836D

#4B836D
(75,131,109)
#457864
(69,120,100)
#3F6D5B
(63,109,91)
#396252
(57,98,82)
#335749
(51,87,73)
#2D4C40
(45,76,64)
#274137
(39,65,55)
#21362E
(33,54,46)
#1B2B25
(27,43,37)
#15201C
(21,32,28)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #4B836D

#4B836D
(75,131,109)
#5B8E7A
(91,142,122)
#6B9987
(107,153,135)
#7BA494
(123,164,148)
#8BAFA1
(139,175,161)
#9BBAAE
(155,186,174)
#ABC5BB
(171,197,187)
#BBD0C8
(187,208,200)
#CBDBD5
(203,219,213)
#DBE6E2
(219,230,226)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B836D color. Also use rgb(75,131,109) instead hex code.

Text Font Color

.myTextColor { color: #4B836D; }

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

This text font color is #4B836D.


Background Color

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

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

This div background color is #4B836D.


Border color

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

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

This div border color is #4B836D.


Opacity

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

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

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

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

This text has shadow with #4B836D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B836D on black background.


Color preview on white background

This text has color #4B836D on white background.



Black color preview on #4B836D background

This text has black color on #4B836D background.


White color preview on #4B836D background

This text has white color on #4B836D background.