COLOR #41615A

HEX: #41615A
RGB: (65,97,90)

Color info

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

RGB color model

#41615A color RGB value is (65,97,90).

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

RGB channels and saturation

R 65 of 255 = 25%
G 97 of 255 = 38%
B 90 of 255 = 35%

65
97
90

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

Portions of RGB colors in percentages

R + G + B =
65 + 97 + 90 = 252 (100%)
R 65 of 252 ~ 25.79%
G 97 of 252 ~ 38.49%
B 90 of 252 ~ 35.71%

%25.79
%38.49
%35.71

CMYK color model

#41615A color CMYK value is (33,0,7,62).

  • cyan value is 32.99%
  • magenta value is 0.00%
  • yellow value is 7.22%
  • key color value is 61.96%
CMYK:
(33,0,7,62)
C33M0Y7K62 
(33%,0%,7%,62%)
(0.33/0.00/0.07/0.62)	

CMYK percentages

%32.99
%0
%7.22
%61.96

Codes

Color #41615A in popluar color models

41615A
RGB659790
HSL167°19.75%31.76%
HSB/HSV167°32.99%38.04%
CMYK32.99%0.00%7.22%
61.96%

Color #41615A in popluar number systems.

HEX41615A
Decimal659790
Binary100000111000011011010
Octal101141132

Shades and tints

Shades of #41615A

#41615A
(65,97,90)
#3C5952
(60,89,82)
#37514A
(55,81,74)
#324942
(50,73,66)
#2D413A
(45,65,58)
#283932
(40,57,50)
#23312A
(35,49,42)
#1E2922
(30,41,34)
#19211A
(25,33,26)
#141912
(20,25,18)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #41615A

#41615A
(65,97,90)
#526F69
(82,111,105)
#637D78
(99,125,120)
#748B87
(116,139,135)
#859996
(133,153,150)
#96A7A5
(150,167,165)
#A7B5B4
(167,181,180)
#B8C3C3
(184,195,195)
#C9D1D2
(201,209,210)
#DADFE1
(218,223,225)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41615A; }

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

This text font color is #41615A.


Background Color

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

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

This div background color is #41615A.


Border color

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

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

This div border color is #41615A.


Opacity

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

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

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

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

This text has shadow with #41615A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41615A on black background.


Color preview on white background

This text has color #41615A on white background.



Black color preview on #41615A background

This text has black color on #41615A background.


White color preview on #41615A background

This text has white color on #41615A background.