COLOR #41442F

HEX: #41442F RGB: (65,68,47)

Color info

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

RGB color model

#41442F color RGB value is (65,68,47).

RGB: (65,68,47) (25%, 27%, 18%)

RGB channels and saturation

R 65 of 255 = 25%
G 68 of 255 = 27%
B 47 of 255 = 18%

65
68
47

R + G + B ~ 23%. #41442F is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 68 + 47 = 180 (100%)
R 65 of 180 ~ 36.11%
G 68 of 180 ~ 37.78%
B 47 of 180 ~ 26.11'%

%36.11
%37.78
%26.11

CMYK color model

#41442F color CMYK value is (4,0,31,73).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 30.88%
  • key color value is 73.33%

CMYK: (4,0,31,73)
C4M0Y31K73 (4%, 0%, 31%, 73%)
(0.04 / 0.00 / 0.31 / 0.73)

CMYK percentages

%4.41
%0
%30.88
%73.33

Codes

Color #41442F in popluar color models

41 44 2F
RGB 65 68 47
HSL 69° 18.26% 22.55%
HSB/HSV 69° 30.88% 26.67%
CMYK 4.41% 0.00% 30.88%
73.33%

Color #41442F in popluar number systems.

HEX 41 44 2F
Decimal 65 68 47
Binary 1000001 1000100 101111
Octal 101 104 57

Shades and tints

Shades of #41442F

#41442F
(65,68,47)
#3C3E2B
(60,62,43)
#373827
(55,56,39)
#323223
(50,50,35)
#2D2C1F
(45,44,31)
#28261B
(40,38,27)
#232017
(35,32,23)
#1E1A13
(30,26,19)
#19140F
(25,20,15)
#140E0B
(20,14,11)
#0F0807
(15,8,7)
#000000
(0,0,0)

Tints of #41442F

#41442F
(65,68,47)
#525541
(82,85,65)
#636653
(99,102,83)
#747765
(116,119,101)
#858877
(133,136,119)
#969989
(150,153,137)
#A7AA9B
(167,170,155)
#B8BBAD
(184,187,173)
#C9CCBF
(201,204,191)
#DADDD1
(218,221,209)
#EBEEE3
(235,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41442F color. Also use rgb(65,68,47) instead hex code.

Text Font Color

.myTextColor { color: #41442F; }

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

This text font color is #41442F.

Background Color

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

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

This div background color is #41442F.

Border color

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

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

This div border color is #41442F.

Opacity

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

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

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

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

This text has shadow with #41442F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41442F.

Preview

Color preview on black background

This text has color #41442F on black background.


Color preview on white background

This text has color #41442F on white background.


Black color preview on #41442F background

This text has black color on #41442F background.


White color preview on #41442F background

This text has white color on #41442F background.


Related colors

Complementary color

Complementary color for #hex is #BEBBD0.


I love getcolorcode.com

Triadic colors

1 #2F4144 and #442F41 with #41442F are triadic colors.

2 #2F4441 and #44412F with #41442F are triadic colors.