COLOR #3A644C

HEX: #3A644C RGB: (58,100,76)

Color info

#3A644C contains red, green and blue colors in about the same proportion. Web safe color of #3A644C is #336633 (or #363).

RGB color model

#3A644C color RGB value is (58,100,76).

RGB: (58,100,76) (23%, 39%, 30%)

RGB channels and saturation

R 58 of 255 = 23%
G 100 of 255 = 39%
B 76 of 255 = 30%

58
100
76

R + G + B ~ 31%. #3A644C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 100 + 76 = 234 (100%)
R 58 of 234 ~ 24.79%
G 100 of 234 ~ 42.74%
B 76 of 234 ~ 32.48'%

%24.79
%42.74
%32.48

CMYK color model

#3A644C color CMYK value is (42,0,24,61).

  • cyan value is 42.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 60.78%

CMYK: (42,0,24,61)
C42M0Y24K61 (42%, 0%, 24%, 61%)
(0.42 / 0.00 / 0.24 / 0.61)

CMYK percentages

%42
%0
%24
%60.78

Codes

Color #3A644C in popluar color models

3A 64 4C
RGB 58 100 76
HSL 146° 26.58% 30.98%
HSB/HSV 146° 42.00% 39.22%
CMYK 42.00% 0.00% 24.00%
60.78%

Color #3A644C in popluar number systems.

HEX 3A 64 4C
Decimal 58 100 76
Binary 111010 1100100 1001100
Octal 72 144 114

Shades and tints

Shades of #3A644C

#3A644C
(58,100,76)
#355B46
(53,91,70)
#305240
(48,82,64)
#2B493A
(43,73,58)
#264034
(38,64,52)
#21372E
(33,55,46)
#1C2E28
(28,46,40)
#172522
(23,37,34)
#121C1C
(18,28,28)
#0D1316
(13,19,22)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #3A644C

#3A644C
(58,100,76)
#4B725C
(75,114,92)
#5C806C
(92,128,108)
#6D8E7C
(109,142,124)
#7E9C8C
(126,156,140)
#8FAA9C
(143,170,156)
#A0B8AC
(160,184,172)
#B1C6BC
(177,198,188)
#C2D4CC
(194,212,204)
#D3E2DC
(211,226,220)
#E4F0EC
(228,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A644C color. Also use rgb(58,100,76) instead hex code.

Text Font Color

.myTextColor { color: #3A644C; }

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

This text font color is #3A644C.

Background Color

.myBgColor { background-color: #3A644C; }

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

This div background color is #3A644C.

Border color

.myBorderColor { border: 1px solid #3A644C; }

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

This div border color is #3A644C.

Opacity

.myOpacity80 { color: #3A644C; opacity: 0.8; }

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

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

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

This text has shadow with #3A644C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A644C.

Preview

Color preview on black background

This text has color #3A644C on black background.


Color preview on white background

This text has color #3A644C on white background.


Black color preview on #3A644C background

This text has black color on #3A644C background.


White color preview on #3A644C background

This text has white color on #3A644C background.


Related colors

Complementary color

Complementary color for #hex is #C59BB3.


I love getcolorcode.com

Triadic colors

1 #4C3A64 and #644C3A with #3A644C are triadic colors.

2 #4C643A and #643A4C with #3A644C are triadic colors.