COLOR #3A7775

HEX: #3A7775
RGB: (58,119,117)

Color info

#3A7775 contains mainly green and blue colors. Web safe color of #3A7775 is #336666 (or #366).

RGB color model

#3A7775 color RGB value is (58,119,117).

  • red value is 58;
  • green value is 119;
  • blue value is 117.
RGB:
(58,119,117)
(23%,47%,46%)

RGB channels and saturation

R 58 of 255 = 23%
G 119 of 255 = 47%
B 117 of 255 = 46%

58
119
117

R + G + B ~ 39%. #3A7775 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 119 + 117 = 294 (100%)
R 58 of 294 ~ 19.73%
G 119 of 294 ~ 40.48%
B 117 of 294 ~ 39.8%

%19.73
%40.48
%39.8

CMYK color model

#3A7775 color CMYK value is (51,0,2,53).

  • cyan value is 51.26%
  • magenta value is 0.00%
  • yellow value is 1.68%
  • key color value is 53.33%
CMYK:
(51,0,2,53)
C51M0Y2K53 
(51%,0%,2%,53%)
(0.51/0.00/0.02/0.53)	

CMYK percentages

%51.26
%0
%1.68
%53.33

Codes

Color #3A7775 in popluar color models

3A7775
RGB58119117
HSL178°34.46%34.71%
HSB/HSV178°51.26%46.67%
CMYK51.26%0.00%1.68%
53.33%

Color #3A7775 in popluar number systems.

HEX3A7775
Decimal58119117
Binary11101011101111110101
Octal72167165

Shades and tints

Shades of #3A7775

#3A7775
(58,119,117)
#356D6B
(53,109,107)
#306361
(48,99,97)
#2B5957
(43,89,87)
#264F4D
(38,79,77)
#214543
(33,69,67)
#1C3B39
(28,59,57)
#17312F
(23,49,47)
#122725
(18,39,37)
#0D1D1B
(13,29,27)
#081311
(8,19,17)
#000000
(0,0,0)

Tints of #3A7775

#3A7775
(58,119,117)
#4B8381
(75,131,129)
#5C8F8D
(92,143,141)
#6D9B99
(109,155,153)
#7EA7A5
(126,167,165)
#8FB3B1
(143,179,177)
#A0BFBD
(160,191,189)
#B1CBC9
(177,203,201)
#C2D7D5
(194,215,213)
#D3E3E1
(211,227,225)
#E4EFED
(228,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7775 color. Also use rgb(58,119,117) instead hex code.

Text Font Color

.myTextColor { color: #3A7775; }

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

This text font color is #3A7775.


Background Color

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

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

This div background color is #3A7775.


Border color

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

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

This div border color is #3A7775.


Opacity

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

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

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

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

This text has shadow with #3A7775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7775 on black background.


Color preview on white background

This text has color #3A7775 on white background.



Black color preview on #3A7775 background

This text has black color on #3A7775 background.


White color preview on #3A7775 background

This text has white color on #3A7775 background.