COLOR #3A663D

HEX: #3A663D
RGB: (58,102,61)

Color info

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

RGB color model

#3A663D color RGB value is (58,102,61).

  • red value is 58;
  • green value is 102;
  • blue value is 61.
RGB:
(58,102,61)
(23%,40%,24%)

RGB channels and saturation

R 58 of 255 = 23%
G 102 of 255 = 40%
B 61 of 255 = 24%

58
102
61

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

Portions of RGB colors in percentages

R + G + B =
58 + 102 + 61 = 221 (100%)
R 58 of 221 ~ 26.24%
G 102 of 221 ~ 46.15%
B 61 of 221 ~ 27.6%

%26.24
%46.15
%27.6

CMYK color model

#3A663D color CMYK value is (43,0,40,60).

  • cyan value is 43.14%
  • magenta value is 0.00%
  • yellow value is 40.20%
  • key color value is 60.00%
CMYK:
(43,0,40,60)
C43M0Y40K60 
(43%,0%,40%,60%)
(0.43/0.00/0.40/0.60)	

CMYK percentages

%43.14
%0
%40.2
%60

Codes

Color #3A663D in popluar color models

3A663D
RGB5810261
HSL124°27.50%31.37%
HSB/HSV124°43.14%40.00%
CMYK43.14%0.00%40.20%
60.00%

Color #3A663D in popluar number systems.

HEX3A663D
Decimal5810261
Binary1110101100110111101
Octal7214675

Shades and tints

Shades of #3A663D

#3A663D
(58,102,61)
#355D38
(53,93,56)
#305433
(48,84,51)
#2B4B2E
(43,75,46)
#264229
(38,66,41)
#213924
(33,57,36)
#1C301F
(28,48,31)
#17271A
(23,39,26)
#121E15
(18,30,21)
#0D1510
(13,21,16)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #3A663D

#3A663D
(58,102,61)
#4B734E
(75,115,78)
#5C805F
(92,128,95)
#6D8D70
(109,141,112)
#7E9A81
(126,154,129)
#8FA792
(143,167,146)
#A0B4A3
(160,180,163)
#B1C1B4
(177,193,180)
#C2CEC5
(194,206,197)
#D3DBD6
(211,219,214)
#E4E8E7
(228,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A663D color. Also use rgb(58,102,61) instead hex code.

Text Font Color

.myTextColor { color: #3A663D; }

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

This text font color is #3A663D.


Background Color

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

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

This div background color is #3A663D.


Border color

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

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

This div border color is #3A663D.


Opacity

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

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

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

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

This text has shadow with #3A663D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A663D on black background.


Color preview on white background

This text has color #3A663D on white background.



Black color preview on #3A663D background

This text has black color on #3A663D background.


White color preview on #3A663D background

This text has white color on #3A663D background.