COLOR #41998B

HEX: #41998B
RGB: (65,153,139)

Color info

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

RGB color model

#41998B color RGB value is (65,153,139).

  • red value is 65;
  • green value is 153;
  • blue value is 139.
RGB:
(65,153,139)
(25%,60%,55%)

RGB channels and saturation

R 65 of 255 = 25%
G 153 of 255 = 60%
B 139 of 255 = 55%

65
153
139

R + G + B ~ 47%. #41998B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 153 + 139 = 357 (100%)
R 65 of 357 ~ 18.21%
G 153 of 357 ~ 42.86%
B 139 of 357 ~ 38.94%

%18.21
%42.86
%38.94

CMYK color model

#41998B color CMYK value is (58,0,9,40).

  • cyan value is 57.52%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 40.00%
CMYK:
(58,0,9,40)
C58M0Y9K40 
(58%,0%,9%,40%)
(0.58/0.00/0.09/0.40)	

CMYK percentages

%57.52
%0
%9.15
%40

Codes

Color #41998B in popluar color models

41998B
RGB65153139
HSL170°40.37%42.75%
HSB/HSV170°57.52%60.00%
CMYK57.52%0.00%9.15%
40.00%

Color #41998B in popluar number systems.

HEX41998B
Decimal65153139
Binary10000011001100110001011
Octal101231213

Shades and tints

Shades of #41998B

#41998B
(65,153,139)
#3C8C7F
(60,140,127)
#377F73
(55,127,115)
#327267
(50,114,103)
#2D655B
(45,101,91)
#28584F
(40,88,79)
#234B43
(35,75,67)
#1E3E37
(30,62,55)
#19312B
(25,49,43)
#14241F
(20,36,31)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #41998B

#41998B
(65,153,139)
#52A295
(82,162,149)
#63AB9F
(99,171,159)
#74B4A9
(116,180,169)
#85BDB3
(133,189,179)
#96C6BD
(150,198,189)
#A7CFC7
(167,207,199)
#B8D8D1
(184,216,209)
#C9E1DB
(201,225,219)
#DAEAE5
(218,234,229)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41998B color. Also use rgb(65,153,139) instead hex code.

Text Font Color

.myTextColor { color: #41998B; }

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

This text font color is #41998B.


Background Color

.myBgColor { background-color: #41998B; }

<div style="background-color:#41998B">Inner text</div>

This div background color is #41998B.


Border color

.myBorderColor { border: 1px solid #41998B; }

<div style="border:3px solid #41998B">Div</div>

This div border color is #41998B.


Opacity

.myOpacity80 { color: #41998B; opacity: 0.8; }

<p style="color:#41998B;opacity:0.8;">80%</p>

Text with #41998B 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 #41998B;}

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

This text has shadow with #41998B color.

.textShadow {text-shadow: 3px 3px 1px #41998B, 3px 3px 1px red;}

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

This text has shadow with #41998B primary color and red secondary color.


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

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

This text has shadow with #41998B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41998B on black background.


Color preview on white background

This text has color #41998B on white background.



Black color preview on #41998B background

This text has black color on #41998B background.


White color preview on #41998B background

This text has white color on #41998B background.