COLOR #4B7B2A

HEX: #4B7B2A
RGB: (75,123,42)

Color info

#4B7B2A contains mainly red and green colors. Web safe color of #4B7B2A is #336633 (or #363).

RGB color model

#4B7B2A color RGB value is (75,123,42).

  • red value is 75;
  • green value is 123;
  • blue value is 42.
RGB:
(75,123,42)
(29%,48%,16%)

RGB channels and saturation

R 75 of 255 = 29%
G 123 of 255 = 48%
B 42 of 255 = 16%

75
123
42

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

Portions of RGB colors in percentages

R + G + B =
75 + 123 + 42 = 240 (100%)
R 75 of 240 ~ 31.25%
G 123 of 240 ~ 51.25%
B 42 of 240 ~ 17.5%

%31.25
%51.25
%17.5

CMYK color model

#4B7B2A color CMYK value is (39,0,66,52).

  • cyan value is 39.02%
  • magenta value is 0.00%
  • yellow value is 65.85%
  • key color value is 51.76%
CMYK:
(39,0,66,52)
C39M0Y66K52 
(39%,0%,66%,52%)
(0.39/0.00/0.66/0.52)	

CMYK percentages

%39.02
%0
%65.85
%51.76

Codes

Color #4B7B2A in popluar color models

4B7B2A
RGB7512342
HSL96°49.09%32.35%
HSB/HSV96°65.85%48.24%
CMYK39.02%0.00%65.85%
51.76%

Color #4B7B2A in popluar number systems.

HEX4B7B2A
Decimal7512342
Binary10010111111011101010
Octal11317352

Shades and tints

Shades of #4B7B2A

#4B7B2A
(75,123,42)
#457027
(69,112,39)
#3F6524
(63,101,36)
#395A21
(57,90,33)
#334F1E
(51,79,30)
#2D441B
(45,68,27)
#273918
(39,57,24)
#212E15
(33,46,21)
#1B2312
(27,35,18)
#15180F
(21,24,15)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #4B7B2A

#4B7B2A
(75,123,42)
#5B873D
(91,135,61)
#6B9350
(107,147,80)
#7B9F63
(123,159,99)
#8BAB76
(139,171,118)
#9BB789
(155,183,137)
#ABC39C
(171,195,156)
#BBCFAF
(187,207,175)
#CBDBC2
(203,219,194)
#DBE7D5
(219,231,213)
#EBF3E8
(235,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7B2A; }

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

This text font color is #4B7B2A.


Background Color

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

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

This div background color is #4B7B2A.


Border color

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

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

This div border color is #4B7B2A.


Opacity

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

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

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

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

This text has shadow with #4B7B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7B2A on black background.


Color preview on white background

This text has color #4B7B2A on white background.



Black color preview on #4B7B2A background

This text has black color on #4B7B2A background.


White color preview on #4B7B2A background

This text has white color on #4B7B2A background.