COLOR #4B6D64

HEX: #4B6D64
RGB: (75,109,100)

Color info

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

RGB color model

#4B6D64 color RGB value is (75,109,100).

  • red value is 75;
  • green value is 109;
  • blue value is 100.
RGB:
(75,109,100)
(29%,43%,39%)

RGB channels and saturation

R 75 of 255 = 29%
G 109 of 255 = 43%
B 100 of 255 = 39%

75
109
100

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

Portions of RGB colors in percentages

R + G + B =
75 + 109 + 100 = 284 (100%)
R 75 of 284 ~ 26.41%
G 109 of 284 ~ 38.38%
B 100 of 284 ~ 35.21%

%26.41
%38.38
%35.21

CMYK color model

#4B6D64 color CMYK value is (31,0,8,57).

  • cyan value is 31.19%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 57.25%
CMYK:
(31,0,8,57)
C31M0Y8K57 
(31%,0%,8%,57%)
(0.31/0.00/0.08/0.57)	

CMYK percentages

%31.19
%0
%8.26
%57.25

Codes

Color #4B6D64 in popluar color models

4B6D64
RGB75109100
HSL164°18.48%36.08%
HSB/HSV164°31.19%42.75%
CMYK31.19%0.00%8.26%
57.25%

Color #4B6D64 in popluar number systems.

HEX4B6D64
Decimal75109100
Binary100101111011011100100
Octal113155144

Shades and tints

Shades of #4B6D64

#4B6D64
(75,109,100)
#45645B
(69,100,91)
#3F5B52
(63,91,82)
#395249
(57,82,73)
#334940
(51,73,64)
#2D4037
(45,64,55)
#27372E
(39,55,46)
#212E25
(33,46,37)
#1B251C
(27,37,28)
#151C13
(21,28,19)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #4B6D64

#4B6D64
(75,109,100)
#5B7A72
(91,122,114)
#6B8780
(107,135,128)
#7B948E
(123,148,142)
#8BA19C
(139,161,156)
#9BAEAA
(155,174,170)
#ABBBB8
(171,187,184)
#BBC8C6
(187,200,198)
#CBD5D4
(203,213,212)
#DBE2E2
(219,226,226)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6D64 color. Also use rgb(75,109,100) instead hex code.

Text Font Color

.myTextColor { color: #4B6D64; }

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

This text font color is #4B6D64.


Background Color

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

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

This div background color is #4B6D64.


Border color

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

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

This div border color is #4B6D64.


Opacity

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

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

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

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

This text has shadow with #4B6D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6D64 on black background.


Color preview on white background

This text has color #4B6D64 on white background.



Black color preview on #4B6D64 background

This text has black color on #4B6D64 background.


White color preview on #4B6D64 background

This text has white color on #4B6D64 background.