COLOR #41431F

HEX: #41431F
RGB: (65,67,31)

Color info

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

RGB color model

#41431F color RGB value is (65,67,31).

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

RGB channels and saturation

R 65 of 255 = 25%
G 67 of 255 = 26%
B 31 of 255 = 12%

65
67
31

R + G + B ~ 21%. #41431F is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 67 + 31 = 163 (100%)
R 65 of 163 ~ 39.88%
G 67 of 163 ~ 41.1%
B 31 of 163 ~ 19.02%

%39.88
%41.1
%19.02

CMYK color model

#41431F color CMYK value is (3,0,54,74).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 53.73%
  • key color value is 73.73%
CMYK:
(3,0,54,74)
C3M0Y54K74 
(3%,0%,54%,74%)
(0.03/0.00/0.54/0.74)	

CMYK percentages

%2.99
%0
%53.73
%73.73

Codes

Color #41431F in popluar color models

41431F
RGB656731
HSL63°36.73%19.22%
HSB/HSV63°53.73%26.27%
CMYK2.99%0.00%53.73%
73.73%

Color #41431F in popluar number systems.

HEX41431F
Decimal656731
Binary1000001100001111111
Octal10110337

Shades and tints

Shades of #41431F

#41431F
(65,67,31)
#3C3D1D
(60,61,29)
#37371B
(55,55,27)
#323119
(50,49,25)
#2D2B17
(45,43,23)
#282515
(40,37,21)
#231F13
(35,31,19)
#1E1911
(30,25,17)
#19130F
(25,19,15)
#140D0D
(20,13,13)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #41431F

#41431F
(65,67,31)
#525433
(82,84,51)
#636547
(99,101,71)
#74765B
(116,118,91)
#85876F
(133,135,111)
#969883
(150,152,131)
#A7A997
(167,169,151)
#B8BAAB
(184,186,171)
#C9CBBF
(201,203,191)
#DADCD3
(218,220,211)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41431F; }

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

This text font color is #41431F.


Background Color

.myBgColor { background-color: #41431F; }

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

This div background color is #41431F.


Border color

.myBorderColor { border: 1px solid #41431F; }

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

This div border color is #41431F.


Opacity

.myOpacity80 { color: #41431F; opacity: 0.8; }

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

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

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

This text has shadow with #41431F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41431F on black background.


Color preview on white background

This text has color #41431F on white background.



Black color preview on #41431F background

This text has black color on #41431F background.


White color preview on #41431F background

This text has white color on #41431F background.