COLOR #4B6E30

HEX: #4B6E30
RGB: (75,110,48)

Color info

#4B6E30 contains mainly red and green colors. Web safe color of #4B6E30 is #336633 (or #363).

RGB color model

#4B6E30 color RGB value is (75,110,48).

  • red value is 75;
  • green value is 110;
  • blue value is 48.
RGB:
(75,110,48)
(29%,43%,19%)

RGB channels and saturation

R 75 of 255 = 29%
G 110 of 255 = 43%
B 48 of 255 = 19%

75
110
48

R + G + B ~ 30%. #4B6E30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 110 + 48 = 233 (100%)
R 75 of 233 ~ 32.19%
G 110 of 233 ~ 47.21%
B 48 of 233 ~ 20.6%

%32.19
%47.21
%20.6

CMYK color model

#4B6E30 color CMYK value is (32,0,56,57).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 56.36%
  • key color value is 56.86%
CMYK:
(32,0,56,57)
C32M0Y56K57 
(32%,0%,56%,57%)
(0.32/0.00/0.56/0.57)	

CMYK percentages

%31.82
%0
%56.36
%56.86

Codes

Color #4B6E30 in popluar color models

4B6E30
RGB7511048
HSL94°39.24%30.98%
HSB/HSV94°56.36%43.14%
CMYK31.82%0.00%56.36%
56.86%

Color #4B6E30 in popluar number systems.

HEX4B6E30
Decimal7511048
Binary10010111101110110000
Octal11315660

Shades and tints

Shades of #4B6E30

#4B6E30
(75,110,48)
#45642C
(69,100,44)
#3F5A28
(63,90,40)
#395024
(57,80,36)
#334620
(51,70,32)
#2D3C1C
(45,60,28)
#273218
(39,50,24)
#212814
(33,40,20)
#1B1E10
(27,30,16)
#15140C
(21,20,12)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #4B6E30

#4B6E30
(75,110,48)
#5B7B42
(91,123,66)
#6B8854
(107,136,84)
#7B9566
(123,149,102)
#8BA278
(139,162,120)
#9BAF8A
(155,175,138)
#ABBC9C
(171,188,156)
#BBC9AE
(187,201,174)
#CBD6C0
(203,214,192)
#DBE3D2
(219,227,210)
#EBF0E4
(235,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6E30 color. Also use rgb(75,110,48) instead hex code.

Text Font Color

.myTextColor { color: #4B6E30; }

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

This text font color is #4B6E30.


Background Color

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

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

This div background color is #4B6E30.


Border color

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

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

This div border color is #4B6E30.


Opacity

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

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

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

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

This text has shadow with #4B6E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6E30 on black background.


Color preview on white background

This text has color #4B6E30 on white background.



Black color preview on #4B6E30 background

This text has black color on #4B6E30 background.


White color preview on #4B6E30 background

This text has white color on #4B6E30 background.