COLOR #4B7065

HEX: #4B7065
RGB: (75,112,101)

Color info

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

RGB color model

#4B7065 color RGB value is (75,112,101).

  • red value is 75;
  • green value is 112;
  • blue value is 101.
RGB:
(75,112,101)
(29%,44%,40%)

RGB channels and saturation

R 75 of 255 = 29%
G 112 of 255 = 44%
B 101 of 255 = 40%

75
112
101

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

Portions of RGB colors in percentages

R + G + B =
75 + 112 + 101 = 288 (100%)
R 75 of 288 ~ 26.04%
G 112 of 288 ~ 38.89%
B 101 of 288 ~ 35.07%

%26.04
%38.89
%35.07

CMYK color model

#4B7065 color CMYK value is (33,0,10,56).

  • cyan value is 33.04%
  • magenta value is 0.00%
  • yellow value is 9.82%
  • key color value is 56.08%
CMYK:
(33,0,10,56)
C33M0Y10K56 
(33%,0%,10%,56%)
(0.33/0.00/0.10/0.56)	

CMYK percentages

%33.04
%0
%9.82
%56.08

Codes

Color #4B7065 in popluar color models

4B7065
RGB75112101
HSL162°19.79%36.67%
HSB/HSV162°33.04%43.92%
CMYK33.04%0.00%9.82%
56.08%

Color #4B7065 in popluar number systems.

HEX4B7065
Decimal75112101
Binary100101111100001100101
Octal113160145

Shades and tints

Shades of #4B7065

#4B7065
(75,112,101)
#45665C
(69,102,92)
#3F5C53
(63,92,83)
#39524A
(57,82,74)
#334841
(51,72,65)
#2D3E38
(45,62,56)
#27342F
(39,52,47)
#212A26
(33,42,38)
#1B201D
(27,32,29)
#151614
(21,22,20)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #4B7065

#4B7065
(75,112,101)
#5B7D73
(91,125,115)
#6B8A81
(107,138,129)
#7B978F
(123,151,143)
#8BA49D
(139,164,157)
#9BB1AB
(155,177,171)
#ABBEB9
(171,190,185)
#BBCBC7
(187,203,199)
#CBD8D5
(203,216,213)
#DBE5E3
(219,229,227)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7065 color. Also use rgb(75,112,101) instead hex code.

Text Font Color

.myTextColor { color: #4B7065; }

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

This text font color is #4B7065.


Background Color

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

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

This div background color is #4B7065.


Border color

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

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

This div border color is #4B7065.


Opacity

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

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

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

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

This text has shadow with #4B7065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7065 on black background.


Color preview on white background

This text has color #4B7065 on white background.



Black color preview on #4B7065 background

This text has black color on #4B7065 background.


White color preview on #4B7065 background

This text has white color on #4B7065 background.