COLOR #414F28

HEX: #414F28 RGB: (65,79,40)

Color info

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

RGB color model

#414F28 color RGB value is (65,79,40).

RGB: (65,79,40) (25%, 31%, 16%)

RGB channels and saturation

R 65 of 255 = 25%
G 79 of 255 = 31%
B 40 of 255 = 16%

65
79
40

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

Portions of RGB colors in percentages

R + G + B = 65 + 79 + 40 = 184 (100%)
R 65 of 184 ~ 35.33%
G 79 of 184 ~ 42.93%
B 40 of 184 ~ 21.74'%

%35.33
%42.93
%21.74

CMYK color model

#414F28 color CMYK value is (18,0,49,69).

  • cyan value is 17.72%
  • magenta value is 0.00%
  • yellow value is 49.37%
  • key color value is 69.02%

CMYK: (18,0,49,69)
C18M0Y49K69 (18%, 0%, 49%, 69%)
(0.18 / 0.00 / 0.49 / 0.69)

CMYK percentages

%17.72
%0
%49.37
%69.02

Codes

Color #414F28 in popluar color models

41 4F 28
RGB 65 79 40
HSL 82° 32.77% 23.33%
HSB/HSV 82° 49.37% 30.98%
CMYK 17.72% 0.00% 49.37%
69.02%

Color #414F28 in popluar number systems.

HEX 41 4F 28
Decimal 65 79 40
Binary 1000001 1001111 101000
Octal 101 117 50

Shades and tints

Shades of #414F28

#414F28
(65,79,40)
#3C4825
(60,72,37)
#374122
(55,65,34)
#323A1F
(50,58,31)
#2D331C
(45,51,28)
#282C19
(40,44,25)
#232516
(35,37,22)
#1E1E13
(30,30,19)
#191710
(25,23,16)
#14100D
(20,16,13)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #414F28

#414F28
(65,79,40)
#525F3B
(82,95,59)
#636F4E
(99,111,78)
#747F61
(116,127,97)
#858F74
(133,143,116)
#969F87
(150,159,135)
#A7AF9A
(167,175,154)
#B8BFAD
(184,191,173)
#C9CFC0
(201,207,192)
#DADFD3
(218,223,211)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414F28 color. Also use rgb(65,79,40) instead hex code.

Text Font Color

.myTextColor { color: #414F28; }

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

This text font color is #414F28.

Background Color

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

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

This div background color is #414F28.

Border color

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

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

This div border color is #414F28.

Opacity

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

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

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

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

This text has shadow with #414F28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #414F28.

Preview

Color preview on black background

This text has color #414F28 on black background.


Color preview on white background

This text has color #414F28 on white background.


Black color preview on #414F28 background

This text has black color on #414F28 background.


White color preview on #414F28 background

This text has white color on #414F28 background.


Related colors

Complementary color

Complementary color for #hex is #BEB0D7.


I love getcolorcode.com

Triadic colors

1 #28414F and #4F2841 with #414F28 are triadic colors.

2 #284F41 and #4F4128 with #414F28 are triadic colors.