COLOR #414000

HEX: #414000
RGB: (65,64,0)

Color info

#414000 contains only red and green colors. Web safe color of #414000 is #333300 (or #330).

RGB color model

#414000 color RGB value is (65,64,0).

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

RGB channels and saturation

R 65 of 255 = 25%
G 64 of 255 = 25%
B 0 of 255 = 0%

65
64
0

R + G + B ~ 17%. #414000 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 64 + 0 = 129 (100%)
R 65 of 129 ~ 50.39%
G 64 of 129 ~ 49.61%
B 0 of 129 ~ 0%

%50.39
%49.61

CMYK color model

#414000 color CMYK value is (0,2,100,75).

  • cyan value is 0.00%
  • magenta value is 1.54%
  • yellow value is 100.00%
  • key color value is 74.51%
CMYK:
(0,2,100,75)
C0M2Y100K75 
(0%,2%,100%,75%)
(0.00/0.02/1.00/0.75)	

CMYK percentages

%0
%1.54
%100
%74.51

Codes

Color #414000 in popluar color models

414000
RGB65640
HSL59°100.00%12.75%
HSB/HSV59°100.00%25.49%
CMYK0.00%1.54%100.00%
74.51%

Color #414000 in popluar number systems.

HEX414000
Decimal65640
Binary100000110000000
Octal1011000

Shades and tints

Shades of #414000

#414000
(65,64,0)
#3C3B00
(60,59,0)
#373600
(55,54,0)
#323100
(50,49,0)
#2D2C00
(45,44,0)
#282700
(40,39,0)
#232200
(35,34,0)
#1E1D00
(30,29,0)
#191800
(25,24,0)
#141300
(20,19,0)
#0F0E00
(15,14,0)
#000000
(0,0,0)

Tints of #414000

#414000
(65,64,0)
#525117
(82,81,23)
#63622E
(99,98,46)
#747345
(116,115,69)
#85845C
(133,132,92)
#969573
(150,149,115)
#A7A68A
(167,166,138)
#B8B7A1
(184,183,161)
#C9C8B8
(201,200,184)
#DAD9CF
(218,217,207)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414000; }

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

This text font color is #414000.


Background Color

.myBgColor { background-color: #414000; }

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

This div background color is #414000.


Border color

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

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

This div border color is #414000.


Opacity

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

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

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

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

This text has shadow with #414000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414000 on black background.


Color preview on white background

This text has color #414000 on white background.



Black color preview on #414000 background

This text has black color on #414000 background.


White color preview on #414000 background

This text has white color on #414000 background.