COLOR #4B7737

HEX: #4B7737
RGB: (75,119,55)

Color info

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

RGB color model

#4B7737 color RGB value is (75,119,55).

  • red value is 75;
  • green value is 119;
  • blue value is 55.
RGB:
(75,119,55)
(29%,47%,22%)

RGB channels and saturation

R 75 of 255 = 29%
G 119 of 255 = 47%
B 55 of 255 = 22%

75
119
55

R + G + B ~ 33%. #4B7737 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 119 + 55 = 249 (100%)
R 75 of 249 ~ 30.12%
G 119 of 249 ~ 47.79%
B 55 of 249 ~ 22.09%

%30.12
%47.79
%22.09

CMYK color model

#4B7737 color CMYK value is (37,0,54,53).

  • cyan value is 36.97%
  • magenta value is 0.00%
  • yellow value is 53.78%
  • key color value is 53.33%
CMYK:
(37,0,54,53)
C37M0Y54K53 
(37%,0%,54%,53%)
(0.37/0.00/0.54/0.53)	

CMYK percentages

%36.97
%0
%53.78
%53.33

Codes

Color #4B7737 in popluar color models

4B7737
RGB7511955
HSL101°36.78%34.12%
HSB/HSV101°53.78%46.67%
CMYK36.97%0.00%53.78%
53.33%

Color #4B7737 in popluar number systems.

HEX4B7737
Decimal7511955
Binary10010111110111110111
Octal11316767

Shades and tints

Shades of #4B7737

#4B7737
(75,119,55)
#456D32
(69,109,50)
#3F632D
(63,99,45)
#395928
(57,89,40)
#334F23
(51,79,35)
#2D451E
(45,69,30)
#273B19
(39,59,25)
#213114
(33,49,20)
#1B270F
(27,39,15)
#151D0A
(21,29,10)
#0F1305
(15,19,5)
#000000
(0,0,0)

Tints of #4B7737

#4B7737
(75,119,55)
#5B8349
(91,131,73)
#6B8F5B
(107,143,91)
#7B9B6D
(123,155,109)
#8BA77F
(139,167,127)
#9BB391
(155,179,145)
#ABBFA3
(171,191,163)
#BBCBB5
(187,203,181)
#CBD7C7
(203,215,199)
#DBE3D9
(219,227,217)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7737; }

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

This text font color is #4B7737.


Background Color

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

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

This div background color is #4B7737.


Border color

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

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

This div border color is #4B7737.


Opacity

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

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

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

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

This text has shadow with #4B7737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7737 on black background.


Color preview on white background

This text has color #4B7737 on white background.



Black color preview on #4B7737 background

This text has black color on #4B7737 background.


White color preview on #4B7737 background

This text has white color on #4B7737 background.