COLOR #41898D

HEX: #41898D
RGB: (65,137,141)

Color info

#41898D contains mainly green and blue colors. Web safe color of #41898D is #339999 (or #399).

RGB color model

#41898D color RGB value is (65,137,141).

  • red value is 65;
  • green value is 137;
  • blue value is 141.
RGB:
(65,137,141)
(25%,54%,55%)

RGB channels and saturation

R 65 of 255 = 25%
G 137 of 255 = 54%
B 141 of 255 = 55%

65
137
141

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

Portions of RGB colors in percentages

R + G + B =
65 + 137 + 141 = 343 (100%)
R 65 of 343 ~ 18.95%
G 137 of 343 ~ 39.94%
B 141 of 343 ~ 41.11%

%18.95
%39.94
%41.11

CMYK color model

#41898D color CMYK value is (54,3,0,45).

  • cyan value is 53.90%
  • magenta value is 2.84%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(54,3,0,45)
C54M3Y0K45 
(54%,3%,0%,45%)
(0.54/0.03/0.00/0.45)	

CMYK percentages

%53.9
%2.84
%0
%44.71

Codes

Color #41898D in popluar color models

41898D
RGB65137141
HSL183°36.89%40.39%
HSB/HSV183°53.90%55.29%
CMYK53.90%2.84%0.00%
44.71%

Color #41898D in popluar number systems.

HEX41898D
Decimal65137141
Binary10000011000100110001101
Octal101211215

Shades and tints

Shades of #41898D

#41898D
(65,137,141)
#3C7D81
(60,125,129)
#377175
(55,113,117)
#326569
(50,101,105)
#2D595D
(45,89,93)
#284D51
(40,77,81)
#234145
(35,65,69)
#1E3539
(30,53,57)
#19292D
(25,41,45)
#141D21
(20,29,33)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #41898D

#41898D
(65,137,141)
#529397
(82,147,151)
#639DA1
(99,157,161)
#74A7AB
(116,167,171)
#85B1B5
(133,177,181)
#96BBBF
(150,187,191)
#A7C5C9
(167,197,201)
#B8CFD3
(184,207,211)
#C9D9DD
(201,217,221)
#DAE3E7
(218,227,231)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41898D color. Also use rgb(65,137,141) instead hex code.

Text Font Color

.myTextColor { color: #41898D; }

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

This text font color is #41898D.


Background Color

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

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

This div background color is #41898D.


Border color

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

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

This div border color is #41898D.


Opacity

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

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

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

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

This text has shadow with #41898D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41898D on black background.


Color preview on white background

This text has color #41898D on white background.



Black color preview on #41898D background

This text has black color on #41898D background.


White color preview on #41898D background

This text has white color on #41898D background.