COLOR #416F4A

HEX: #416F4A
RGB: (65,111,74)

Color info

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

RGB color model

#416F4A color RGB value is (65,111,74).

  • red value is 65;
  • green value is 111;
  • blue value is 74.
RGB:
(65,111,74)
(25%,44%,29%)

RGB channels and saturation

R 65 of 255 = 25%
G 111 of 255 = 44%
B 74 of 255 = 29%

65
111
74

R + G + B ~ 33%. #416F4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 111 + 74 = 250 (100%)
R 65 of 250 ~ 26%
G 111 of 250 ~ 44.4%
B 74 of 250 ~ 29.6%

%26
%44.4
%29.6

CMYK color model

#416F4A color CMYK value is (41,0,33,56).

  • cyan value is 41.44%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 56.47%
CMYK:
(41,0,33,56)
C41M0Y33K56 
(41%,0%,33%,56%)
(0.41/0.00/0.33/0.56)	

CMYK percentages

%41.44
%0
%33.33
%56.47

Codes

Color #416F4A in popluar color models

416F4A
RGB6511174
HSL132°26.14%34.51%
HSB/HSV132°41.44%43.53%
CMYK41.44%0.00%33.33%
56.47%

Color #416F4A in popluar number systems.

HEX416F4A
Decimal6511174
Binary100000111011111001010
Octal101157112

Shades and tints

Shades of #416F4A

#416F4A
(65,111,74)
#3C6544
(60,101,68)
#375B3E
(55,91,62)
#325138
(50,81,56)
#2D4732
(45,71,50)
#283D2C
(40,61,44)
#233326
(35,51,38)
#1E2920
(30,41,32)
#191F1A
(25,31,26)
#141514
(20,21,20)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #416F4A

#416F4A
(65,111,74)
#527C5A
(82,124,90)
#63896A
(99,137,106)
#74967A
(116,150,122)
#85A38A
(133,163,138)
#96B09A
(150,176,154)
#A7BDAA
(167,189,170)
#B8CABA
(184,202,186)
#C9D7CA
(201,215,202)
#DAE4DA
(218,228,218)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #416F4A color. Also use rgb(65,111,74) instead hex code.

Text Font Color

.myTextColor { color: #416F4A; }

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

This text font color is #416F4A.


Background Color

.myBgColor { background-color: #416F4A; }

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

This div background color is #416F4A.


Border color

.myBorderColor { border: 1px solid #416F4A; }

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

This div border color is #416F4A.


Opacity

.myOpacity80 { color: #416F4A; opacity: 0.8; }

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

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

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

This text has shadow with #416F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #416F4A on black background.


Color preview on white background

This text has color #416F4A on white background.



Black color preview on #416F4A background

This text has black color on #416F4A background.


White color preview on #416F4A background

This text has white color on #416F4A background.