COLOR #41423C

HEX: #41423C
RGB: (65,66,60)

Color info

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

RGB color model

#41423C color RGB value is (65,66,60).

  • red value is 65;
  • green value is 66;
  • blue value is 60.
RGB:
(65,66,60)
(25%,26%,24%)

RGB channels and saturation

R 65 of 255 = 25%
G 66 of 255 = 26%
B 60 of 255 = 24%

65
66
60

R + G + B ~ 25%. #41423C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 66 + 60 = 191 (100%)
R 65 of 191 ~ 34.03%
G 66 of 191 ~ 34.55%
B 60 of 191 ~ 31.41%

%34.03
%34.55
%31.41

CMYK color model

#41423C color CMYK value is (2,0,9,74).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 74.12%
CMYK:
(2,0,9,74)
C2M0Y9K74 
(2%,0%,9%,74%)
(0.02/0.00/0.09/0.74)	

CMYK percentages

%1.52
%0
%9.09
%74.12

Codes

Color #41423C in popluar color models

41423C
RGB656660
HSL70°4.76%24.71%
HSB/HSV70°9.09%25.88%
CMYK1.52%0.00%9.09%
74.12%

Color #41423C in popluar number systems.

HEX41423C
Decimal656660
Binary10000011000010111100
Octal10110274

Shades and tints

Shades of #41423C

#41423C
(65,66,60)
#3C3C37
(60,60,55)
#373632
(55,54,50)
#32302D
(50,48,45)
#2D2A28
(45,42,40)
#282423
(40,36,35)
#231E1E
(35,30,30)
#1E1819
(30,24,25)
#191214
(25,18,20)
#140C0F
(20,12,15)
#0F060A
(15,6,10)
#000000
(0,0,0)

Tints of #41423C

#41423C
(65,66,60)
#52534D
(82,83,77)
#63645E
(99,100,94)
#74756F
(116,117,111)
#858680
(133,134,128)
#969791
(150,151,145)
#A7A8A2
(167,168,162)
#B8B9B3
(184,185,179)
#C9CAC4
(201,202,196)
#DADBD5
(218,219,213)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41423C color. Also use rgb(65,66,60) instead hex code.

Text Font Color

.myTextColor { color: #41423C; }

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

This text font color is #41423C.


Background Color

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

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

This div background color is #41423C.


Border color

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

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

This div border color is #41423C.


Opacity

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

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

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

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

This text has shadow with #41423C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41423C on black background.


Color preview on white background

This text has color #41423C on white background.



Black color preview on #41423C background

This text has black color on #41423C background.


White color preview on #41423C background

This text has white color on #41423C background.