COLOR #3A7361

HEX: #3A7361
RGB: (58,115,97)

Color info

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

RGB color model

#3A7361 color RGB value is (58,115,97).

  • red value is 58;
  • green value is 115;
  • blue value is 97.
RGB:
(58,115,97)
(23%,45%,38%)

RGB channels and saturation

R 58 of 255 = 23%
G 115 of 255 = 45%
B 97 of 255 = 38%

58
115
97

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

Portions of RGB colors in percentages

R + G + B =
58 + 115 + 97 = 270 (100%)
R 58 of 270 ~ 21.48%
G 115 of 270 ~ 42.59%
B 97 of 270 ~ 35.93%

%21.48
%42.59
%35.93

CMYK color model

#3A7361 color CMYK value is (50,0,16,55).

  • cyan value is 49.57%
  • magenta value is 0.00%
  • yellow value is 15.65%
  • key color value is 54.90%
CMYK:
(50,0,16,55)
C50M0Y16K55 
(50%,0%,16%,55%)
(0.50/0.00/0.16/0.55)	

CMYK percentages

%49.57
%0
%15.65
%54.9

Codes

Color #3A7361 in popluar color models

3A7361
RGB5811597
HSL161°32.95%33.92%
HSB/HSV161°49.57%45.10%
CMYK49.57%0.00%15.65%
54.90%

Color #3A7361 in popluar number systems.

HEX3A7361
Decimal5811597
Binary11101011100111100001
Octal72163141

Shades and tints

Shades of #3A7361

#3A7361
(58,115,97)
#356959
(53,105,89)
#305F51
(48,95,81)
#2B5549
(43,85,73)
#264B41
(38,75,65)
#214139
(33,65,57)
#1C3731
(28,55,49)
#172D29
(23,45,41)
#122321
(18,35,33)
#0D1919
(13,25,25)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #3A7361

#3A7361
(58,115,97)
#4B7F6F
(75,127,111)
#5C8B7D
(92,139,125)
#6D978B
(109,151,139)
#7EA399
(126,163,153)
#8FAFA7
(143,175,167)
#A0BBB5
(160,187,181)
#B1C7C3
(177,199,195)
#C2D3D1
(194,211,209)
#D3DFDF
(211,223,223)
#E4EBED
(228,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7361 color. Also use rgb(58,115,97) instead hex code.

Text Font Color

.myTextColor { color: #3A7361; }

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

This text font color is #3A7361.


Background Color

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

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

This div background color is #3A7361.


Border color

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

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

This div border color is #3A7361.


Opacity

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

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

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

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

This text has shadow with #3A7361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7361 on black background.


Color preview on white background

This text has color #3A7361 on white background.



Black color preview on #3A7361 background

This text has black color on #3A7361 background.


White color preview on #3A7361 background

This text has white color on #3A7361 background.