COLOR #4B6934

HEX: #4B6934
RGB: (75,105,52)

Color info

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

RGB color model

#4B6934 color RGB value is (75,105,52).

  • red value is 75;
  • green value is 105;
  • blue value is 52.
RGB:
(75,105,52)
(29%,41%,20%)

RGB channels and saturation

R 75 of 255 = 29%
G 105 of 255 = 41%
B 52 of 255 = 20%

75
105
52

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

Portions of RGB colors in percentages

R + G + B =
75 + 105 + 52 = 232 (100%)
R 75 of 232 ~ 32.33%
G 105 of 232 ~ 45.26%
B 52 of 232 ~ 22.41%

%32.33
%45.26
%22.41

CMYK color model

#4B6934 color CMYK value is (29,0,50,59).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 50.48%
  • key color value is 58.82%
CMYK:
(29,0,50,59)
C29M0Y50K59 
(29%,0%,50%,59%)
(0.29/0.00/0.50/0.59)	

CMYK percentages

%28.57
%0
%50.48
%58.82

Codes

Color #4B6934 in popluar color models

4B6934
RGB7510552
HSL94°33.76%30.78%
HSB/HSV94°50.48%41.18%
CMYK28.57%0.00%50.48%
58.82%

Color #4B6934 in popluar number systems.

HEX4B6934
Decimal7510552
Binary10010111101001110100
Octal11315164

Shades and tints

Shades of #4B6934

#4B6934
(75,105,52)
#456030
(69,96,48)
#3F572C
(63,87,44)
#394E28
(57,78,40)
#334524
(51,69,36)
#2D3C20
(45,60,32)
#27331C
(39,51,28)
#212A18
(33,42,24)
#1B2114
(27,33,20)
#151810
(21,24,16)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #4B6934

#4B6934
(75,105,52)
#5B7646
(91,118,70)
#6B8358
(107,131,88)
#7B906A
(123,144,106)
#8B9D7C
(139,157,124)
#9BAA8E
(155,170,142)
#ABB7A0
(171,183,160)
#BBC4B2
(187,196,178)
#CBD1C4
(203,209,196)
#DBDED6
(219,222,214)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6934 color. Also use rgb(75,105,52) instead hex code.

Text Font Color

.myTextColor { color: #4B6934; }

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

This text font color is #4B6934.


Background Color

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

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

This div background color is #4B6934.


Border color

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

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

This div border color is #4B6934.


Opacity

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

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

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

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

This text has shadow with #4B6934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6934 on black background.


Color preview on white background

This text has color #4B6934 on white background.



Black color preview on #4B6934 background

This text has black color on #4B6934 background.


White color preview on #4B6934 background

This text has white color on #4B6934 background.