COLOR #41767D

HEX: #41767D
RGB: (65,118,125)

Color info

#41767D contains mainly green and blue colors. Web safe color of #41767D is #336666 (or #366).

RGB color model

#41767D color RGB value is (65,118,125).

  • red value is 65;
  • green value is 118;
  • blue value is 125.
RGB:
(65,118,125)
(25%,46%,49%)

RGB channels and saturation

R 65 of 255 = 25%
G 118 of 255 = 46%
B 125 of 255 = 49%

65
118
125

R + G + B ~ 40%. #41767D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 118 + 125 = 308 (100%)
R 65 of 308 ~ 21.1%
G 118 of 308 ~ 38.31%
B 125 of 308 ~ 40.58%

%21.1
%38.31
%40.58

CMYK color model

#41767D color CMYK value is (48,6,0,51).

  • cyan value is 48.00%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(48,6,0,51)
C48M6Y0K51 
(48%,6%,0%,51%)
(0.48/0.06/0.00/0.51)	

CMYK percentages

%48
%5.6
%0
%50.98

Codes

Color #41767D in popluar color models

41767D
RGB65118125
HSL187°31.58%37.25%
HSB/HSV187°48.00%49.02%
CMYK48.00%5.60%0.00%
50.98%

Color #41767D in popluar number systems.

HEX41767D
Decimal65118125
Binary100000111101101111101
Octal101166175

Shades and tints

Shades of #41767D

#41767D
(65,118,125)
#3C6C72
(60,108,114)
#376267
(55,98,103)
#32585C
(50,88,92)
#2D4E51
(45,78,81)
#284446
(40,68,70)
#233A3B
(35,58,59)
#1E3030
(30,48,48)
#192625
(25,38,37)
#141C1A
(20,28,26)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #41767D

#41767D
(65,118,125)
#528288
(82,130,136)
#638E93
(99,142,147)
#749A9E
(116,154,158)
#85A6A9
(133,166,169)
#96B2B4
(150,178,180)
#A7BEBF
(167,190,191)
#B8CACA
(184,202,202)
#C9D6D5
(201,214,213)
#DAE2E0
(218,226,224)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41767D color. Also use rgb(65,118,125) instead hex code.

Text Font Color

.myTextColor { color: #41767D; }

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

This text font color is #41767D.


Background Color

.myBgColor { background-color: #41767D; }

<div style="background-color:#41767D">Inner text</div>

This div background color is #41767D.


Border color

.myBorderColor { border: 1px solid #41767D; }

<div style="border:3px solid #41767D">Div</div>

This div border color is #41767D.


Opacity

.myOpacity80 { color: #41767D; opacity: 0.8; }

<p style="color:#41767D;opacity:0.8;">80%</p>

Text with #41767D 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 #41767D;}

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

This text has shadow with #41767D color.

.textShadow {text-shadow: 3px 3px 1px #41767D, 3px 3px 1px red;}

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

This text has shadow with #41767D primary color and red secondary color.


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

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

This text has shadow with #41767D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41767D on black background.


Color preview on white background

This text has color #41767D on white background.



Black color preview on #41767D background

This text has black color on #41767D background.


White color preview on #41767D background

This text has white color on #41767D background.