COLOR #4B7540

HEX: #4B7540
RGB: (75,117,64)

Color info

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

RGB color model

#4B7540 color RGB value is (75,117,64).

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

RGB channels and saturation

R 75 of 255 = 29%
G 117 of 255 = 46%
B 64 of 255 = 25%

75
117
64

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

Portions of RGB colors in percentages

R + G + B =
75 + 117 + 64 = 256 (100%)
R 75 of 256 ~ 29.3%
G 117 of 256 ~ 45.7%
B 64 of 256 ~ 25%

%29.3
%45.7
%25

CMYK color model

#4B7540 color CMYK value is (36,0,45,54).

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 45.30%
  • key color value is 54.12%
CMYK:
(36,0,45,54)
C36M0Y45K54 
(36%,0%,45%,54%)
(0.36/0.00/0.45/0.54)	

CMYK percentages

%35.9
%0
%45.3
%54.12

Codes

Color #4B7540 in popluar color models

4B7540
RGB7511764
HSL108°29.28%35.49%
HSB/HSV108°45.30%45.88%
CMYK35.90%0.00%45.30%
54.12%

Color #4B7540 in popluar number systems.

HEX4B7540
Decimal7511764
Binary100101111101011000000
Octal113165100

Shades and tints

Shades of #4B7540

#4B7540
(75,117,64)
#456B3B
(69,107,59)
#3F6136
(63,97,54)
#395731
(57,87,49)
#334D2C
(51,77,44)
#2D4327
(45,67,39)
#273922
(39,57,34)
#212F1D
(33,47,29)
#1B2518
(27,37,24)
#151B13
(21,27,19)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #4B7540

#4B7540
(75,117,64)
#5B8151
(91,129,81)
#6B8D62
(107,141,98)
#7B9973
(123,153,115)
#8BA584
(139,165,132)
#9BB195
(155,177,149)
#ABBDA6
(171,189,166)
#BBC9B7
(187,201,183)
#CBD5C8
(203,213,200)
#DBE1D9
(219,225,217)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7540; }

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

This text font color is #4B7540.


Background Color

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

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

This div background color is #4B7540.


Border color

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

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

This div border color is #4B7540.


Opacity

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

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

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

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

This text has shadow with #4B7540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7540 on black background.


Color preview on white background

This text has color #4B7540 on white background.



Black color preview on #4B7540 background

This text has black color on #4B7540 background.


White color preview on #4B7540 background

This text has white color on #4B7540 background.