COLOR #418849

HEX: #418849 RGB: (65,136,73)

Color info

#418849 contains mainly green color. Web safe color of #418849 is #339933 (or #393).

RGB color model

#418849 color RGB value is (65,136,73).

RGB: (65,136,73) (25%, 53%, 29%)

RGB channels and saturation

R 65 of 255 = 25%
G 136 of 255 = 53%
B 73 of 255 = 29%

65
136
73

R + G + B ~ 36%. #418849 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 136 + 73 = 274 (100%)
R 65 of 274 ~ 23.72%
G 136 of 274 ~ 49.64%
B 73 of 274 ~ 26.64'%

%23.72
%49.64
%26.64

CMYK color model

#418849 color CMYK value is (52,0,46,47).

  • cyan value is 52.21%
  • magenta value is 0.00%
  • yellow value is 46.32%
  • key color value is 46.67%

CMYK: (52,0,46,47)
C52M0Y46K47 (52%, 0%, 46%, 47%)
(0.52 / 0.00 / 0.46 / 0.47)

CMYK percentages

%52.21
%0
%46.32
%46.67

Codes

Color #418849 in popluar color models

41 88 49
RGB 65 136 73
HSL 127° 35.32% 39.41%
HSB/HSV 127° 52.21% 53.33%
CMYK 52.21% 0.00% 46.32%
46.67%

Color #418849 in popluar number systems.

HEX 41 88 49
Decimal 65 136 73
Binary 1000001 10001000 1001001
Octal 101 210 111

Shades and tints

Shades of #418849

#418849
(65,136,73)
#3C7C43
(60,124,67)
#37703D
(55,112,61)
#326437
(50,100,55)
#2D5831
(45,88,49)
#284C2B
(40,76,43)
#234025
(35,64,37)
#1E341F
(30,52,31)
#192819
(25,40,25)
#141C13
(20,28,19)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #418849

#418849
(65,136,73)
#529259
(82,146,89)
#639C69
(99,156,105)
#74A679
(116,166,121)
#85B089
(133,176,137)
#96BA99
(150,186,153)
#A7C4A9
(167,196,169)
#B8CEB9
(184,206,185)
#C9D8C9
(201,216,201)
#DAE2D9
(218,226,217)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #418849 color. Also use rgb(65,136,73) instead hex code.

Text Font Color

.myTextColor { color: #418849; }

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

This text font color is #418849.

Background Color

.myBgColor { background-color: #418849; }

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

This div background color is #418849.

Border color

.myBorderColor { border: 1px solid #418849; }

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

This div border color is #418849.

Opacity

.myOpacity80 { color: #418849; opacity: 0.8; }

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

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

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

This text has shadow with #418849 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #418849.

Preview

Color preview on black background

This text has color #418849 on black background.


Color preview on white background

This text has color #418849 on white background.


Black color preview on #418849 background

This text has black color on #418849 background.


White color preview on #418849 background

This text has white color on #418849 background.


Related colors

Complementary color

Complementary color for #hex is #BE77B6.


I love getcolorcode.com

Triadic colors

1 #494188 and #884941 with #418849 are triadic colors.

2 #498841 and #884149 with #418849 are triadic colors.