COLOR #41431C

HEX: #41431C
RGB: (65,67,28)

Color info

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

RGB color model

#41431C color RGB value is (65,67,28).

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

RGB channels and saturation

R 65 of 255 = 25%
G 67 of 255 = 26%
B 28 of 255 = 11%

65
67
28

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

Portions of RGB colors in percentages

R + G + B =
65 + 67 + 28 = 160 (100%)
R 65 of 160 ~ 40.63%
G 67 of 160 ~ 41.88%
B 28 of 160 ~ 17.5%

%40.63
%41.88
%17.5

CMYK color model

#41431C color CMYK value is (3,0,58,74).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 58.21%
  • key color value is 73.73%
CMYK:
(3,0,58,74)
C3M0Y58K74 
(3%,0%,58%,74%)
(0.03/0.00/0.58/0.74)	

CMYK percentages

%2.99
%0
%58.21
%73.73

Codes

Color #41431C in popluar color models

41431C
RGB656728
HSL63°41.05%18.63%
HSB/HSV63°58.21%26.27%
CMYK2.99%0.00%58.21%
73.73%

Color #41431C in popluar number systems.

HEX41431C
Decimal656728
Binary1000001100001111100
Octal10110334

Shades and tints

Shades of #41431C

#41431C
(65,67,28)
#3C3D1A
(60,61,26)
#373718
(55,55,24)
#323116
(50,49,22)
#2D2B14
(45,43,20)
#282512
(40,37,18)
#231F10
(35,31,16)
#1E190E
(30,25,14)
#19130C
(25,19,12)
#140D0A
(20,13,10)
#0F0708
(15,7,8)
#000000
(0,0,0)

Tints of #41431C

#41431C
(65,67,28)
#525430
(82,84,48)
#636544
(99,101,68)
#747658
(116,118,88)
#85876C
(133,135,108)
#969880
(150,152,128)
#A7A994
(167,169,148)
#B8BAA8
(184,186,168)
#C9CBBC
(201,203,188)
#DADCD0
(218,220,208)
#EBEDE4
(235,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41431C; }

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

This text font color is #41431C.


Background Color

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

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

This div background color is #41431C.


Border color

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

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

This div border color is #41431C.


Opacity

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

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

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

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

This text has shadow with #41431C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41431C on black background.


Color preview on white background

This text has color #41431C on white background.



Black color preview on #41431C background

This text has black color on #41431C background.


White color preview on #41431C background

This text has white color on #41431C background.