COLOR #414C1F

HEX: #414C1F
RGB: (65,76,31)

Color info

#414C1F contains red, green and blue colors in about the same proportion. Web safe color of #414C1F is #333333 (or #333).

RGB color model

#414C1F color RGB value is (65,76,31).

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

RGB channels and saturation

R 65 of 255 = 25%
G 76 of 255 = 30%
B 31 of 255 = 12%

65
76
31

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

Portions of RGB colors in percentages

R + G + B =
65 + 76 + 31 = 172 (100%)
R 65 of 172 ~ 37.79%
G 76 of 172 ~ 44.19%
B 31 of 172 ~ 18.02%

%37.79
%44.19
%18.02

CMYK color model

#414C1F color CMYK value is (14,0,59,70).

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 59.21%
  • key color value is 70.20%
CMYK:
(14,0,59,70)
C14M0Y59K70 
(14%,0%,59%,70%)
(0.14/0.00/0.59/0.70)	

CMYK percentages

%14.47
%0
%59.21
%70.2

Codes

Color #414C1F in popluar color models

414C1F
RGB657631
HSL75°42.06%20.98%
HSB/HSV75°59.21%29.80%
CMYK14.47%0.00%59.21%
70.20%

Color #414C1F in popluar number systems.

HEX414C1F
Decimal657631
Binary1000001100110011111
Octal10111437

Shades and tints

Shades of #414C1F

#414C1F
(65,76,31)
#3C461D
(60,70,29)
#37401B
(55,64,27)
#323A19
(50,58,25)
#2D3417
(45,52,23)
#282E15
(40,46,21)
#232813
(35,40,19)
#1E2211
(30,34,17)
#191C0F
(25,28,15)
#14160D
(20,22,13)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #414C1F

#414C1F
(65,76,31)
#525C33
(82,92,51)
#636C47
(99,108,71)
#747C5B
(116,124,91)
#858C6F
(133,140,111)
#969C83
(150,156,131)
#A7AC97
(167,172,151)
#B8BCAB
(184,188,171)
#C9CCBF
(201,204,191)
#DADCD3
(218,220,211)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414C1F; }

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

This text font color is #414C1F.


Background Color

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

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

This div background color is #414C1F.


Border color

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

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

This div border color is #414C1F.


Opacity

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

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

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

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

This text has shadow with #414C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414C1F on black background.


Color preview on white background

This text has color #414C1F on white background.



Black color preview on #414C1F background

This text has black color on #414C1F background.


White color preview on #414C1F background

This text has white color on #414C1F background.