COLOR #41374C

HEX: #41374C
RGB: (65,55,76)

Color info

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

RGB color model

#41374C color RGB value is (65,55,76).

  • red value is 65;
  • green value is 55;
  • blue value is 76.
RGB:
(65,55,76)
(25%,22%,30%)

RGB channels and saturation

R 65 of 255 = 25%
G 55 of 255 = 22%
B 76 of 255 = 30%

65
55
76

R + G + B ~ 26%. #41374C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 55 + 76 = 196 (100%)
R 65 of 196 ~ 33.16%
G 55 of 196 ~ 28.06%
B 76 of 196 ~ 38.78%

%33.16
%28.06
%38.78

CMYK color model

#41374C color CMYK value is (14,28,0,70).

  • cyan value is 14.47%
  • magenta value is 27.63%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(14,28,0,70)
C14M28Y0K70 
(14%,28%,0%,70%)
(0.14/0.28/0.00/0.70)	

CMYK percentages

%14.47
%27.63
%0
%70.2

Codes

Color #41374C in popluar color models

41374C
RGB655576
HSL269°16.03%25.69%
HSB/HSV269°27.63%29.80%
CMYK14.47%27.63%0.00%
70.20%

Color #41374C in popluar number systems.

HEX41374C
Decimal655576
Binary10000011101111001100
Octal10167114

Shades and tints

Shades of #41374C

#41374C
(65,55,76)
#3C3246
(60,50,70)
#372D40
(55,45,64)
#32283A
(50,40,58)
#2D2334
(45,35,52)
#281E2E
(40,30,46)
#231928
(35,25,40)
#1E1422
(30,20,34)
#190F1C
(25,15,28)
#140A16
(20,10,22)
#0F0510
(15,5,16)
#000000
(0,0,0)

Tints of #41374C

#41374C
(65,55,76)
#52495C
(82,73,92)
#635B6C
(99,91,108)
#746D7C
(116,109,124)
#857F8C
(133,127,140)
#96919C
(150,145,156)
#A7A3AC
(167,163,172)
#B8B5BC
(184,181,188)
#C9C7CC
(201,199,204)
#DAD9DC
(218,217,220)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41374C color. Also use rgb(65,55,76) instead hex code.

Text Font Color

.myTextColor { color: #41374C; }

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

This text font color is #41374C.


Background Color

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

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

This div background color is #41374C.


Border color

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

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

This div border color is #41374C.


Opacity

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

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

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

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

This text has shadow with #41374C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41374C on black background.


Color preview on white background

This text has color #41374C on white background.



Black color preview on #41374C background

This text has black color on #41374C background.


White color preview on #41374C background

This text has white color on #41374C background.