COLOR #4F7265

HEX: #4F7265
RGB: (79,114,101)

Color info

#4F7265 contains red, green and blue colors in about the same proportion. Web safe color of #4F7265 is #666666 (or #666).

RGB color model

#4F7265 color RGB value is (79,114,101).

  • red value is 79;
  • green value is 114;
  • blue value is 101.
RGB:
(79,114,101)
(31%,45%,40%)

RGB channels and saturation

R 79 of 255 = 31%
G 114 of 255 = 45%
B 101 of 255 = 40%

79
114
101

R + G + B ~ 39%. #4F7265 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 114 + 101 = 294 (100%)
R 79 of 294 ~ 26.87%
G 114 of 294 ~ 38.78%
B 101 of 294 ~ 34.35%

%26.87
%38.78
%34.35

CMYK color model

#4F7265 color CMYK value is (31,0,11,55).

  • cyan value is 30.70%
  • magenta value is 0.00%
  • yellow value is 11.40%
  • key color value is 55.29%
CMYK:
(31,0,11,55)
C31M0Y11K55 
(31%,0%,11%,55%)
(0.31/0.00/0.11/0.55)	

CMYK percentages

%30.7
%0
%11.4
%55.29

Codes

Color #4F7265 in popluar color models

4F7265
RGB79114101
HSL158°18.13%37.84%
HSB/HSV158°30.70%44.71%
CMYK30.70%0.00%11.40%
55.29%

Color #4F7265 in popluar number systems.

HEX4F7265
Decimal79114101
Binary100111111100101100101
Octal117162145

Shades and tints

Shades of #4F7265

#4F7265
(79,114,101)
#48685C
(72,104,92)
#415E53
(65,94,83)
#3A544A
(58,84,74)
#334A41
(51,74,65)
#2C4038
(44,64,56)
#25362F
(37,54,47)
#1E2C26
(30,44,38)
#17221D
(23,34,29)
#101814
(16,24,20)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #4F7265

#4F7265
(79,114,101)
#5F7E73
(95,126,115)
#6F8A81
(111,138,129)
#7F968F
(127,150,143)
#8FA29D
(143,162,157)
#9FAEAB
(159,174,171)
#AFBAB9
(175,186,185)
#BFC6C7
(191,198,199)
#CFD2D5
(207,210,213)
#DFDEE3
(223,222,227)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7265 color. Also use rgb(79,114,101) instead hex code.

Text Font Color

.myTextColor { color: #4F7265; }

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

This text font color is #4F7265.


Background Color

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

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

This div background color is #4F7265.


Border color

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

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

This div border color is #4F7265.


Opacity

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

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

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

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

This text has shadow with #4F7265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7265 on black background.


Color preview on white background

This text has color #4F7265 on white background.



Black color preview on #4F7265 background

This text has black color on #4F7265 background.


White color preview on #4F7265 background

This text has white color on #4F7265 background.