COLOR #41401B

HEX: #41401B
RGB: (65,64,27)

Color info

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

RGB color model

#41401B color RGB value is (65,64,27).

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

RGB channels and saturation

R 65 of 255 = 25%
G 64 of 255 = 25%
B 27 of 255 = 11%

65
64
27

R + G + B ~ 20%. #41401B is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 64 + 27 = 156 (100%)
R 65 of 156 ~ 41.67%
G 64 of 156 ~ 41.03%
B 27 of 156 ~ 17.31%

%41.67
%41.03
%17.31

CMYK color model

#41401B color CMYK value is (0,2,58,75).

  • cyan value is 0.00%
  • magenta value is 1.54%
  • yellow value is 58.46%
  • key color value is 74.51%
CMYK:
(0,2,58,75)
C0M2Y58K75 
(0%,2%,58%,75%)
(0.00/0.02/0.58/0.75)	

CMYK percentages

%0
%1.54
%58.46
%74.51

Codes

Color #41401B in popluar color models

41401B
RGB656427
HSL58°41.30%18.04%
HSB/HSV58°58.46%25.49%
CMYK0.00%1.54%58.46%
74.51%

Color #41401B in popluar number systems.

HEX41401B
Decimal656427
Binary1000001100000011011
Octal10110033

Shades and tints

Shades of #41401B

#41401B
(65,64,27)
#3C3B19
(60,59,25)
#373617
(55,54,23)
#323115
(50,49,21)
#2D2C13
(45,44,19)
#282711
(40,39,17)
#23220F
(35,34,15)
#1E1D0D
(30,29,13)
#19180B
(25,24,11)
#141309
(20,19,9)
#0F0E07
(15,14,7)
#000000
(0,0,0)

Tints of #41401B

#41401B
(65,64,27)
#52512F
(82,81,47)
#636243
(99,98,67)
#747357
(116,115,87)
#85846B
(133,132,107)
#96957F
(150,149,127)
#A7A693
(167,166,147)
#B8B7A7
(184,183,167)
#C9C8BB
(201,200,187)
#DAD9CF
(218,217,207)
#EBEAE3
(235,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41401B; }

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

This text font color is #41401B.


Background Color

.myBgColor { background-color: #41401B; }

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

This div background color is #41401B.


Border color

.myBorderColor { border: 1px solid #41401B; }

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

This div border color is #41401B.


Opacity

.myOpacity80 { color: #41401B; opacity: 0.8; }

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

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

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

This text has shadow with #41401B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41401B on black background.


Color preview on white background

This text has color #41401B on white background.



Black color preview on #41401B background

This text has black color on #41401B background.


White color preview on #41401B background

This text has white color on #41401B background.