COLOR #4B7531

HEX: #4B7531
RGB: (75,117,49)

Color info

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

RGB color model

#4B7531 color RGB value is (75,117,49).

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

RGB channels and saturation

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

75
117
49

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

Portions of RGB colors in percentages

R + G + B =
75 + 117 + 49 = 241 (100%)
R 75 of 241 ~ 31.12%
G 117 of 241 ~ 48.55%
B 49 of 241 ~ 20.33%

%31.12
%48.55
%20.33

CMYK color model

#4B7531 color CMYK value is (36,0,58,54).

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 58.12%
  • key color value is 54.12%
CMYK:
(36,0,58,54)
C36M0Y58K54 
(36%,0%,58%,54%)
(0.36/0.00/0.58/0.54)	

CMYK percentages

%35.9
%0
%58.12
%54.12

Codes

Color #4B7531 in popluar color models

4B7531
RGB7511749
HSL97°40.96%32.55%
HSB/HSV97°58.12%45.88%
CMYK35.90%0.00%58.12%
54.12%

Color #4B7531 in popluar number systems.

HEX4B7531
Decimal7511749
Binary10010111110101110001
Octal11316561

Shades and tints

Shades of #4B7531

#4B7531
(75,117,49)
#456B2D
(69,107,45)
#3F6129
(63,97,41)
#395725
(57,87,37)
#334D21
(51,77,33)
#2D431D
(45,67,29)
#273919
(39,57,25)
#212F15
(33,47,21)
#1B2511
(27,37,17)
#151B0D
(21,27,13)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #4B7531

#4B7531
(75,117,49)
#5B8143
(91,129,67)
#6B8D55
(107,141,85)
#7B9967
(123,153,103)
#8BA579
(139,165,121)
#9BB18B
(155,177,139)
#ABBD9D
(171,189,157)
#BBC9AF
(187,201,175)
#CBD5C1
(203,213,193)
#DBE1D3
(219,225,211)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7531; }

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

This text font color is #4B7531.


Background Color

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

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

This div background color is #4B7531.


Border color

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

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

This div border color is #4B7531.


Opacity

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

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

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

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

This text has shadow with #4B7531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7531 on black background.


Color preview on white background

This text has color #4B7531 on white background.



Black color preview on #4B7531 background

This text has black color on #4B7531 background.


White color preview on #4B7531 background

This text has white color on #4B7531 background.