COLOR #41726A

HEX: #41726A
RGB: (65,114,106)

Color info

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

RGB color model

#41726A color RGB value is (65,114,106).

  • red value is 65;
  • green value is 114;
  • blue value is 106.
RGB:
(65,114,106)
(25%,45%,42%)

RGB channels and saturation

R 65 of 255 = 25%
G 114 of 255 = 45%
B 106 of 255 = 42%

65
114
106

R + G + B ~ 37%. #41726A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 114 + 106 = 285 (100%)
R 65 of 285 ~ 22.81%
G 114 of 285 ~ 40%
B 106 of 285 ~ 37.19%

%22.81
%40
%37.19

CMYK color model

#41726A color CMYK value is (43,0,7,55).

  • cyan value is 42.98%
  • magenta value is 0.00%
  • yellow value is 7.02%
  • key color value is 55.29%
CMYK:
(43,0,7,55)
C43M0Y7K55 
(43%,0%,7%,55%)
(0.43/0.00/0.07/0.55)	

CMYK percentages

%42.98
%0
%7.02
%55.29

Codes

Color #41726A in popluar color models

41726A
RGB65114106
HSL170°27.37%35.10%
HSB/HSV170°42.98%44.71%
CMYK42.98%0.00%7.02%
55.29%

Color #41726A in popluar number systems.

HEX41726A
Decimal65114106
Binary100000111100101101010
Octal101162152

Shades and tints

Shades of #41726A

#41726A
(65,114,106)
#3C6861
(60,104,97)
#375E58
(55,94,88)
#32544F
(50,84,79)
#2D4A46
(45,74,70)
#28403D
(40,64,61)
#233634
(35,54,52)
#1E2C2B
(30,44,43)
#192222
(25,34,34)
#141819
(20,24,25)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #41726A

#41726A
(65,114,106)
#527E77
(82,126,119)
#638A84
(99,138,132)
#749691
(116,150,145)
#85A29E
(133,162,158)
#96AEAB
(150,174,171)
#A7BAB8
(167,186,184)
#B8C6C5
(184,198,197)
#C9D2D2
(201,210,210)
#DADEDF
(218,222,223)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41726A color. Also use rgb(65,114,106) instead hex code.

Text Font Color

.myTextColor { color: #41726A; }

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

This text font color is #41726A.


Background Color

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

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

This div background color is #41726A.


Border color

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

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

This div border color is #41726A.


Opacity

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

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

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

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

This text has shadow with #41726A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41726A on black background.


Color preview on white background

This text has color #41726A on white background.



Black color preview on #41726A background

This text has black color on #41726A background.


White color preview on #41726A background

This text has white color on #41726A background.