COLOR #4B642F

HEX: #4B642F
RGB: (75,100,47)

Color info

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

RGB color model

#4B642F color RGB value is (75,100,47).

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

RGB channels and saturation

R 75 of 255 = 29%
G 100 of 255 = 39%
B 47 of 255 = 18%

75
100
47

R + G + B ~ 29%. #4B642F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 100 + 47 = 222 (100%)
R 75 of 222 ~ 33.78%
G 100 of 222 ~ 45.05%
B 47 of 222 ~ 21.17%

%33.78
%45.05
%21.17

CMYK color model

#4B642F color CMYK value is (25,0,53,61).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 53.00%
  • key color value is 60.78%
CMYK:
(25,0,53,61)
C25M0Y53K61 
(25%,0%,53%,61%)
(0.25/0.00/0.53/0.61)	

CMYK percentages

%25
%0
%53
%60.78

Codes

Color #4B642F in popluar color models

4B642F
RGB7510047
HSL88°36.05%28.82%
HSB/HSV88°53.00%39.22%
CMYK25.00%0.00%53.00%
60.78%

Color #4B642F in popluar number systems.

HEX4B642F
Decimal7510047
Binary10010111100100101111
Octal11314457

Shades and tints

Shades of #4B642F

#4B642F
(75,100,47)
#455B2B
(69,91,43)
#3F5227
(63,82,39)
#394923
(57,73,35)
#33401F
(51,64,31)
#2D371B
(45,55,27)
#272E17
(39,46,23)
#212513
(33,37,19)
#1B1C0F
(27,28,15)
#15130B
(21,19,11)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #4B642F

#4B642F
(75,100,47)
#5B7241
(91,114,65)
#6B8053
(107,128,83)
#7B8E65
(123,142,101)
#8B9C77
(139,156,119)
#9BAA89
(155,170,137)
#ABB89B
(171,184,155)
#BBC6AD
(187,198,173)
#CBD4BF
(203,212,191)
#DBE2D1
(219,226,209)
#EBF0E3
(235,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B642F; }

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

This text font color is #4B642F.


Background Color

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

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

This div background color is #4B642F.


Border color

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

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

This div border color is #4B642F.


Opacity

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

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

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

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

This text has shadow with #4B642F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B642F on black background.


Color preview on white background

This text has color #4B642F on white background.



Black color preview on #4B642F background

This text has black color on #4B642F background.


White color preview on #4B642F background

This text has white color on #4B642F background.