COLOR #4B7A6C

HEX: #4B7A6C
RGB: (75,122,108)

Color info

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

RGB color model

#4B7A6C color RGB value is (75,122,108).

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

RGB channels and saturation

R 75 of 255 = 29%
G 122 of 255 = 48%
B 108 of 255 = 42%

75
122
108

R + G + B ~ 40%. #4B7A6C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 122 + 108 = 305 (100%)
R 75 of 305 ~ 24.59%
G 122 of 305 ~ 40%
B 108 of 305 ~ 35.41%

%24.59
%40
%35.41

CMYK color model

#4B7A6C color CMYK value is (39,0,11,52).

  • cyan value is 38.52%
  • magenta value is 0.00%
  • yellow value is 11.48%
  • key color value is 52.16%
CMYK:
(39,0,11,52)
C39M0Y11K52 
(39%,0%,11%,52%)
(0.39/0.00/0.11/0.52)	

CMYK percentages

%38.52
%0
%11.48
%52.16

Codes

Color #4B7A6C in popluar color models

4B7A6C
RGB75122108
HSL162°23.86%38.63%
HSB/HSV162°38.52%47.84%
CMYK38.52%0.00%11.48%
52.16%

Color #4B7A6C in popluar number systems.

HEX4B7A6C
Decimal75122108
Binary100101111110101101100
Octal113172154

Shades and tints

Shades of #4B7A6C

#4B7A6C
(75,122,108)
#456F63
(69,111,99)
#3F645A
(63,100,90)
#395951
(57,89,81)
#334E48
(51,78,72)
#2D433F
(45,67,63)
#273836
(39,56,54)
#212D2D
(33,45,45)
#1B2224
(27,34,36)
#15171B
(21,23,27)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #4B7A6C

#4B7A6C
(75,122,108)
#5B8679
(91,134,121)
#6B9286
(107,146,134)
#7B9E93
(123,158,147)
#8BAAA0
(139,170,160)
#9BB6AD
(155,182,173)
#ABC2BA
(171,194,186)
#BBCEC7
(187,206,199)
#CBDAD4
(203,218,212)
#DBE6E1
(219,230,225)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7A6C; }

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

This text font color is #4B7A6C.


Background Color

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

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

This div background color is #4B7A6C.


Border color

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

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

This div border color is #4B7A6C.


Opacity

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

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

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

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

This text has shadow with #4B7A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7A6C on black background.


Color preview on white background

This text has color #4B7A6C on white background.



Black color preview on #4B7A6C background

This text has black color on #4B7A6C background.


White color preview on #4B7A6C background

This text has white color on #4B7A6C background.