COLOR #4B6904

HEX: #4B6904
RGB: (75,105,4)

Color info

#4B6904 contains mainly red and green colors. Web safe color of #4B6904 is #336600 (or #360).

RGB color model

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

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

RGB channels and saturation

R 75 of 255 = 29%
G 105 of 255 = 41%
B 4 of 255 = 2%

75
105
4

R + G + B ~ 24%. #4B6904 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 105 + 4 = 184 (100%)
R 75 of 184 ~ 40.76%
G 105 of 184 ~ 57.07%
B 4 of 184 ~ 2.17%

%40.76
%57.07

CMYK color model

#4B6904 color CMYK value is (29,0,96,59).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 96.19%
  • key color value is 58.82%
CMYK:
(29,0,96,59)
C29M0Y96K59 
(29%,0%,96%,59%)
(0.29/0.00/0.96/0.59)	

CMYK percentages

%28.57
%0
%96.19
%58.82

Codes

Color #4B6904 in popluar color models

4B6904
RGB751054
HSL78°92.66%21.37%
HSB/HSV78°96.19%41.18%
CMYK28.57%0.00%96.19%
58.82%

Color #4B6904 in popluar number systems.

HEX4B6904
Decimal751054
Binary10010111101001100
Octal1131514

Shades and tints

Shades of #4B6904

#4B6904
(75,105,4)
#456004
(69,96,4)
#3F5704
(63,87,4)
#394E04
(57,78,4)
#334504
(51,69,4)
#2D3C04
(45,60,4)
#273304
(39,51,4)
#212A04
(33,42,4)
#1B2104
(27,33,4)
#151804
(21,24,4)
#0F0F04
(15,15,4)
#000000
(0,0,0)

Tints of #4B6904

#4B6904
(75,105,4)
#5B761A
(91,118,26)
#6B8330
(107,131,48)
#7B9046
(123,144,70)
#8B9D5C
(139,157,92)
#9BAA72
(155,170,114)
#ABB788
(171,183,136)
#BBC49E
(187,196,158)
#CBD1B4
(203,209,180)
#DBDECA
(219,222,202)
#EBEBE0
(235,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6904; }

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

This text font color is #4B6904.


Background Color

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

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

This div background color is #4B6904.


Border color

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

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

This div border color is #4B6904.


Opacity

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

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

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

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

This text has shadow with #4B6904 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6904 on black background.


Color preview on white background

This text has color #4B6904 on white background.



Black color preview on #4B6904 background

This text has black color on #4B6904 background.


White color preview on #4B6904 background

This text has white color on #4B6904 background.