COLOR #4B6B6C

HEX: #4B6B6C
RGB: (75,107,108)

Color info

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

RGB color model

#4B6B6C color RGB value is (75,107,108).

  • red value is 75;
  • green value is 107;
  • blue value is 108.
RGB:
(75,107,108)
(29%,42%,42%)

RGB channels and saturation

R 75 of 255 = 29%
G 107 of 255 = 42%
B 108 of 255 = 42%

75
107
108

R + G + B ~ 38%. #4B6B6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 107 + 108 = 290 (100%)
R 75 of 290 ~ 25.86%
G 107 of 290 ~ 36.9%
B 108 of 290 ~ 37.24%

%25.86
%36.9
%37.24

CMYK color model

#4B6B6C color CMYK value is (31,1,0,58).

  • cyan value is 30.56%
  • magenta value is 0.93%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(31,1,0,58)
C31M1Y0K58 
(31%,1%,0%,58%)
(0.31/0.01/0.00/0.58)	

CMYK percentages

%30.56
%0.93
%0
%57.65

Codes

Color #4B6B6C in popluar color models

4B6B6C
RGB75107108
HSL182°18.03%35.88%
HSB/HSV182°30.56%42.35%
CMYK30.56%0.93%0.00%
57.65%

Color #4B6B6C in popluar number systems.

HEX4B6B6C
Decimal75107108
Binary100101111010111101100
Octal113153154

Shades and tints

Shades of #4B6B6C

#4B6B6C
(75,107,108)
#456263
(69,98,99)
#3F595A
(63,89,90)
#395051
(57,80,81)
#334748
(51,71,72)
#2D3E3F
(45,62,63)
#273536
(39,53,54)
#212C2D
(33,44,45)
#1B2324
(27,35,36)
#151A1B
(21,26,27)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #4B6B6C

#4B6B6C
(75,107,108)
#5B7879
(91,120,121)
#6B8586
(107,133,134)
#7B9293
(123,146,147)
#8B9FA0
(139,159,160)
#9BACAD
(155,172,173)
#ABB9BA
(171,185,186)
#BBC6C7
(187,198,199)
#CBD3D4
(203,211,212)
#DBE0E1
(219,224,225)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6B6C color. Also use rgb(75,107,108) instead hex code.

Text Font Color

.myTextColor { color: #4B6B6C; }

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

This text font color is #4B6B6C.


Background Color

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

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

This div background color is #4B6B6C.


Border color

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

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

This div border color is #4B6B6C.


Opacity

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

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

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

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

This text has shadow with #4B6B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6B6C on black background.


Color preview on white background

This text has color #4B6B6C on white background.



Black color preview on #4B6B6C background

This text has black color on #4B6B6C background.


White color preview on #4B6B6C background

This text has white color on #4B6B6C background.