COLOR #4B602F

HEX: #4B602F
RGB: (75,96,47)

Color info

#4B602F contains red, green and blue colors in about the same proportion. Web safe color of #4B602F is #336633 (or #363).

RGB color model

#4B602F color RGB value is (75,96,47).

  • red value is 75;
  • green value is 96;
  • blue value is 47.
RGB:
(75,96,47)
(29%,38%,18%)

RGB channels and saturation

R 75 of 255 = 29%
G 96 of 255 = 38%
B 47 of 255 = 18%

75
96
47

R + G + B ~ 28%. #4B602F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 96 + 47 = 218 (100%)
R 75 of 218 ~ 34.4%
G 96 of 218 ~ 44.04%
B 47 of 218 ~ 21.56%

%34.4
%44.04
%21.56

CMYK color model

#4B602F color CMYK value is (22,0,51,62).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 51.04%
  • key color value is 62.35%
CMYK:
(22,0,51,62)
C22M0Y51K62 
(22%,0%,51%,62%)
(0.22/0.00/0.51/0.62)	

CMYK percentages

%21.88
%0
%51.04
%62.35

Codes

Color #4B602F in popluar color models

4B602F
RGB759647
HSL86°34.27%28.04%
HSB/HSV86°51.04%37.65%
CMYK21.88%0.00%51.04%
62.35%

Color #4B602F in popluar number systems.

HEX4B602F
Decimal759647
Binary10010111100000101111
Octal11314057

Shades and tints

Shades of #4B602F

#4B602F
(75,96,47)
#45582B
(69,88,43)
#3F5027
(63,80,39)
#394823
(57,72,35)
#33401F
(51,64,31)
#2D381B
(45,56,27)
#273017
(39,48,23)
#212813
(33,40,19)
#1B200F
(27,32,15)
#15180B
(21,24,11)
#0F1007
(15,16,7)
#000000
(0,0,0)

Tints of #4B602F

#4B602F
(75,96,47)
#5B6E41
(91,110,65)
#6B7C53
(107,124,83)
#7B8A65
(123,138,101)
#8B9877
(139,152,119)
#9BA689
(155,166,137)
#ABB49B
(171,180,155)
#BBC2AD
(187,194,173)
#CBD0BF
(203,208,191)
#DBDED1
(219,222,209)
#EBECE3
(235,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B602F color. Also use rgb(75,96,47) instead hex code.

Text Font Color

.myTextColor { color: #4B602F; }

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

This text font color is #4B602F.


Background Color

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

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

This div background color is #4B602F.


Border color

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

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

This div border color is #4B602F.


Opacity

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

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

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

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

This text has shadow with #4B602F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B602F on black background.


Color preview on white background

This text has color #4B602F on white background.



Black color preview on #4B602F background

This text has black color on #4B602F background.


White color preview on #4B602F background

This text has white color on #4B602F background.