COLOR #3A693D

HEX: #3A693D
RGB: (58,105,61)

Color info

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

RGB color model

#3A693D color RGB value is (58,105,61).

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

RGB channels and saturation

R 58 of 255 = 23%
G 105 of 255 = 41%
B 61 of 255 = 24%

58
105
61

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

Portions of RGB colors in percentages

R + G + B =
58 + 105 + 61 = 224 (100%)
R 58 of 224 ~ 25.89%
G 105 of 224 ~ 46.88%
B 61 of 224 ~ 27.23%

%25.89
%46.88
%27.23

CMYK color model

#3A693D color CMYK value is (45,0,42,59).

  • cyan value is 44.76%
  • magenta value is 0.00%
  • yellow value is 41.90%
  • key color value is 58.82%
CMYK:
(45,0,42,59)
C45M0Y42K59 
(45%,0%,42%,59%)
(0.45/0.00/0.42/0.59)	

CMYK percentages

%44.76
%0
%41.9
%58.82

Codes

Color #3A693D in popluar color models

3A693D
RGB5810561
HSL124°28.83%31.96%
HSB/HSV124°44.76%41.18%
CMYK44.76%0.00%41.90%
58.82%

Color #3A693D in popluar number systems.

HEX3A693D
Decimal5810561
Binary1110101101001111101
Octal7215175

Shades and tints

Shades of #3A693D

#3A693D
(58,105,61)
#356038
(53,96,56)
#305733
(48,87,51)
#2B4E2E
(43,78,46)
#264529
(38,69,41)
#213C24
(33,60,36)
#1C331F
(28,51,31)
#172A1A
(23,42,26)
#122115
(18,33,21)
#0D1810
(13,24,16)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #3A693D

#3A693D
(58,105,61)
#4B764E
(75,118,78)
#5C835F
(92,131,95)
#6D9070
(109,144,112)
#7E9D81
(126,157,129)
#8FAA92
(143,170,146)
#A0B7A3
(160,183,163)
#B1C4B4
(177,196,180)
#C2D1C5
(194,209,197)
#D3DED6
(211,222,214)
#E4EBE7
(228,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A693D; }

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

This text font color is #3A693D.


Background Color

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

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

This div background color is #3A693D.


Border color

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

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

This div border color is #3A693D.


Opacity

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

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

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

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

This text has shadow with #3A693D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A693D on black background.


Color preview on white background

This text has color #3A693D on white background.



Black color preview on #3A693D background

This text has black color on #3A693D background.


White color preview on #3A693D background

This text has white color on #3A693D background.