COLOR #414634

HEX: #414634 RGB: (65,70,52)

Color info

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

RGB color model

#414634 color RGB value is (65,70,52).

RGB: (65,70,52) (25%, 27%, 20%)

RGB channels and saturation

R 65 of 255 = 25%
G 70 of 255 = 27%
B 52 of 255 = 20%

65
70
52

R + G + B ~ 24%. #414634 is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 70 + 52 = 187 (100%)
R 65 of 187 ~ 34.76%
G 70 of 187 ~ 37.43%
B 52 of 187 ~ 27.81'%

%34.76
%37.43
%27.81

CMYK color model

#414634 color CMYK value is (7,0,26,73).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 72.55%

CMYK: (7,0,26,73)
C7M0Y26K73 (7%, 0%, 26%, 73%)
(0.07 / 0.00 / 0.26 / 0.73)

CMYK percentages

%7.14
%0
%25.71
%72.55

Codes

Color #414634 in popluar color models

41 46 34
RGB 65 70 52
HSL 77° 14.75% 23.92%
HSB/HSV 77° 25.71% 27.45%
CMYK 7.14% 0.00% 25.71%
72.55%

Color #414634 in popluar number systems.

HEX 41 46 34
Decimal 65 70 52
Binary 1000001 1000110 110100
Octal 101 106 64

Shades and tints

Shades of #414634

#414634
(65,70,52)
#3C4030
(60,64,48)
#373A2C
(55,58,44)
#323428
(50,52,40)
#2D2E24
(45,46,36)
#282820
(40,40,32)
#23221C
(35,34,28)
#1E1C18
(30,28,24)
#191614
(25,22,20)
#141010
(20,16,16)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #414634

#414634
(65,70,52)
#525646
(82,86,70)
#636658
(99,102,88)
#74766A
(116,118,106)
#85867C
(133,134,124)
#96968E
(150,150,142)
#A7A6A0
(167,166,160)
#B8B6B2
(184,182,178)
#C9C6C4
(201,198,196)
#DAD6D6
(218,214,214)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414634 color. Also use rgb(65,70,52) instead hex code.

Text Font Color

.myTextColor { color: #414634; }

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

This text font color is #414634.

Background Color

.myBgColor { background-color: #414634; }

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

This div background color is #414634.

Border color

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

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

This div border color is #414634.

Opacity

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

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

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

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

This text has shadow with #414634 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #414634.

Preview

Color preview on black background

This text has color #414634 on black background.


Color preview on white background

This text has color #414634 on white background.


Black color preview on #414634 background

This text has black color on #414634 background.


White color preview on #414634 background

This text has white color on #414634 background.


Related colors

Complementary color

Complementary color for #hex is #BEB9CB.


I love getcolorcode.com

Triadic colors

1 #344146 and #463441 with #414634 are triadic colors.

2 #344641 and #464134 with #414634 are triadic colors.