COLOR #416749

HEX: #416749
RGB: (65,103,73)

Color info

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

RGB color model

#416749 color RGB value is (65,103,73).

  • red value is 65;
  • green value is 103;
  • blue value is 73.
RGB:
(65,103,73)
(25%,40%,29%)

RGB channels and saturation

R 65 of 255 = 25%
G 103 of 255 = 40%
B 73 of 255 = 29%

65
103
73

R + G + B ~ 31%. #416749 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 103 + 73 = 241 (100%)
R 65 of 241 ~ 26.97%
G 103 of 241 ~ 42.74%
B 73 of 241 ~ 30.29%

%26.97
%42.74
%30.29

CMYK color model

#416749 color CMYK value is (37,0,29,60).

  • cyan value is 36.89%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 59.61%
CMYK:
(37,0,29,60)
C37M0Y29K60 
(37%,0%,29%,60%)
(0.37/0.00/0.29/0.60)	

CMYK percentages

%36.89
%0
%29.13
%59.61

Codes

Color #416749 in popluar color models

416749
RGB6510373
HSL133°22.62%32.94%
HSB/HSV133°36.89%40.39%
CMYK36.89%0.00%29.13%
59.61%

Color #416749 in popluar number systems.

HEX416749
Decimal6510373
Binary100000111001111001001
Octal101147111

Shades and tints

Shades of #416749

#416749
(65,103,73)
#3C5E43
(60,94,67)
#37553D
(55,85,61)
#324C37
(50,76,55)
#2D4331
(45,67,49)
#283A2B
(40,58,43)
#233125
(35,49,37)
#1E281F
(30,40,31)
#191F19
(25,31,25)
#141613
(20,22,19)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #416749

#416749
(65,103,73)
#527459
(82,116,89)
#638169
(99,129,105)
#748E79
(116,142,121)
#859B89
(133,155,137)
#96A899
(150,168,153)
#A7B5A9
(167,181,169)
#B8C2B9
(184,194,185)
#C9CFC9
(201,207,201)
#DADCD9
(218,220,217)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #416749 color. Also use rgb(65,103,73) instead hex code.

Text Font Color

.myTextColor { color: #416749; }

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

This text font color is #416749.


Background Color

.myBgColor { background-color: #416749; }

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

This div background color is #416749.


Border color

.myBorderColor { border: 1px solid #416749; }

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

This div border color is #416749.


Opacity

.myOpacity80 { color: #416749; opacity: 0.8; }

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

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

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

This text has shadow with #416749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #416749 on black background.


Color preview on white background

This text has color #416749 on white background.



Black color preview on #416749 background

This text has black color on #416749 background.


White color preview on #416749 background

This text has white color on #416749 background.