COLOR #4B6F3D

HEX: #4B6F3D
RGB: (75,111,61)

Color info

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

RGB color model

#4B6F3D color RGB value is (75,111,61).

  • red value is 75;
  • green value is 111;
  • blue value is 61.
RGB:
(75,111,61)
(29%,44%,24%)

RGB channels and saturation

R 75 of 255 = 29%
G 111 of 255 = 44%
B 61 of 255 = 24%

75
111
61

R + G + B ~ 32%. #4B6F3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 111 + 61 = 247 (100%)
R 75 of 247 ~ 30.36%
G 111 of 247 ~ 44.94%
B 61 of 247 ~ 24.7%

%30.36
%44.94
%24.7

CMYK color model

#4B6F3D color CMYK value is (32,0,45,56).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 45.05%
  • key color value is 56.47%
CMYK:
(32,0,45,56)
C32M0Y45K56 
(32%,0%,45%,56%)
(0.32/0.00/0.45/0.56)	

CMYK percentages

%32.43
%0
%45.05
%56.47

Codes

Color #4B6F3D in popluar color models

4B6F3D
RGB7511161
HSL103°29.07%33.73%
HSB/HSV103°45.05%43.53%
CMYK32.43%0.00%45.05%
56.47%

Color #4B6F3D in popluar number systems.

HEX4B6F3D
Decimal7511161
Binary10010111101111111101
Octal11315775

Shades and tints

Shades of #4B6F3D

#4B6F3D
(75,111,61)
#456538
(69,101,56)
#3F5B33
(63,91,51)
#39512E
(57,81,46)
#334729
(51,71,41)
#2D3D24
(45,61,36)
#27331F
(39,51,31)
#21291A
(33,41,26)
#1B1F15
(27,31,21)
#151510
(21,21,16)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #4B6F3D

#4B6F3D
(75,111,61)
#5B7C4E
(91,124,78)
#6B895F
(107,137,95)
#7B9670
(123,150,112)
#8BA381
(139,163,129)
#9BB092
(155,176,146)
#ABBDA3
(171,189,163)
#BBCAB4
(187,202,180)
#CBD7C5
(203,215,197)
#DBE4D6
(219,228,214)
#EBF1E7
(235,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6F3D color. Also use rgb(75,111,61) instead hex code.

Text Font Color

.myTextColor { color: #4B6F3D; }

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

This text font color is #4B6F3D.


Background Color

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

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

This div background color is #4B6F3D.


Border color

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

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

This div border color is #4B6F3D.


Opacity

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

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

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

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

This text has shadow with #4B6F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6F3D on black background.


Color preview on white background

This text has color #4B6F3D on white background.



Black color preview on #4B6F3D background

This text has black color on #4B6F3D background.


White color preview on #4B6F3D background

This text has white color on #4B6F3D background.