COLOR #3A655A

HEX: #3A655A
RGB: (58,101,90)

Color info

#3A655A contains red, green and blue colors in about the same proportion. Web safe color of #3A655A is #336666 (or #366).

RGB color model

#3A655A color RGB value is (58,101,90).

  • red value is 58;
  • green value is 101;
  • blue value is 90.
RGB:
(58,101,90)
(23%,40%,35%)

RGB channels and saturation

R 58 of 255 = 23%
G 101 of 255 = 40%
B 90 of 255 = 35%

58
101
90

R + G + B ~ 33%. #3A655A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 101 + 90 = 249 (100%)
R 58 of 249 ~ 23.29%
G 101 of 249 ~ 40.56%
B 90 of 249 ~ 36.14%

%23.29
%40.56
%36.14

CMYK color model

#3A655A color CMYK value is (43,0,11,60).

  • cyan value is 42.57%
  • magenta value is 0.00%
  • yellow value is 10.89%
  • key color value is 60.39%
CMYK:
(43,0,11,60)
C43M0Y11K60 
(43%,0%,11%,60%)
(0.43/0.00/0.11/0.60)	

CMYK percentages

%42.57
%0
%10.89
%60.39

Codes

Color #3A655A in popluar color models

3A655A
RGB5810190
HSL165°27.04%31.18%
HSB/HSV165°42.57%39.61%
CMYK42.57%0.00%10.89%
60.39%

Color #3A655A in popluar number systems.

HEX3A655A
Decimal5810190
Binary11101011001011011010
Octal72145132

Shades and tints

Shades of #3A655A

#3A655A
(58,101,90)
#355C52
(53,92,82)
#30534A
(48,83,74)
#2B4A42
(43,74,66)
#26413A
(38,65,58)
#213832
(33,56,50)
#1C2F2A
(28,47,42)
#172622
(23,38,34)
#121D1A
(18,29,26)
#0D1412
(13,20,18)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #3A655A

#3A655A
(58,101,90)
#4B7369
(75,115,105)
#5C8178
(92,129,120)
#6D8F87
(109,143,135)
#7E9D96
(126,157,150)
#8FABA5
(143,171,165)
#A0B9B4
(160,185,180)
#B1C7C3
(177,199,195)
#C2D5D2
(194,213,210)
#D3E3E1
(211,227,225)
#E4F1F0
(228,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A655A color. Also use rgb(58,101,90) instead hex code.

Text Font Color

.myTextColor { color: #3A655A; }

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

This text font color is #3A655A.


Background Color

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

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

This div background color is #3A655A.


Border color

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

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

This div border color is #3A655A.


Opacity

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

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

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

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

This text has shadow with #3A655A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A655A on black background.


Color preview on white background

This text has color #3A655A on white background.



Black color preview on #3A655A background

This text has black color on #3A655A background.


White color preview on #3A655A background

This text has white color on #3A655A background.