COLOR #3A735A

HEX: #3A735A
RGB: (58,115,90)

Color info

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

RGB color model

#3A735A color RGB value is (58,115,90).

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

RGB channels and saturation

R 58 of 255 = 23%
G 115 of 255 = 45%
B 90 of 255 = 35%

58
115
90

R + G + B ~ 34%. #3A735A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 115 + 90 = 263 (100%)
R 58 of 263 ~ 22.05%
G 115 of 263 ~ 43.73%
B 90 of 263 ~ 34.22%

%22.05
%43.73
%34.22

CMYK color model

#3A735A color CMYK value is (50,0,22,55).

  • cyan value is 49.57%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 54.90%
CMYK:
(50,0,22,55)
C50M0Y22K55 
(50%,0%,22%,55%)
(0.50/0.00/0.22/0.55)	

CMYK percentages

%49.57
%0
%21.74
%54.9

Codes

Color #3A735A in popluar color models

3A735A
RGB5811590
HSL154°32.95%33.92%
HSB/HSV154°49.57%45.10%
CMYK49.57%0.00%21.74%
54.90%

Color #3A735A in popluar number systems.

HEX3A735A
Decimal5811590
Binary11101011100111011010
Octal72163132

Shades and tints

Shades of #3A735A

#3A735A
(58,115,90)
#356952
(53,105,82)
#305F4A
(48,95,74)
#2B5542
(43,85,66)
#264B3A
(38,75,58)
#214132
(33,65,50)
#1C372A
(28,55,42)
#172D22
(23,45,34)
#12231A
(18,35,26)
#0D1912
(13,25,18)
#080F0A
(8,15,10)
#000000
(0,0,0)

Tints of #3A735A

#3A735A
(58,115,90)
#4B7F69
(75,127,105)
#5C8B78
(92,139,120)
#6D9787
(109,151,135)
#7EA396
(126,163,150)
#8FAFA5
(143,175,165)
#A0BBB4
(160,187,180)
#B1C7C3
(177,199,195)
#C2D3D2
(194,211,210)
#D3DFE1
(211,223,225)
#E4EBF0
(228,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A735A; }

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

This text font color is #3A735A.


Background Color

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

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

This div background color is #3A735A.


Border color

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

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

This div border color is #3A735A.


Opacity

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

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

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

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

This text has shadow with #3A735A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A735A on black background.


Color preview on white background

This text has color #3A735A on white background.



Black color preview on #3A735A background

This text has black color on #3A735A background.


White color preview on #3A735A background

This text has white color on #3A735A background.