COLOR #4B6933

HEX: #4B6933
RGB: (75,105,51)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
105
51

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

Portions of RGB colors in percentages

R + G + B =
75 + 105 + 51 = 231 (100%)
R 75 of 231 ~ 32.47%
G 105 of 231 ~ 45.45%
B 51 of 231 ~ 22.08%

%32.47
%45.45
%22.08

CMYK color model

#4B6933 color CMYK value is (29,0,51,59).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 51.43%
  • key color value is 58.82%
CMYK:
(29,0,51,59)
C29M0Y51K59 
(29%,0%,51%,59%)
(0.29/0.00/0.51/0.59)	

CMYK percentages

%28.57
%0
%51.43
%58.82

Codes

Color #4B6933 in popluar color models

4B6933
RGB7510551
HSL93°34.62%30.59%
HSB/HSV93°51.43%41.18%
CMYK28.57%0.00%51.43%
58.82%

Color #4B6933 in popluar number systems.

HEX4B6933
Decimal7510551
Binary10010111101001110011
Octal11315163

Shades and tints

Shades of #4B6933

#4B6933
(75,105,51)
#45602F
(69,96,47)
#3F572B
(63,87,43)
#394E27
(57,78,39)
#334523
(51,69,35)
#2D3C1F
(45,60,31)
#27331B
(39,51,27)
#212A17
(33,42,23)
#1B2113
(27,33,19)
#15180F
(21,24,15)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #4B6933

#4B6933
(75,105,51)
#5B7645
(91,118,69)
#6B8357
(107,131,87)
#7B9069
(123,144,105)
#8B9D7B
(139,157,123)
#9BAA8D
(155,170,141)
#ABB79F
(171,183,159)
#BBC4B1
(187,196,177)
#CBD1C3
(203,209,195)
#DBDED5
(219,222,213)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6933; }

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

This text font color is #4B6933.


Background Color

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

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

This div background color is #4B6933.


Border color

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

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

This div border color is #4B6933.


Opacity

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

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

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

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

This text has shadow with #4B6933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6933 on black background.


Color preview on white background

This text has color #4B6933 on white background.



Black color preview on #4B6933 background

This text has black color on #4B6933 background.


White color preview on #4B6933 background

This text has white color on #4B6933 background.