COLOR #41897D

HEX: #41897D
RGB: (65,137,125)

Color info

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

RGB color model

#41897D color RGB value is (65,137,125).

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

RGB channels and saturation

R 65 of 255 = 25%
G 137 of 255 = 54%
B 125 of 255 = 49%

65
137
125

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

Portions of RGB colors in percentages

R + G + B =
65 + 137 + 125 = 327 (100%)
R 65 of 327 ~ 19.88%
G 137 of 327 ~ 41.9%
B 125 of 327 ~ 38.23%

%19.88
%41.9
%38.23

CMYK color model

#41897D color CMYK value is (53,0,9,46).

  • cyan value is 52.55%
  • magenta value is 0.00%
  • yellow value is 8.76%
  • key color value is 46.27%
CMYK:
(53,0,9,46)
C53M0Y9K46 
(53%,0%,9%,46%)
(0.53/0.00/0.09/0.46)	

CMYK percentages

%52.55
%0
%8.76
%46.27

Codes

Color #41897D in popluar color models

41897D
RGB65137125
HSL170°35.64%39.61%
HSB/HSV170°52.55%53.73%
CMYK52.55%0.00%8.76%
46.27%

Color #41897D in popluar number systems.

HEX41897D
Decimal65137125
Binary1000001100010011111101
Octal101211175

Shades and tints

Shades of #41897D

#41897D
(65,137,125)
#3C7D72
(60,125,114)
#377167
(55,113,103)
#32655C
(50,101,92)
#2D5951
(45,89,81)
#284D46
(40,77,70)
#23413B
(35,65,59)
#1E3530
(30,53,48)
#192925
(25,41,37)
#141D1A
(20,29,26)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #41897D

#41897D
(65,137,125)
#529388
(82,147,136)
#639D93
(99,157,147)
#74A79E
(116,167,158)
#85B1A9
(133,177,169)
#96BBB4
(150,187,180)
#A7C5BF
(167,197,191)
#B8CFCA
(184,207,202)
#C9D9D5
(201,217,213)
#DAE3E0
(218,227,224)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41897D; }

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

This text font color is #41897D.


Background Color

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

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

This div background color is #41897D.


Border color

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

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

This div border color is #41897D.


Opacity

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

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

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

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

This text has shadow with #41897D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41897D on black background.


Color preview on white background

This text has color #41897D on white background.



Black color preview on #41897D background

This text has black color on #41897D background.


White color preview on #41897D background

This text has white color on #41897D background.