COLOR #41687A

HEX: #41687A
RGB: (65,104,122)

Color info

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

RGB color model

#41687A color RGB value is (65,104,122).

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

RGB channels and saturation

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

65
104
122

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

Portions of RGB colors in percentages

R + G + B =
65 + 104 + 122 = 291 (100%)
R 65 of 291 ~ 22.34%
G 104 of 291 ~ 35.74%
B 122 of 291 ~ 41.92%

%22.34
%35.74
%41.92

CMYK color model

#41687A color CMYK value is (47,15,0,52).

  • cyan value is 46.72%
  • magenta value is 14.75%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(47,15,0,52)
C47M15Y0K52 
(47%,15%,0%,52%)
(0.47/0.15/0.00/0.52)	

CMYK percentages

%46.72
%14.75
%0
%52.16

Codes

Color #41687A in popluar color models

41687A
RGB65104122
HSL199°30.48%36.67%
HSB/HSV199°46.72%47.84%
CMYK46.72%14.75%0.00%
52.16%

Color #41687A in popluar number systems.

HEX41687A
Decimal65104122
Binary100000111010001111010
Octal101150172

Shades and tints

Shades of #41687A

#41687A
(65,104,122)
#3C5F6F
(60,95,111)
#375664
(55,86,100)
#324D59
(50,77,89)
#2D444E
(45,68,78)
#283B43
(40,59,67)
#233238
(35,50,56)
#1E292D
(30,41,45)
#192022
(25,32,34)
#141717
(20,23,23)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #41687A

#41687A
(65,104,122)
#527586
(82,117,134)
#638292
(99,130,146)
#748F9E
(116,143,158)
#859CAA
(133,156,170)
#96A9B6
(150,169,182)
#A7B6C2
(167,182,194)
#B8C3CE
(184,195,206)
#C9D0DA
(201,208,218)
#DADDE6
(218,221,230)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41687A; }

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

This text font color is #41687A.


Background Color

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

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

This div background color is #41687A.


Border color

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

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

This div border color is #41687A.


Opacity

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

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

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

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

This text has shadow with #41687A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41687A on black background.


Color preview on white background

This text has color #41687A on white background.



Black color preview on #41687A background

This text has black color on #41687A background.


White color preview on #41687A background

This text has white color on #41687A background.