COLOR #41615C

HEX: #41615C RGB: (65,97,92)

Color info

#41615C contains red, green and blue colors in about the same proportion. Web safe color of #41615C is #336666 (or #366).

RGB color model

#41615C color RGB value is (65,97,92).

RGB: (65,97,92) (25%, 38%, 36%)

RGB channels and saturation

R 65 of 255 = 25%
G 97 of 255 = 38%
B 92 of 255 = 36%

65
97
92

R + G + B ~ 33%. #41615C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 97 + 92 = 254 (100%)
R 65 of 254 ~ 25.59%
G 97 of 254 ~ 38.19%
B 92 of 254 ~ 36.22'%

%25.59
%38.19
%36.22

CMYK color model

#41615C color CMYK value is (33,0,5,62).

  • cyan value is 32.99%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 61.96%

CMYK: (33,0,5,62)
C33M0Y5K62 (33%, 0%, 5%, 62%)
(0.33 / 0.00 / 0.05 / 0.62)

CMYK percentages

%32.99
%0
%5.15
%61.96

Codes

Color #41615C in popluar color models

41 61 5C
RGB 65 97 92
HSL 171° 19.75% 31.76%
HSB/HSV 171° 32.99% 38.04%
CMYK 32.99% 0.00% 5.15%
61.96%

Color #41615C in popluar number systems.

HEX 41 61 5C
Decimal 65 97 92
Binary 1000001 1100001 1011100
Octal 101 141 134

Shades and tints

Shades of #41615C

#41615C
(65,97,92)
#3C5954
(60,89,84)
#37514C
(55,81,76)
#324944
(50,73,68)
#2D413C
(45,65,60)
#283934
(40,57,52)
#23312C
(35,49,44)
#1E2924
(30,41,36)
#19211C
(25,33,28)
#141914
(20,25,20)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #41615C

#41615C
(65,97,92)
#526F6A
(82,111,106)
#637D78
(99,125,120)
#748B86
(116,139,134)
#859994
(133,153,148)
#96A7A2
(150,167,162)
#A7B5B0
(167,181,176)
#B8C3BE
(184,195,190)
#C9D1CC
(201,209,204)
#DADFDA
(218,223,218)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41615C; }

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

This text font color is #41615C.

Background Color

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

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

This div background color is #41615C.

Border color

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

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

This div border color is #41615C.

Opacity

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

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

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

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

This text has shadow with #41615C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41615C.

Preview

Color preview on black background

This text has color #41615C on black background.


Color preview on white background

This text has color #41615C on white background.


Black color preview on #41615C background

This text has black color on #41615C background.


White color preview on #41615C background

This text has white color on #41615C background.


Related colors

Complementary color

Complementary color for #hex is #BE9EA3.


I love getcolorcode.com

Triadic colors

1 #5C4161 and #615C41 with #41615C are triadic colors.

2 #5C6141 and #61415C with #41615C are triadic colors.