COLOR #3A6869

HEX: #3A6869 RGB: (58,104,105)

Color info

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

RGB color model

#3A6869 color RGB value is (58,104,105).

RGB: (58,104,105) (23%, 41%, 41%)

RGB channels and saturation

R 58 of 255 = 23%
G 104 of 255 = 41%
B 105 of 255 = 41%

58
104
105

R + G + B ~ 35%. #3A6869 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 104 + 105 = 267 (100%)
R 58 of 267 ~ 21.72%
G 104 of 267 ~ 38.95%
B 105 of 267 ~ 39.33'%

%21.72
%38.95
%39.33

CMYK color model

#3A6869 color CMYK value is (45,1,0,59).

  • cyan value is 44.76%
  • magenta value is 0.95%
  • yellow value is 0.00%
  • key color value is 58.82%

CMYK: (45,1,0,59)
C45M1Y0K59 (45%, 1%, 0%, 59%)
(0.45 / 0.01 / 0.00 / 0.59)

CMYK percentages

%44.76
%0.95
%0
%58.82

Codes

Color #3A6869 in popluar color models

3A 68 69
RGB 58 104 105
HSL 181° 28.83% 31.96%
HSB/HSV 181° 44.76% 41.18%
CMYK 44.76% 0.95% 0.00%
58.82%

Color #3A6869 in popluar number systems.

HEX 3A 68 69
Decimal 58 104 105
Binary 111010 1101000 1101001
Octal 72 150 151

Shades and tints

Shades of #3A6869

#3A6869
(58,104,105)
#355F60
(53,95,96)
#305657
(48,86,87)
#2B4D4E
(43,77,78)
#264445
(38,68,69)
#213B3C
(33,59,60)
#1C3233
(28,50,51)
#17292A
(23,41,42)
#122021
(18,32,33)
#0D1718
(13,23,24)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #3A6869

#3A6869
(58,104,105)
#4B7576
(75,117,118)
#5C8283
(92,130,131)
#6D8F90
(109,143,144)
#7E9C9D
(126,156,157)
#8FA9AA
(143,169,170)
#A0B6B7
(160,182,183)
#B1C3C4
(177,195,196)
#C2D0D1
(194,208,209)
#D3DDDE
(211,221,222)
#E4EAEB
(228,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6869 color. Also use rgb(58,104,105) instead hex code.

Text Font Color

.myTextColor { color: #3A6869; }

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

This text font color is #3A6869.

Background Color

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

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

This div background color is #3A6869.

Border color

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

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

This div border color is #3A6869.

Opacity

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

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

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

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

This text has shadow with #3A6869 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A6869.

Preview

Color preview on black background

This text has color #3A6869 on black background.


Color preview on white background

This text has color #3A6869 on white background.


Black color preview on #3A6869 background

This text has black color on #3A6869 background.


White color preview on #3A6869 background

This text has white color on #3A6869 background.


Related colors

Complementary color

Complementary color for #hex is #C59796.


I love getcolorcode.com

Triadic colors

1 #693A68 and #68693A with #3A6869 are triadic colors.

2 #69683A and #683A69 with #3A6869 are triadic colors.