COLOR #41232E

HEX: #41232E
RGB: (65,35,46)

Color info

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

RGB color model

#41232E color RGB value is (65,35,46).

  • red value is 65;
  • green value is 35;
  • blue value is 46.
RGB:
(65,35,46)
(25%,14%,18%)

RGB channels and saturation

R 65 of 255 = 25%
G 35 of 255 = 14%
B 46 of 255 = 18%

65
35
46

R + G + B ~ 19%. #41232E is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 35 + 46 = 146 (100%)
R 65 of 146 ~ 44.52%
G 35 of 146 ~ 23.97%
B 46 of 146 ~ 31.51%

%44.52
%23.97
%31.51

CMYK color model

#41232E color CMYK value is (0,46,29,75).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 29.23%
  • key color value is 74.51%
CMYK:
(0,46,29,75)
C0M46Y29K75 
(0%,46%,29%,75%)
(0.00/0.46/0.29/0.75)	

CMYK percentages

%0
%46.15
%29.23
%74.51

Codes

Color #41232E in popluar color models

41232E
RGB653546
HSL338°30.00%19.61%
HSB/HSV338°46.15%25.49%
CMYK0.00%46.15%29.23%
74.51%

Color #41232E in popluar number systems.

HEX41232E
Decimal653546
Binary1000001100011101110
Octal1014356

Shades and tints

Shades of #41232E

#41232E
(65,35,46)
#3C202A
(60,32,42)
#371D26
(55,29,38)
#321A22
(50,26,34)
#2D171E
(45,23,30)
#28141A
(40,20,26)
#231116
(35,17,22)
#1E0E12
(30,14,18)
#190B0E
(25,11,14)
#14080A
(20,8,10)
#0F0506
(15,5,6)
#000000
(0,0,0)

Tints of #41232E

#41232E
(65,35,46)
#523741
(82,55,65)
#634B54
(99,75,84)
#745F67
(116,95,103)
#85737A
(133,115,122)
#96878D
(150,135,141)
#A79BA0
(167,155,160)
#B8AFB3
(184,175,179)
#C9C3C6
(201,195,198)
#DAD7D9
(218,215,217)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41232E color. Also use rgb(65,35,46) instead hex code.

Text Font Color

.myTextColor { color: #41232E; }

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

This text font color is #41232E.


Background Color

.myBgColor { background-color: #41232E; }

<div style="background-color:#41232E">Inner text</div>

This div background color is #41232E.


Border color

.myBorderColor { border: 1px solid #41232E; }

<div style="border:3px solid #41232E">Div</div>

This div border color is #41232E.


Opacity

.myOpacity80 { color: #41232E; opacity: 0.8; }

<p style="color:#41232E;opacity:0.8;">80%</p>

Text with #41232E 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 #41232E;}

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

This text has shadow with #41232E color.

.textShadow {text-shadow: 3px 3px 1px #41232E, 3px 3px 1px red;}

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

This text has shadow with #41232E primary color and red secondary color.


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

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

This text has shadow with #41232E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41232E on black background.


Color preview on white background

This text has color #41232E on white background.



Black color preview on #41232E background

This text has black color on #41232E background.


White color preview on #41232E background

This text has white color on #41232E background.