COLOR #414D26

HEX: #414D26
RGB: (65,77,38)

Color info

#414D26 contains red, green and blue colors in about the same proportion. Web safe color of #414D26 is #333333 (or #333).

RGB color model

#414D26 color RGB value is (65,77,38).

  • red value is 65;
  • green value is 77;
  • blue value is 38.
RGB:
(65,77,38)
(25%,30%,15%)

RGB channels and saturation

R 65 of 255 = 25%
G 77 of 255 = 30%
B 38 of 255 = 15%

65
77
38

R + G + B ~ 23%. #414D26 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 77 + 38 = 180 (100%)
R 65 of 180 ~ 36.11%
G 77 of 180 ~ 42.78%
B 38 of 180 ~ 21.11%

%36.11
%42.78
%21.11

CMYK color model

#414D26 color CMYK value is (16,0,51,70).

  • cyan value is 15.58%
  • magenta value is 0.00%
  • yellow value is 50.65%
  • key color value is 69.80%
CMYK:
(16,0,51,70)
C16M0Y51K70 
(16%,0%,51%,70%)
(0.16/0.00/0.51/0.70)	

CMYK percentages

%15.58
%0
%50.65
%69.8

Codes

Color #414D26 in popluar color models

414D26
RGB657738
HSL78°33.91%22.55%
HSB/HSV78°50.65%30.20%
CMYK15.58%0.00%50.65%
69.80%

Color #414D26 in popluar number systems.

HEX414D26
Decimal657738
Binary10000011001101100110
Octal10111546

Shades and tints

Shades of #414D26

#414D26
(65,77,38)
#3C4623
(60,70,35)
#373F20
(55,63,32)
#32381D
(50,56,29)
#2D311A
(45,49,26)
#282A17
(40,42,23)
#232314
(35,35,20)
#1E1C11
(30,28,17)
#19150E
(25,21,14)
#140E0B
(20,14,11)
#0F0708
(15,7,8)
#000000
(0,0,0)

Tints of #414D26

#414D26
(65,77,38)
#525D39
(82,93,57)
#636D4C
(99,109,76)
#747D5F
(116,125,95)
#858D72
(133,141,114)
#969D85
(150,157,133)
#A7AD98
(167,173,152)
#B8BDAB
(184,189,171)
#C9CDBE
(201,205,190)
#DADDD1
(218,221,209)
#EBEDE4
(235,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414D26 color. Also use rgb(65,77,38) instead hex code.

Text Font Color

.myTextColor { color: #414D26; }

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

This text font color is #414D26.


Background Color

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

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

This div background color is #414D26.


Border color

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

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

This div border color is #414D26.


Opacity

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

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

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

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

This text has shadow with #414D26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414D26 on black background.


Color preview on white background

This text has color #414D26 on white background.



Black color preview on #414D26 background

This text has black color on #414D26 background.


White color preview on #414D26 background

This text has white color on #414D26 background.