COLOR #4B6442

HEX: #4B6442
RGB: (75,100,66)

Color info

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

RGB color model

#4B6442 color RGB value is (75,100,66).

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

RGB channels and saturation

R 75 of 255 = 29%
G 100 of 255 = 39%
B 66 of 255 = 26%

75
100
66

R + G + B ~ 31%. #4B6442 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 100 + 66 = 241 (100%)
R 75 of 241 ~ 31.12%
G 100 of 241 ~ 41.49%
B 66 of 241 ~ 27.39%

%31.12
%41.49
%27.39

CMYK color model

#4B6442 color CMYK value is (25,0,34,61).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 34.00%
  • key color value is 60.78%
CMYK:
(25,0,34,61)
C25M0Y34K61 
(25%,0%,34%,61%)
(0.25/0.00/0.34/0.61)	

CMYK percentages

%25
%0
%34
%60.78

Codes

Color #4B6442 in popluar color models

4B6442
RGB7510066
HSL104°20.48%32.55%
HSB/HSV104°34.00%39.22%
CMYK25.00%0.00%34.00%
60.78%

Color #4B6442 in popluar number systems.

HEX4B6442
Decimal7510066
Binary100101111001001000010
Octal113144102

Shades and tints

Shades of #4B6442

#4B6442
(75,100,66)
#455B3C
(69,91,60)
#3F5236
(63,82,54)
#394930
(57,73,48)
#33402A
(51,64,42)
#2D3724
(45,55,36)
#272E1E
(39,46,30)
#212518
(33,37,24)
#1B1C12
(27,28,18)
#15130C
(21,19,12)
#0F0A06
(15,10,6)
#000000
(0,0,0)

Tints of #4B6442

#4B6442
(75,100,66)
#5B7253
(91,114,83)
#6B8064
(107,128,100)
#7B8E75
(123,142,117)
#8B9C86
(139,156,134)
#9BAA97
(155,170,151)
#ABB8A8
(171,184,168)
#BBC6B9
(187,198,185)
#CBD4CA
(203,212,202)
#DBE2DB
(219,226,219)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6442; }

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

This text font color is #4B6442.


Background Color

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

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

This div background color is #4B6442.


Border color

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

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

This div border color is #4B6442.


Opacity

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

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

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

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

This text has shadow with #4B6442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6442 on black background.


Color preview on white background

This text has color #4B6442 on white background.



Black color preview on #4B6442 background

This text has black color on #4B6442 background.


White color preview on #4B6442 background

This text has white color on #4B6442 background.