COLOR #41B07B

HEX: #41B07B RGB: (65,176,123)

Color info

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

RGB color model

#41B07B color RGB value is (65,176,123).

RGB: (65,176,123) (25%, 69%, 48%)

RGB channels and saturation

R 65 of 255 = 25%
G 176 of 255 = 69%
B 123 of 255 = 48%

65
176
123

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

Portions of RGB colors in percentages

R + G + B = 65 + 176 + 123 = 364 (100%)
R 65 of 364 ~ 17.86%
G 176 of 364 ~ 48.35%
B 123 of 364 ~ 33.79'%

%17.86
%48.35
%33.79

CMYK color model

#41B07B color CMYK value is (63,0,30,31).

  • cyan value is 63.07%
  • magenta value is 0.00%
  • yellow value is 30.11%
  • key color value is 30.98%

CMYK: (63,0,30,31)
C63M0Y30K31 (63%, 0%, 30%, 31%)
(0.63 / 0.00 / 0.30 / 0.31)

CMYK percentages

%63.07
%0
%30.11
%30.98

Codes

Color #41B07B in popluar color models

41 B0 7B
RGB 65 176 123
HSL 151° 46.06% 47.25%
HSB/HSV 151° 63.07% 69.02%
CMYK 63.07% 0.00% 30.11%
30.98%

Color #41B07B in popluar number systems.

HEX 41 B0 7B
Decimal 65 176 123
Binary 1000001 10110000 1111011
Octal 101 260 173

Shades and tints

Shades of #41B07B

#41B07B
(65,176,123)
#3CA070
(60,160,112)
#379065
(55,144,101)
#32805A
(50,128,90)
#2D704F
(45,112,79)
#286044
(40,96,68)
#235039
(35,80,57)
#1E402E
(30,64,46)
#193023
(25,48,35)
#142018
(20,32,24)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #41B07B

#41B07B
(65,176,123)
#52B787
(82,183,135)
#63BE93
(99,190,147)
#74C59F
(116,197,159)
#85CCAB
(133,204,171)
#96D3B7
(150,211,183)
#A7DAC3
(167,218,195)
#B8E1CF
(184,225,207)
#C9E8DB
(201,232,219)
#DAEFE7
(218,239,231)
#EBF6F3
(235,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41B07B color. Also use rgb(65,176,123) instead hex code.

Text Font Color

.myTextColor { color: #41B07B; }

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

This text font color is #41B07B.

Background Color

.myBgColor { background-color: #41B07B; }

<div style="background-color:#41B07B">Inner text</div>

This div background color is #41B07B.

Border color

.myBorderColor { border: 1px solid #41B07B; }

<div style="border:3px solid #41B07B">Div</div>

This div border color is #41B07B.

Opacity

.myOpacity80 { color: #41B07B; opacity: 0.8; }

<p style="color:#41B07B;opacity:0.8;">80%</p>

Text with #41B07B 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 #41B07B;}

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

This text has shadow with #41B07B color.


.textShadow {text-shadow: 3px 3px 1px #41B07B', 3px 3px 1px red;}

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

This text has shadow with #41B07B primary color and red secondary color.


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

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

This text has shadow with #41B07B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #41B07B; -webkit-box-shadow: 1px 1px 3px 2px #41B07B; box-shadow:1px 1px 3px 2px #41B07B;">
Div content here
</div>

This div box has shadow with color #41B07B.

Preview

Color preview on black background

This text has color #41B07B on black background.


Color preview on white background

This text has color #41B07B on white background.


Black color preview on #41B07B background

This text has black color on #41B07B background.


White color preview on #41B07B background

This text has white color on #41B07B background.


Related colors

Complementary color

Complementary color for #hex is #BE4F84.


I love getcolorcode.com

Triadic colors

1 #7B41B0 and #B07B41 with #41B07B are triadic colors.

2 #7BB041 and #B0417B with #41B07B are triadic colors.