COLOR #4B6C6A

HEX: #4B6C6A
RGB: (75,108,106)

Color info

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

RGB color model

#4B6C6A color RGB value is (75,108,106).

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

RGB channels and saturation

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

75
108
106

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

Portions of RGB colors in percentages

R + G + B =
75 + 108 + 106 = 289 (100%)
R 75 of 289 ~ 25.95%
G 108 of 289 ~ 37.37%
B 106 of 289 ~ 36.68%

%25.95
%37.37
%36.68

CMYK color model

#4B6C6A color CMYK value is (31,0,2,58).

  • cyan value is 30.56%
  • magenta value is 0.00%
  • yellow value is 1.85%
  • key color value is 57.65%
CMYK:
(31,0,2,58)
C31M0Y2K58 
(31%,0%,2%,58%)
(0.31/0.00/0.02/0.58)	

CMYK percentages

%30.56
%0
%1.85
%57.65

Codes

Color #4B6C6A in popluar color models

4B6C6A
RGB75108106
HSL176°18.03%35.88%
HSB/HSV176°30.56%42.35%
CMYK30.56%0.00%1.85%
57.65%

Color #4B6C6A in popluar number systems.

HEX4B6C6A
Decimal75108106
Binary100101111011001101010
Octal113154152

Shades and tints

Shades of #4B6C6A

#4B6C6A
(75,108,106)
#456361
(69,99,97)
#3F5A58
(63,90,88)
#39514F
(57,81,79)
#334846
(51,72,70)
#2D3F3D
(45,63,61)
#273634
(39,54,52)
#212D2B
(33,45,43)
#1B2422
(27,36,34)
#151B19
(21,27,25)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #4B6C6A

#4B6C6A
(75,108,106)
#5B7977
(91,121,119)
#6B8684
(107,134,132)
#7B9391
(123,147,145)
#8BA09E
(139,160,158)
#9BADAB
(155,173,171)
#ABBAB8
(171,186,184)
#BBC7C5
(187,199,197)
#CBD4D2
(203,212,210)
#DBE1DF
(219,225,223)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6C6A; }

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

This text font color is #4B6C6A.


Background Color

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

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

This div background color is #4B6C6A.


Border color

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

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

This div border color is #4B6C6A.


Opacity

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

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

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

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

This text has shadow with #4B6C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6C6A on black background.


Color preview on white background

This text has color #4B6C6A on white background.



Black color preview on #4B6C6A background

This text has black color on #4B6C6A background.


White color preview on #4B6C6A background

This text has white color on #4B6C6A background.