COLOR #41697A

HEX: #41697A
RGB: (65,105,122)

Color info

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

RGB color model

#41697A color RGB value is (65,105,122).

  • red value is 65;
  • green value is 105;
  • blue value is 122.
RGB:
(65,105,122)
(25%,41%,48%)

RGB channels and saturation

R 65 of 255 = 25%
G 105 of 255 = 41%
B 122 of 255 = 48%

65
105
122

R + G + B ~ 38%. #41697A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 105 + 122 = 292 (100%)
R 65 of 292 ~ 22.26%
G 105 of 292 ~ 35.96%
B 122 of 292 ~ 41.78%

%22.26
%35.96
%41.78

CMYK color model

#41697A color CMYK value is (47,14,0,52).

  • cyan value is 46.72%
  • magenta value is 13.93%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(47,14,0,52)
C47M14Y0K52 
(47%,14%,0%,52%)
(0.47/0.14/0.00/0.52)	

CMYK percentages

%46.72
%13.93
%0
%52.16

Codes

Color #41697A in popluar color models

41697A
RGB65105122
HSL198°30.48%36.67%
HSB/HSV198°46.72%47.84%
CMYK46.72%13.93%0.00%
52.16%

Color #41697A in popluar number systems.

HEX41697A
Decimal65105122
Binary100000111010011111010
Octal101151172

Shades and tints

Shades of #41697A

#41697A
(65,105,122)
#3C606F
(60,96,111)
#375764
(55,87,100)
#324E59
(50,78,89)
#2D454E
(45,69,78)
#283C43
(40,60,67)
#233338
(35,51,56)
#1E2A2D
(30,42,45)
#192122
(25,33,34)
#141817
(20,24,23)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #41697A

#41697A
(65,105,122)
#527686
(82,118,134)
#638392
(99,131,146)
#74909E
(116,144,158)
#859DAA
(133,157,170)
#96AAB6
(150,170,182)
#A7B7C2
(167,183,194)
#B8C4CE
(184,196,206)
#C9D1DA
(201,209,218)
#DADEE6
(218,222,230)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41697A color. Also use rgb(65,105,122) instead hex code.

Text Font Color

.myTextColor { color: #41697A; }

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

This text font color is #41697A.


Background Color

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

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

This div background color is #41697A.


Border color

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

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

This div border color is #41697A.


Opacity

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

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

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

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

This text has shadow with #41697A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41697A on black background.


Color preview on white background

This text has color #41697A on white background.



Black color preview on #41697A background

This text has black color on #41697A background.


White color preview on #41697A background

This text has white color on #41697A background.