COLOR #414826

HEX: #414826
RGB: (65,72,38)

Color info

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

RGB color model

#414826 color RGB value is (65,72,38).

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

RGB channels and saturation

R 65 of 255 = 25%
G 72 of 255 = 28%
B 38 of 255 = 15%

65
72
38

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

Portions of RGB colors in percentages

R + G + B =
65 + 72 + 38 = 175 (100%)
R 65 of 175 ~ 37.14%
G 72 of 175 ~ 41.14%
B 38 of 175 ~ 21.71%

%37.14
%41.14
%21.71

CMYK color model

#414826 color CMYK value is (10,0,47,72).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 47.22%
  • key color value is 71.76%
CMYK:
(10,0,47,72)
C10M0Y47K72 
(10%,0%,47%,72%)
(0.10/0.00/0.47/0.72)	

CMYK percentages

%9.72
%0
%47.22
%71.76

Codes

Color #414826 in popluar color models

414826
RGB657238
HSL72°30.91%21.57%
HSB/HSV72°47.22%28.24%
CMYK9.72%0.00%47.22%
71.76%

Color #414826 in popluar number systems.

HEX414826
Decimal657238
Binary10000011001000100110
Octal10111046

Shades and tints

Shades of #414826

#414826
(65,72,38)
#3C4223
(60,66,35)
#373C20
(55,60,32)
#32361D
(50,54,29)
#2D301A
(45,48,26)
#282A17
(40,42,23)
#232414
(35,36,20)
#1E1E11
(30,30,17)
#19180E
(25,24,14)
#14120B
(20,18,11)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #414826

#414826
(65,72,38)
#525839
(82,88,57)
#63684C
(99,104,76)
#74785F
(116,120,95)
#858872
(133,136,114)
#969885
(150,152,133)
#A7A898
(167,168,152)
#B8B8AB
(184,184,171)
#C9C8BE
(201,200,190)
#DAD8D1
(218,216,209)
#EBE8E4
(235,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414826; }

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

This text font color is #414826.


Background Color

.myBgColor { background-color: #414826; }

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

This div background color is #414826.


Border color

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

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

This div border color is #414826.


Opacity

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

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

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

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

This text has shadow with #414826 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414826 on black background.


Color preview on white background

This text has color #414826 on white background.



Black color preview on #414826 background

This text has black color on #414826 background.


White color preview on #414826 background

This text has white color on #414826 background.