COLOR #41696C

HEX: #41696C
RGB: (65,105,108)

Color info

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

RGB color model

#41696C color RGB value is (65,105,108).

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

RGB channels and saturation

R 65 of 255 = 25%
G 105 of 255 = 41%
B 108 of 255 = 42%

65
105
108

R + G + B ~ 36%. #41696C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 105 + 108 = 278 (100%)
R 65 of 278 ~ 23.38%
G 105 of 278 ~ 37.77%
B 108 of 278 ~ 38.85%

%23.38
%37.77
%38.85

CMYK color model

#41696C color CMYK value is (40,3,0,58).

  • cyan value is 39.81%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(40,3,0,58)
C40M3Y0K58 
(40%,3%,0%,58%)
(0.40/0.03/0.00/0.58)	

CMYK percentages

%39.81
%2.78
%0
%57.65

Codes

Color #41696C in popluar color models

41696C
RGB65105108
HSL184°24.86%33.92%
HSB/HSV184°39.81%42.35%
CMYK39.81%2.78%0.00%
57.65%

Color #41696C in popluar number systems.

HEX41696C
Decimal65105108
Binary100000111010011101100
Octal101151154

Shades and tints

Shades of #41696C

#41696C
(65,105,108)
#3C6063
(60,96,99)
#37575A
(55,87,90)
#324E51
(50,78,81)
#2D4548
(45,69,72)
#283C3F
(40,60,63)
#233336
(35,51,54)
#1E2A2D
(30,42,45)
#192124
(25,33,36)
#14181B
(20,24,27)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #41696C

#41696C
(65,105,108)
#527679
(82,118,121)
#638386
(99,131,134)
#749093
(116,144,147)
#859DA0
(133,157,160)
#96AAAD
(150,170,173)
#A7B7BA
(167,183,186)
#B8C4C7
(184,196,199)
#C9D1D4
(201,209,212)
#DADEE1
(218,222,225)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41696C color. Also use rgb(65,105,108) instead hex code.

Text Font Color

.myTextColor { color: #41696C; }

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

This text font color is #41696C.


Background Color

.myBgColor { background-color: #41696C; }

<div style="background-color:#41696C">Inner text</div>

This div background color is #41696C.


Border color

.myBorderColor { border: 1px solid #41696C; }

<div style="border:3px solid #41696C">Div</div>

This div border color is #41696C.


Opacity

.myOpacity80 { color: #41696C; opacity: 0.8; }

<p style="color:#41696C;opacity:0.8;">80%</p>

Text with #41696C 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 #41696C;}

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

This text has shadow with #41696C color.

.textShadow {text-shadow: 3px 3px 1px #41696C, 3px 3px 1px red;}

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

This text has shadow with #41696C primary color and red secondary color.


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

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

This text has shadow with #41696C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41696C on black background.


Color preview on white background

This text has color #41696C on white background.



Black color preview on #41696C background

This text has black color on #41696C background.


White color preview on #41696C background

This text has white color on #41696C background.