COLOR #4B6752

HEX: #4B6752
RGB: (75,103,82)

Color info

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

RGB color model

#4B6752 color RGB value is (75,103,82).

  • red value is 75;
  • green value is 103;
  • blue value is 82.
RGB:
(75,103,82)
(29%,40%,32%)

RGB channels and saturation

R 75 of 255 = 29%
G 103 of 255 = 40%
B 82 of 255 = 32%

75
103
82

R + G + B ~ 34%. #4B6752 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 103 + 82 = 260 (100%)
R 75 of 260 ~ 28.85%
G 103 of 260 ~ 39.62%
B 82 of 260 ~ 31.54%

%28.85
%39.62
%31.54

CMYK color model

#4B6752 color CMYK value is (27,0,20,60).

  • cyan value is 27.18%
  • magenta value is 0.00%
  • yellow value is 20.39%
  • key color value is 59.61%
CMYK:
(27,0,20,60)
C27M0Y20K60 
(27%,0%,20%,60%)
(0.27/0.00/0.20/0.60)	

CMYK percentages

%27.18
%0
%20.39
%59.61

Codes

Color #4B6752 in popluar color models

4B6752
RGB7510382
HSL135°15.73%34.90%
HSB/HSV135°27.18%40.39%
CMYK27.18%0.00%20.39%
59.61%

Color #4B6752 in popluar number systems.

HEX4B6752
Decimal7510382
Binary100101111001111010010
Octal113147122

Shades and tints

Shades of #4B6752

#4B6752
(75,103,82)
#455E4B
(69,94,75)
#3F5544
(63,85,68)
#394C3D
(57,76,61)
#334336
(51,67,54)
#2D3A2F
(45,58,47)
#273128
(39,49,40)
#212821
(33,40,33)
#1B1F1A
(27,31,26)
#151613
(21,22,19)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #4B6752

#4B6752
(75,103,82)
#5B7461
(91,116,97)
#6B8170
(107,129,112)
#7B8E7F
(123,142,127)
#8B9B8E
(139,155,142)
#9BA89D
(155,168,157)
#ABB5AC
(171,181,172)
#BBC2BB
(187,194,187)
#CBCFCA
(203,207,202)
#DBDCD9
(219,220,217)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6752 color. Also use rgb(75,103,82) instead hex code.

Text Font Color

.myTextColor { color: #4B6752; }

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

This text font color is #4B6752.


Background Color

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

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

This div background color is #4B6752.


Border color

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

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

This div border color is #4B6752.


Opacity

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

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

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

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

This text has shadow with #4B6752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6752 on black background.


Color preview on white background

This text has color #4B6752 on white background.



Black color preview on #4B6752 background

This text has black color on #4B6752 background.


White color preview on #4B6752 background

This text has white color on #4B6752 background.