COLOR #41847F

HEX: #41847F
RGB: (65,132,127)

Color info

#41847F contains mainly green and blue colors. Web safe color of #41847F is #339966 (or #396).

RGB color model

#41847F color RGB value is (65,132,127).

  • red value is 65;
  • green value is 132;
  • blue value is 127.
RGB:
(65,132,127)
(25%,52%,50%)

RGB channels and saturation

R 65 of 255 = 25%
G 132 of 255 = 52%
B 127 of 255 = 50%

65
132
127

R + G + B ~ 42%. #41847F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 132 + 127 = 324 (100%)
R 65 of 324 ~ 20.06%
G 132 of 324 ~ 40.74%
B 127 of 324 ~ 39.2%

%20.06
%40.74
%39.2

CMYK color model

#41847F color CMYK value is (51,0,4,48).

  • cyan value is 50.76%
  • magenta value is 0.00%
  • yellow value is 3.79%
  • key color value is 48.24%
CMYK:
(51,0,4,48)
C51M0Y4K48 
(51%,0%,4%,48%)
(0.51/0.00/0.04/0.48)	

CMYK percentages

%50.76
%0
%3.79
%48.24

Codes

Color #41847F in popluar color models

41847F
RGB65132127
HSL176°34.01%38.63%
HSB/HSV176°50.76%51.76%
CMYK50.76%0.00%3.79%
48.24%

Color #41847F in popluar number systems.

HEX41847F
Decimal65132127
Binary1000001100001001111111
Octal101204177

Shades and tints

Shades of #41847F

#41847F
(65,132,127)
#3C7874
(60,120,116)
#376C69
(55,108,105)
#32605E
(50,96,94)
#2D5453
(45,84,83)
#284848
(40,72,72)
#233C3D
(35,60,61)
#1E3032
(30,48,50)
#192427
(25,36,39)
#14181C
(20,24,28)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #41847F

#41847F
(65,132,127)
#528F8A
(82,143,138)
#639A95
(99,154,149)
#74A5A0
(116,165,160)
#85B0AB
(133,176,171)
#96BBB6
(150,187,182)
#A7C6C1
(167,198,193)
#B8D1CC
(184,209,204)
#C9DCD7
(201,220,215)
#DAE7E2
(218,231,226)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41847F color. Also use rgb(65,132,127) instead hex code.

Text Font Color

.myTextColor { color: #41847F; }

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

This text font color is #41847F.


Background Color

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

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

This div background color is #41847F.


Border color

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

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

This div border color is #41847F.


Opacity

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

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

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

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

This text has shadow with #41847F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41847F on black background.


Color preview on white background

This text has color #41847F on white background.



Black color preview on #41847F background

This text has black color on #41847F background.


White color preview on #41847F background

This text has white color on #41847F background.