COLOR #4B6F51

HEX: #4B6F51
RGB: (75,111,81)

Color info

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

RGB color model

#4B6F51 color RGB value is (75,111,81).

  • red value is 75;
  • green value is 111;
  • blue value is 81.
RGB:
(75,111,81)
(29%,44%,32%)

RGB channels and saturation

R 75 of 255 = 29%
G 111 of 255 = 44%
B 81 of 255 = 32%

75
111
81

R + G + B ~ 35%. #4B6F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 111 + 81 = 267 (100%)
R 75 of 267 ~ 28.09%
G 111 of 267 ~ 41.57%
B 81 of 267 ~ 30.34%

%28.09
%41.57
%30.34

CMYK color model

#4B6F51 color CMYK value is (32,0,27,56).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 27.03%
  • key color value is 56.47%
CMYK:
(32,0,27,56)
C32M0Y27K56 
(32%,0%,27%,56%)
(0.32/0.00/0.27/0.56)	

CMYK percentages

%32.43
%0
%27.03
%56.47

Codes

Color #4B6F51 in popluar color models

4B6F51
RGB7511181
HSL130°19.35%36.47%
HSB/HSV130°32.43%43.53%
CMYK32.43%0.00%27.03%
56.47%

Color #4B6F51 in popluar number systems.

HEX4B6F51
Decimal7511181
Binary100101111011111010001
Octal113157121

Shades and tints

Shades of #4B6F51

#4B6F51
(75,111,81)
#45654A
(69,101,74)
#3F5B43
(63,91,67)
#39513C
(57,81,60)
#334735
(51,71,53)
#2D3D2E
(45,61,46)
#273327
(39,51,39)
#212920
(33,41,32)
#1B1F19
(27,31,25)
#151512
(21,21,18)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #4B6F51

#4B6F51
(75,111,81)
#5B7C60
(91,124,96)
#6B896F
(107,137,111)
#7B967E
(123,150,126)
#8BA38D
(139,163,141)
#9BB09C
(155,176,156)
#ABBDAB
(171,189,171)
#BBCABA
(187,202,186)
#CBD7C9
(203,215,201)
#DBE4D8
(219,228,216)
#EBF1E7
(235,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6F51 color. Also use rgb(75,111,81) instead hex code.

Text Font Color

.myTextColor { color: #4B6F51; }

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

This text font color is #4B6F51.


Background Color

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

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

This div background color is #4B6F51.


Border color

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

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

This div border color is #4B6F51.


Opacity

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

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

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

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

This text has shadow with #4B6F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6F51 on black background.


Color preview on white background

This text has color #4B6F51 on white background.



Black color preview on #4B6F51 background

This text has black color on #4B6F51 background.


White color preview on #4B6F51 background

This text has white color on #4B6F51 background.