COLOR #41717E

HEX: #41717E
RGB: (65,113,126)

Color info

#41717E contains mainly green and blue colors. Web safe color of #41717E is #336666 (or #366).

RGB color model

#41717E color RGB value is (65,113,126).

  • red value is 65;
  • green value is 113;
  • blue value is 126.
RGB:
(65,113,126)
(25%,44%,49%)

RGB channels and saturation

R 65 of 255 = 25%
G 113 of 255 = 44%
B 126 of 255 = 49%

65
113
126

R + G + B ~ 39%. #41717E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 113 + 126 = 304 (100%)
R 65 of 304 ~ 21.38%
G 113 of 304 ~ 37.17%
B 126 of 304 ~ 41.45%

%21.38
%37.17
%41.45

CMYK color model

#41717E color CMYK value is (48,10,0,51).

  • cyan value is 48.41%
  • magenta value is 10.32%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(48,10,0,51)
C48M10Y0K51 
(48%,10%,0%,51%)
(0.48/0.10/0.00/0.51)	

CMYK percentages

%48.41
%10.32
%0
%50.59

Codes

Color #41717E in popluar color models

41717E
RGB65113126
HSL193°31.94%37.45%
HSB/HSV193°48.41%49.41%
CMYK48.41%10.32%0.00%
50.59%

Color #41717E in popluar number systems.

HEX41717E
Decimal65113126
Binary100000111100011111110
Octal101161176

Shades and tints

Shades of #41717E

#41717E
(65,113,126)
#3C6773
(60,103,115)
#375D68
(55,93,104)
#32535D
(50,83,93)
#2D4952
(45,73,82)
#283F47
(40,63,71)
#23353C
(35,53,60)
#1E2B31
(30,43,49)
#192126
(25,33,38)
#14171B
(20,23,27)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #41717E

#41717E
(65,113,126)
#527D89
(82,125,137)
#638994
(99,137,148)
#74959F
(116,149,159)
#85A1AA
(133,161,170)
#96ADB5
(150,173,181)
#A7B9C0
(167,185,192)
#B8C5CB
(184,197,203)
#C9D1D6
(201,209,214)
#DADDE1
(218,221,225)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41717E color. Also use rgb(65,113,126) instead hex code.

Text Font Color

.myTextColor { color: #41717E; }

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

This text font color is #41717E.


Background Color

.myBgColor { background-color: #41717E; }

<div style="background-color:#41717E">Inner text</div>

This div background color is #41717E.


Border color

.myBorderColor { border: 1px solid #41717E; }

<div style="border:3px solid #41717E">Div</div>

This div border color is #41717E.


Opacity

.myOpacity80 { color: #41717E; opacity: 0.8; }

<p style="color:#41717E;opacity:0.8;">80%</p>

Text with #41717E 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 #41717E;}

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

This text has shadow with #41717E color.

.textShadow {text-shadow: 3px 3px 1px #41717E, 3px 3px 1px red;}

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

This text has shadow with #41717E primary color and red secondary color.


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

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

This text has shadow with #41717E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41717E on black background.


Color preview on white background

This text has color #41717E on white background.



Black color preview on #41717E background

This text has black color on #41717E background.


White color preview on #41717E background

This text has white color on #41717E background.