COLOR #414A12

HEX: #414A12 RGB: (65,74,18)

Color info

#414A12 contains red, green and blue colors in about the same proportion. Web safe color of #414A12 is #333300 (or #330).

RGB color model

#414A12 color RGB value is (65,74,18).

RGB: (65,74,18) (25%, 29%, 7%)

RGB channels and saturation

R 65 of 255 = 25%
G 74 of 255 = 29%
B 18 of 255 = 7%

65
74
18

R + G + B ~ 20%. #414A12 is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 74 + 18 = 157 (100%)
R 65 of 157 ~ 41.4%
G 74 of 157 ~ 47.13%
B 18 of 157 ~ 11.46'%

%41.4
%47.13
%11.46

CMYK color model

#414A12 color CMYK value is (12,0,76,71).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 75.68%
  • key color value is 70.98%

CMYK: (12,0,76,71)
C12M0Y76K71 (12%, 0%, 76%, 71%)
(0.12 / 0.00 / 0.76 / 0.71)

CMYK percentages

%12.16
%0
%75.68
%70.98

Codes

Color #414A12 in popluar color models

41 4A 12
RGB 65 74 18
HSL 70° 60.87% 18.04%
HSB/HSV 70° 75.68% 29.02%
CMYK 12.16% 0.00% 75.68%
70.98%

Color #414A12 in popluar number systems.

HEX 41 4A 12
Decimal 65 74 18
Binary 1000001 1001010 10010
Octal 101 112 22

Shades and tints

Shades of #414A12

#414A12
(65,74,18)
#3C4411
(60,68,17)
#373E10
(55,62,16)
#32380F
(50,56,15)
#2D320E
(45,50,14)
#282C0D
(40,44,13)
#23260C
(35,38,12)
#1E200B
(30,32,11)
#191A0A
(25,26,10)
#141409
(20,20,9)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #414A12

#414A12
(65,74,18)
#525A27
(82,90,39)
#636A3C
(99,106,60)
#747A51
(116,122,81)
#858A66
(133,138,102)
#969A7B
(150,154,123)
#A7AA90
(167,170,144)
#B8BAA5
(184,186,165)
#C9CABA
(201,202,186)
#DADACF
(218,218,207)
#EBEAE4
(235,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414A12 color. Also use rgb(65,74,18) instead hex code.

Text Font Color

.myTextColor { color: #414A12; }

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

This text font color is #414A12.

Background Color

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

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

This div background color is #414A12.

Border color

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

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

This div border color is #414A12.

Opacity

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

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

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

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

This text has shadow with #414A12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #414A12.

Preview

Color preview on black background

This text has color #414A12 on black background.


Color preview on white background

This text has color #414A12 on white background.


Black color preview on #414A12 background

This text has black color on #414A12 background.


White color preview on #414A12 background

This text has white color on #414A12 background.


Related colors

Complementary color

Complementary color for #hex is #BEB5ED.


I love getcolorcode.com

Triadic colors

1 #12414A and #4A1241 with #414A12 are triadic colors.

2 #124A41 and #4A4112 with #414A12 are triadic colors.