COLOR #414C1A

HEX: #414C1A
RGB: (65,76,26)

Color info

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

RGB color model

#414C1A color RGB value is (65,76,26).

  • red value is 65;
  • green value is 76;
  • blue value is 26.
RGB:
(65,76,26)
(25%,30%,10%)

RGB channels and saturation

R 65 of 255 = 25%
G 76 of 255 = 30%
B 26 of 255 = 10%

65
76
26

R + G + B ~ 22%. #414C1A is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 76 + 26 = 167 (100%)
R 65 of 167 ~ 38.92%
G 76 of 167 ~ 45.51%
B 26 of 167 ~ 15.57%

%38.92
%45.51
%15.57

CMYK color model

#414C1A color CMYK value is (14,0,66,70).

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 65.79%
  • key color value is 70.20%
CMYK:
(14,0,66,70)
C14M0Y66K70 
(14%,0%,66%,70%)
(0.14/0.00/0.66/0.70)	

CMYK percentages

%14.47
%0
%65.79
%70.2

Codes

Color #414C1A in popluar color models

414C1A
RGB657626
HSL73°49.02%20.00%
HSB/HSV73°65.79%29.80%
CMYK14.47%0.00%65.79%
70.20%

Color #414C1A in popluar number systems.

HEX414C1A
Decimal657626
Binary1000001100110011010
Octal10111432

Shades and tints

Shades of #414C1A

#414C1A
(65,76,26)
#3C4618
(60,70,24)
#374016
(55,64,22)
#323A14
(50,58,20)
#2D3412
(45,52,18)
#282E10
(40,46,16)
#23280E
(35,40,14)
#1E220C
(30,34,12)
#191C0A
(25,28,10)
#141608
(20,22,8)
#0F1006
(15,16,6)
#000000
(0,0,0)

Tints of #414C1A

#414C1A
(65,76,26)
#525C2E
(82,92,46)
#636C42
(99,108,66)
#747C56
(116,124,86)
#858C6A
(133,140,106)
#969C7E
(150,156,126)
#A7AC92
(167,172,146)
#B8BCA6
(184,188,166)
#C9CCBA
(201,204,186)
#DADCCE
(218,220,206)
#EBECE2
(235,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414C1A color. Also use rgb(65,76,26) instead hex code.

Text Font Color

.myTextColor { color: #414C1A; }

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

This text font color is #414C1A.


Background Color

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

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

This div background color is #414C1A.


Border color

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

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

This div border color is #414C1A.


Opacity

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

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

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

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

This text has shadow with #414C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414C1A on black background.


Color preview on white background

This text has color #414C1A on white background.



Black color preview on #414C1A background

This text has black color on #414C1A background.


White color preview on #414C1A background

This text has white color on #414C1A background.