COLOR #414314

HEX: #414314
RGB: (65,67,20)

Color info

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

RGB color model

#414314 color RGB value is (65,67,20).

  • red value is 65;
  • green value is 67;
  • blue value is 20.
RGB:
(65,67,20)
(25%,26%,8%)

RGB channels and saturation

R 65 of 255 = 25%
G 67 of 255 = 26%
B 20 of 255 = 8%

65
67
20

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

Portions of RGB colors in percentages

R + G + B =
65 + 67 + 20 = 152 (100%)
R 65 of 152 ~ 42.76%
G 67 of 152 ~ 44.08%
B 20 of 152 ~ 13.16%

%42.76
%44.08
%13.16

CMYK color model

#414314 color CMYK value is (3,0,70,74).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 70.15%
  • key color value is 73.73%
CMYK:
(3,0,70,74)
C3M0Y70K74 
(3%,0%,70%,74%)
(0.03/0.00/0.70/0.74)	

CMYK percentages

%2.99
%0
%70.15
%73.73

Codes

Color #414314 in popluar color models

414314
RGB656720
HSL63°54.02%17.06%
HSB/HSV63°70.15%26.27%
CMYK2.99%0.00%70.15%
73.73%

Color #414314 in popluar number systems.

HEX414314
Decimal656720
Binary1000001100001110100
Octal10110324

Shades and tints

Shades of #414314

#414314
(65,67,20)
#3C3D13
(60,61,19)
#373712
(55,55,18)
#323111
(50,49,17)
#2D2B10
(45,43,16)
#28250F
(40,37,15)
#231F0E
(35,31,14)
#1E190D
(30,25,13)
#19130C
(25,19,12)
#140D0B
(20,13,11)
#0F070A
(15,7,10)
#000000
(0,0,0)

Tints of #414314

#414314
(65,67,20)
#525429
(82,84,41)
#63653E
(99,101,62)
#747653
(116,118,83)
#858768
(133,135,104)
#96987D
(150,152,125)
#A7A992
(167,169,146)
#B8BAA7
(184,186,167)
#C9CBBC
(201,203,188)
#DADCD1
(218,220,209)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414314; }

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

This text font color is #414314.


Background Color

.myBgColor { background-color: #414314; }

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

This div background color is #414314.


Border color

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

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

This div border color is #414314.


Opacity

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

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

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

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

This text has shadow with #414314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414314 on black background.


Color preview on white background

This text has color #414314 on white background.



Black color preview on #414314 background

This text has black color on #414314 background.


White color preview on #414314 background

This text has white color on #414314 background.