COLOR #416331

HEX: #416331
RGB: (65,99,49)

Color info

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

RGB color model

#416331 color RGB value is (65,99,49).

  • red value is 65;
  • green value is 99;
  • blue value is 49.
RGB:
(65,99,49)
(25%,39%,19%)

RGB channels and saturation

R 65 of 255 = 25%
G 99 of 255 = 39%
B 49 of 255 = 19%

65
99
49

R + G + B ~ 28%. #416331 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 99 + 49 = 213 (100%)
R 65 of 213 ~ 30.52%
G 99 of 213 ~ 46.48%
B 49 of 213 ~ 23%

%30.52
%46.48
%23

CMYK color model

#416331 color CMYK value is (34,0,51,61).

  • cyan value is 34.34%
  • magenta value is 0.00%
  • yellow value is 50.51%
  • key color value is 61.18%
CMYK:
(34,0,51,61)
C34M0Y51K61 
(34%,0%,51%,61%)
(0.34/0.00/0.51/0.61)	

CMYK percentages

%34.34
%0
%50.51
%61.18

Codes

Color #416331 in popluar color models

416331
RGB659949
HSL101°33.78%29.02%
HSB/HSV101°50.51%38.82%
CMYK34.34%0.00%50.51%
61.18%

Color #416331 in popluar number systems.

HEX416331
Decimal659949
Binary10000011100011110001
Octal10114361

Shades and tints

Shades of #416331

#416331
(65,99,49)
#3C5A2D
(60,90,45)
#375129
(55,81,41)
#324825
(50,72,37)
#2D3F21
(45,63,33)
#28361D
(40,54,29)
#232D19
(35,45,25)
#1E2415
(30,36,21)
#191B11
(25,27,17)
#14120D
(20,18,13)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #416331

#416331
(65,99,49)
#527143
(82,113,67)
#637F55
(99,127,85)
#748D67
(116,141,103)
#859B79
(133,155,121)
#96A98B
(150,169,139)
#A7B79D
(167,183,157)
#B8C5AF
(184,197,175)
#C9D3C1
(201,211,193)
#DAE1D3
(218,225,211)
#EBEFE5
(235,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #416331 color. Also use rgb(65,99,49) instead hex code.

Text Font Color

.myTextColor { color: #416331; }

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

This text font color is #416331.


Background Color

.myBgColor { background-color: #416331; }

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

This div background color is #416331.


Border color

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

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

This div border color is #416331.


Opacity

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

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

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

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

This text has shadow with #416331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #416331 on black background.


Color preview on white background

This text has color #416331 on white background.



Black color preview on #416331 background

This text has black color on #416331 background.


White color preview on #416331 background

This text has white color on #416331 background.