COLOR #4B725F

HEX: #4B725F
RGB: (75,114,95)

Color info

#4B725F contains red, green and blue colors in about the same proportion. Web safe color of #4B725F is #336666 (or #366).

RGB color model

#4B725F color RGB value is (75,114,95).

  • red value is 75;
  • green value is 114;
  • blue value is 95.
RGB:
(75,114,95)
(29%,45%,37%)

RGB channels and saturation

R 75 of 255 = 29%
G 114 of 255 = 45%
B 95 of 255 = 37%

75
114
95

R + G + B ~ 37%. #4B725F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 114 + 95 = 284 (100%)
R 75 of 284 ~ 26.41%
G 114 of 284 ~ 40.14%
B 95 of 284 ~ 33.45%

%26.41
%40.14
%33.45

CMYK color model

#4B725F color CMYK value is (34,0,17,55).

  • cyan value is 34.21%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 55.29%
CMYK:
(34,0,17,55)
C34M0Y17K55 
(34%,0%,17%,55%)
(0.34/0.00/0.17/0.55)	

CMYK percentages

%34.21
%0
%16.67
%55.29

Codes

Color #4B725F in popluar color models

4B725F
RGB7511495
HSL151°20.63%37.06%
HSB/HSV151°34.21%44.71%
CMYK34.21%0.00%16.67%
55.29%

Color #4B725F in popluar number systems.

HEX4B725F
Decimal7511495
Binary100101111100101011111
Octal113162137

Shades and tints

Shades of #4B725F

#4B725F
(75,114,95)
#456857
(69,104,87)
#3F5E4F
(63,94,79)
#395447
(57,84,71)
#334A3F
(51,74,63)
#2D4037
(45,64,55)
#27362F
(39,54,47)
#212C27
(33,44,39)
#1B221F
(27,34,31)
#151817
(21,24,23)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #4B725F

#4B725F
(75,114,95)
#5B7E6D
(91,126,109)
#6B8A7B
(107,138,123)
#7B9689
(123,150,137)
#8BA297
(139,162,151)
#9BAEA5
(155,174,165)
#ABBAB3
(171,186,179)
#BBC6C1
(187,198,193)
#CBD2CF
(203,210,207)
#DBDEDD
(219,222,221)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B725F color. Also use rgb(75,114,95) instead hex code.

Text Font Color

.myTextColor { color: #4B725F; }

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

This text font color is #4B725F.


Background Color

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

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

This div background color is #4B725F.


Border color

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

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

This div border color is #4B725F.


Opacity

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

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

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

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

This text has shadow with #4B725F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B725F on black background.


Color preview on white background

This text has color #4B725F on white background.



Black color preview on #4B725F background

This text has black color on #4B725F background.


White color preview on #4B725F background

This text has white color on #4B725F background.