COLOR #41736F

HEX: #41736F
RGB: (65,115,111)

Color info

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

RGB color model

#41736F color RGB value is (65,115,111).

  • red value is 65;
  • green value is 115;
  • blue value is 111.
RGB:
(65,115,111)
(25%,45%,44%)

RGB channels and saturation

R 65 of 255 = 25%
G 115 of 255 = 45%
B 111 of 255 = 44%

65
115
111

R + G + B ~ 38%. #41736F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 115 + 111 = 291 (100%)
R 65 of 291 ~ 22.34%
G 115 of 291 ~ 39.52%
B 111 of 291 ~ 38.14%

%22.34
%39.52
%38.14

CMYK color model

#41736F color CMYK value is (43,0,3,55).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 54.90%
CMYK:
(43,0,3,55)
C43M0Y3K55 
(43%,0%,3%,55%)
(0.43/0.00/0.03/0.55)	

CMYK percentages

%43.48
%0
%3.48
%54.9

Codes

Color #41736F in popluar color models

41736F
RGB65115111
HSL175°27.78%35.29%
HSB/HSV175°43.48%45.10%
CMYK43.48%0.00%3.48%
54.90%

Color #41736F in popluar number systems.

HEX41736F
Decimal65115111
Binary100000111100111101111
Octal101163157

Shades and tints

Shades of #41736F

#41736F
(65,115,111)
#3C6965
(60,105,101)
#375F5B
(55,95,91)
#325551
(50,85,81)
#2D4B47
(45,75,71)
#28413D
(40,65,61)
#233733
(35,55,51)
#1E2D29
(30,45,41)
#19231F
(25,35,31)
#141915
(20,25,21)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #41736F

#41736F
(65,115,111)
#527F7C
(82,127,124)
#638B89
(99,139,137)
#749796
(116,151,150)
#85A3A3
(133,163,163)
#96AFB0
(150,175,176)
#A7BBBD
(167,187,189)
#B8C7CA
(184,199,202)
#C9D3D7
(201,211,215)
#DADFE4
(218,223,228)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41736F color. Also use rgb(65,115,111) instead hex code.

Text Font Color

.myTextColor { color: #41736F; }

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

This text font color is #41736F.


Background Color

.myBgColor { background-color: #41736F; }

<div style="background-color:#41736F">Inner text</div>

This div background color is #41736F.


Border color

.myBorderColor { border: 1px solid #41736F; }

<div style="border:3px solid #41736F">Div</div>

This div border color is #41736F.


Opacity

.myOpacity80 { color: #41736F; opacity: 0.8; }

<p style="color:#41736F;opacity:0.8;">80%</p>

Text with #41736F 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 #41736F;}

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

This text has shadow with #41736F color.

.textShadow {text-shadow: 3px 3px 1px #41736F, 3px 3px 1px red;}

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

This text has shadow with #41736F primary color and red secondary color.


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

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

This text has shadow with #41736F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41736F on black background.


Color preview on white background

This text has color #41736F on white background.



Black color preview on #41736F background

This text has black color on #41736F background.


White color preview on #41736F background

This text has white color on #41736F background.