COLOR #414112

HEX: #414112
RGB: (65,65,18)

Color info

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

RGB color model

#414112 color RGB value is (65,65,18).

  • red value is 65;
  • green value is 65;
  • blue value is 18.
RGB:
(65,65,18)
(25%,25%,7%)

RGB channels and saturation

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

65
65
18

R + G + B ~ 19%. #414112 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 65 + 18 = 148 (100%)
R 65 of 148 ~ 43.92%
G 65 of 148 ~ 43.92%
B 18 of 148 ~ 12.16%

%43.92
%43.92
%12.16

CMYK color model

#414112 color CMYK value is (0,0,72,75).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 72.31%
  • key color value is 74.51%
CMYK:
(0,0,72,75)
C0M0Y72K75 
(0%,0%,72%,75%)
(0.00/0.00/0.72/0.75)	

CMYK percentages

%0
%0
%72.31
%74.51

Codes

Color #414112 in popluar color models

414112
RGB656518
HSL60°56.63%16.27%
HSB/HSV60°72.31%25.49%
CMYK0.00%0.00%72.31%
74.51%

Color #414112 in popluar number systems.

HEX414112
Decimal656518
Binary1000001100000110010
Octal10110122

Shades and tints

Shades of #414112

#414112
(65,65,18)
#3C3C11
(60,60,17)
#373710
(55,55,16)
#32320F
(50,50,15)
#2D2D0E
(45,45,14)
#28280D
(40,40,13)
#23230C
(35,35,12)
#1E1E0B
(30,30,11)
#19190A
(25,25,10)
#141409
(20,20,9)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #414112

#414112
(65,65,18)
#525227
(82,82,39)
#63633C
(99,99,60)
#747451
(116,116,81)
#858566
(133,133,102)
#96967B
(150,150,123)
#A7A790
(167,167,144)
#B8B8A5
(184,184,165)
#C9C9BA
(201,201,186)
#DADACF
(218,218,207)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414112; }

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

This text font color is #414112.


Background Color

.myBgColor { background-color: #414112; }

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

This div background color is #414112.


Border color

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

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

This div border color is #414112.


Opacity

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

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

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

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

This text has shadow with #414112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414112 on black background.


Color preview on white background

This text has color #414112 on white background.



Black color preview on #414112 background

This text has black color on #414112 background.


White color preview on #414112 background

This text has white color on #414112 background.