COLOR #41375C

HEX: #41375C RGB: (65,55,92)

Color info

#41375C contains red, green and blue colors in about the same proportion. Web safe color of #41375C is #333366 (or #336).

RGB color model

#41375C color RGB value is (65,55,92).

RGB: (65,55,92) (25%, 22%, 36%)

RGB channels and saturation

R 65 of 255 = 25%
G 55 of 255 = 22%
B 92 of 255 = 36%

65
55
92

R + G + B ~ 28%. #41375C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 55 + 92 = 212 (100%)
R 65 of 212 ~ 30.66%
G 55 of 212 ~ 25.94%
B 92 of 212 ~ 43.4'%

%30.66
%25.94
%43.4

CMYK color model

#41375C color CMYK value is (29,40,0,64).

  • cyan value is 29.35%
  • magenta value is 40.22%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (29,40,0,64)
C29M40Y0K64 (29%, 40%, 0%, 64%)
(0.29 / 0.40 / 0.00 / 0.64)

CMYK percentages

%29.35
%40.22
%0
%63.92

Codes

Color #41375C in popluar color models

41 37 5C
RGB 65 55 92
HSL 256° 25.17% 28.82%
HSB/HSV 256° 40.22% 36.08%
CMYK 29.35% 40.22% 0.00%
63.92%

Color #41375C in popluar number systems.

HEX 41 37 5C
Decimal 65 55 92
Binary 1000001 110111 1011100
Octal 101 67 134

Shades and tints

Shades of #41375C

#41375C
(65,55,92)
#3C3254
(60,50,84)
#372D4C
(55,45,76)
#322844
(50,40,68)
#2D233C
(45,35,60)
#281E34
(40,30,52)
#23192C
(35,25,44)
#1E1424
(30,20,36)
#190F1C
(25,15,28)
#140A14
(20,10,20)
#0F050C
(15,5,12)
#000000
(0,0,0)

Tints of #41375C

#41375C
(65,55,92)
#52496A
(82,73,106)
#635B78
(99,91,120)
#746D86
(116,109,134)
#857F94
(133,127,148)
#9691A2
(150,145,162)
#A7A3B0
(167,163,176)
#B8B5BE
(184,181,190)
#C9C7CC
(201,199,204)
#DAD9DA
(218,217,218)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41375C; }

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

This text font color is #41375C.

Background Color

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

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

This div background color is #41375C.

Border color

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

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

This div border color is #41375C.

Opacity

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

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

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

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

This text has shadow with #41375C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41375C.

Preview

Color preview on black background

This text has color #41375C on black background.


Color preview on white background

This text has color #41375C on white background.


Black color preview on #41375C background

This text has black color on #41375C background.


White color preview on #41375C background

This text has white color on #41375C background.


Related colors

Complementary color

Complementary color for #hex is #BEC8A3.


I love getcolorcode.com

Triadic colors

1 #5C4137 and #375C41 with #41375C are triadic colors.

2 #5C3741 and #37415C with #41375C are triadic colors.