COLOR #4B7530

HEX: #4B7530
RGB: (75,117,48)

Color info

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

RGB color model

#4B7530 color RGB value is (75,117,48).

  • red value is 75;
  • green value is 117;
  • blue value is 48.
RGB:
(75,117,48)
(29%,46%,19%)

RGB channels and saturation

R 75 of 255 = 29%
G 117 of 255 = 46%
B 48 of 255 = 19%

75
117
48

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

Portions of RGB colors in percentages

R + G + B =
75 + 117 + 48 = 240 (100%)
R 75 of 240 ~ 31.25%
G 117 of 240 ~ 48.75%
B 48 of 240 ~ 20%

%31.25
%48.75
%20

CMYK color model

#4B7530 color CMYK value is (36,0,59,54).

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 58.97%
  • key color value is 54.12%
CMYK:
(36,0,59,54)
C36M0Y59K54 
(36%,0%,59%,54%)
(0.36/0.00/0.59/0.54)	

CMYK percentages

%35.9
%0
%58.97
%54.12

Codes

Color #4B7530 in popluar color models

4B7530
RGB7511748
HSL97°41.82%32.35%
HSB/HSV97°58.97%45.88%
CMYK35.90%0.00%58.97%
54.12%

Color #4B7530 in popluar number systems.

HEX4B7530
Decimal7511748
Binary10010111110101110000
Octal11316560

Shades and tints

Shades of #4B7530

#4B7530
(75,117,48)
#456B2C
(69,107,44)
#3F6128
(63,97,40)
#395724
(57,87,36)
#334D20
(51,77,32)
#2D431C
(45,67,28)
#273918
(39,57,24)
#212F14
(33,47,20)
#1B2510
(27,37,16)
#151B0C
(21,27,12)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #4B7530

#4B7530
(75,117,48)
#5B8142
(91,129,66)
#6B8D54
(107,141,84)
#7B9966
(123,153,102)
#8BA578
(139,165,120)
#9BB18A
(155,177,138)
#ABBD9C
(171,189,156)
#BBC9AE
(187,201,174)
#CBD5C0
(203,213,192)
#DBE1D2
(219,225,210)
#EBEDE4
(235,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7530; }

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

This text font color is #4B7530.


Background Color

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

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

This div background color is #4B7530.


Border color

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

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

This div border color is #4B7530.


Opacity

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

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

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

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

This text has shadow with #4B7530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7530 on black background.


Color preview on white background

This text has color #4B7530 on white background.



Black color preview on #4B7530 background

This text has black color on #4B7530 background.


White color preview on #4B7530 background

This text has white color on #4B7530 background.