COLOR #414F4C

HEX: #414F4C
RGB: (65,79,76)

Color info

#414F4C contains red, green and blue colors in about the same proportion. Web safe color of #414F4C is #336633 (or #363).

RGB color model

#414F4C color RGB value is (65,79,76).

  • red value is 65;
  • green value is 79;
  • blue value is 76.
RGB:
(65,79,76)
(25%,31%,30%)

RGB channels and saturation

R 65 of 255 = 25%
G 79 of 255 = 31%
B 76 of 255 = 30%

65
79
76

R + G + B ~ 29%. #414F4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 79 + 76 = 220 (100%)
R 65 of 220 ~ 29.55%
G 79 of 220 ~ 35.91%
B 76 of 220 ~ 34.55%

%29.55
%35.91
%34.55

CMYK color model

#414F4C color CMYK value is (18,0,4,69).

  • cyan value is 17.72%
  • magenta value is 0.00%
  • yellow value is 3.80%
  • key color value is 69.02%
CMYK:
(18,0,4,69)
C18M0Y4K69 
(18%,0%,4%,69%)
(0.18/0.00/0.04/0.69)	

CMYK percentages

%17.72
%0
%3.8
%69.02

Codes

Color #414F4C in popluar color models

414F4C
RGB657976
HSL167°9.72%28.24%
HSB/HSV167°17.72%30.98%
CMYK17.72%0.00%3.80%
69.02%

Color #414F4C in popluar number systems.

HEX414F4C
Decimal657976
Binary100000110011111001100
Octal101117114

Shades and tints

Shades of #414F4C

#414F4C
(65,79,76)
#3C4846
(60,72,70)
#374140
(55,65,64)
#323A3A
(50,58,58)
#2D3334
(45,51,52)
#282C2E
(40,44,46)
#232528
(35,37,40)
#1E1E22
(30,30,34)
#19171C
(25,23,28)
#141016
(20,16,22)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #414F4C

#414F4C
(65,79,76)
#525F5C
(82,95,92)
#636F6C
(99,111,108)
#747F7C
(116,127,124)
#858F8C
(133,143,140)
#969F9C
(150,159,156)
#A7AFAC
(167,175,172)
#B8BFBC
(184,191,188)
#C9CFCC
(201,207,204)
#DADFDC
(218,223,220)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414F4C color. Also use rgb(65,79,76) instead hex code.

Text Font Color

.myTextColor { color: #414F4C; }

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

This text font color is #414F4C.


Background Color

.myBgColor { background-color: #414F4C; }

<div style="background-color:#414F4C">Inner text</div>

This div background color is #414F4C.


Border color

.myBorderColor { border: 1px solid #414F4C; }

<div style="border:3px solid #414F4C">Div</div>

This div border color is #414F4C.


Opacity

.myOpacity80 { color: #414F4C; opacity: 0.8; }

<p style="color:#414F4C;opacity:0.8;">80%</p>

Text with #414F4C 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 #414F4C;}

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

This text has shadow with #414F4C color.

.textShadow {text-shadow: 3px 3px 1px #414F4C, 3px 3px 1px red;}

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

This text has shadow with #414F4C primary color and red secondary color.


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

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

This text has shadow with #414F4C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414F4C on black background.


Color preview on white background

This text has color #414F4C on white background.



Black color preview on #414F4C background

This text has black color on #414F4C background.


White color preview on #414F4C background

This text has white color on #414F4C background.