COLOR #3A613F

HEX: #3A613F
RGB: (58,97,63)

Color info

#3A613F contains red, green and blue colors in about the same proportion. Web safe color of #3A613F is #336633 (or #363).

RGB color model

#3A613F color RGB value is (58,97,63).

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

RGB channels and saturation

R 58 of 255 = 23%
G 97 of 255 = 38%
B 63 of 255 = 25%

58
97
63

R + G + B ~ 29%. #3A613F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 97 + 63 = 218 (100%)
R 58 of 218 ~ 26.61%
G 97 of 218 ~ 44.5%
B 63 of 218 ~ 28.9%

%26.61
%44.5
%28.9

CMYK color model

#3A613F color CMYK value is (40,0,35,62).

  • cyan value is 40.21%
  • magenta value is 0.00%
  • yellow value is 35.05%
  • key color value is 61.96%
CMYK:
(40,0,35,62)
C40M0Y35K62 
(40%,0%,35%,62%)
(0.40/0.00/0.35/0.62)	

CMYK percentages

%40.21
%0
%35.05
%61.96

Codes

Color #3A613F in popluar color models

3A613F
RGB589763
HSL128°25.16%30.39%
HSB/HSV128°40.21%38.04%
CMYK40.21%0.00%35.05%
61.96%

Color #3A613F in popluar number systems.

HEX3A613F
Decimal589763
Binary1110101100001111111
Octal7214177

Shades and tints

Shades of #3A613F

#3A613F
(58,97,63)
#35593A
(53,89,58)
#305135
(48,81,53)
#2B4930
(43,73,48)
#26412B
(38,65,43)
#213926
(33,57,38)
#1C3121
(28,49,33)
#17291C
(23,41,28)
#122117
(18,33,23)
#0D1912
(13,25,18)
#08110D
(8,17,13)
#000000
(0,0,0)

Tints of #3A613F

#3A613F
(58,97,63)
#4B6F50
(75,111,80)
#5C7D61
(92,125,97)
#6D8B72
(109,139,114)
#7E9983
(126,153,131)
#8FA794
(143,167,148)
#A0B5A5
(160,181,165)
#B1C3B6
(177,195,182)
#C2D1C7
(194,209,199)
#D3DFD8
(211,223,216)
#E4EDE9
(228,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A613F; }

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

This text font color is #3A613F.


Background Color

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

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

This div background color is #3A613F.


Border color

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

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

This div border color is #3A613F.


Opacity

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

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

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

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

This text has shadow with #3A613F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A613F on black background.


Color preview on white background

This text has color #3A613F on white background.



Black color preview on #3A613F background

This text has black color on #3A613F background.


White color preview on #3A613F background

This text has white color on #3A613F background.