COLOR #41615F

HEX: #41615F
RGB: (65,97,95)

Color info

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

RGB color model

#41615F color RGB value is (65,97,95).

  • red value is 65;
  • green value is 97;
  • blue value is 95.
RGB:
(65,97,95)
(25%,38%,37%)

RGB channels and saturation

R 65 of 255 = 25%
G 97 of 255 = 38%
B 95 of 255 = 37%

65
97
95

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

Portions of RGB colors in percentages

R + G + B =
65 + 97 + 95 = 257 (100%)
R 65 of 257 ~ 25.29%
G 97 of 257 ~ 37.74%
B 95 of 257 ~ 36.96%

%25.29
%37.74
%36.96

CMYK color model

#41615F color CMYK value is (33,0,2,62).

  • cyan value is 32.99%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 61.96%
CMYK:
(33,0,2,62)
C33M0Y2K62 
(33%,0%,2%,62%)
(0.33/0.00/0.02/0.62)	

CMYK percentages

%32.99
%0
%2.06
%61.96

Codes

Color #41615F in popluar color models

41615F
RGB659795
HSL176°19.75%31.76%
HSB/HSV176°32.99%38.04%
CMYK32.99%0.00%2.06%
61.96%

Color #41615F in popluar number systems.

HEX41615F
Decimal659795
Binary100000111000011011111
Octal101141137

Shades and tints

Shades of #41615F

#41615F
(65,97,95)
#3C5957
(60,89,87)
#37514F
(55,81,79)
#324947
(50,73,71)
#2D413F
(45,65,63)
#283937
(40,57,55)
#23312F
(35,49,47)
#1E2927
(30,41,39)
#19211F
(25,33,31)
#141917
(20,25,23)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #41615F

#41615F
(65,97,95)
#526F6D
(82,111,109)
#637D7B
(99,125,123)
#748B89
(116,139,137)
#859997
(133,153,151)
#96A7A5
(150,167,165)
#A7B5B3
(167,181,179)
#B8C3C1
(184,195,193)
#C9D1CF
(201,209,207)
#DADFDD
(218,223,221)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41615F; }

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

This text font color is #41615F.


Background Color

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

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

This div background color is #41615F.


Border color

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

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

This div border color is #41615F.


Opacity

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

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

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

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

This text has shadow with #41615F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41615F on black background.


Color preview on white background

This text has color #41615F on white background.



Black color preview on #41615F background

This text has black color on #41615F background.


White color preview on #41615F background

This text has white color on #41615F background.