COLOR #3A6753

HEX: #3A6753
RGB: (58,103,83)

Color info

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

RGB color model

#3A6753 color RGB value is (58,103,83).

  • red value is 58;
  • green value is 103;
  • blue value is 83.
RGB:
(58,103,83)
(23%,40%,33%)

RGB channels and saturation

R 58 of 255 = 23%
G 103 of 255 = 40%
B 83 of 255 = 33%

58
103
83

R + G + B ~ 32%. #3A6753 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 103 + 83 = 244 (100%)
R 58 of 244 ~ 23.77%
G 103 of 244 ~ 42.21%
B 83 of 244 ~ 34.02%

%23.77
%42.21
%34.02

CMYK color model

#3A6753 color CMYK value is (44,0,19,60).

  • cyan value is 43.69%
  • magenta value is 0.00%
  • yellow value is 19.42%
  • key color value is 59.61%
CMYK:
(44,0,19,60)
C44M0Y19K60 
(44%,0%,19%,60%)
(0.44/0.00/0.19/0.60)	

CMYK percentages

%43.69
%0
%19.42
%59.61

Codes

Color #3A6753 in popluar color models

3A6753
RGB5810383
HSL153°27.95%31.57%
HSB/HSV153°43.69%40.39%
CMYK43.69%0.00%19.42%
59.61%

Color #3A6753 in popluar number systems.

HEX3A6753
Decimal5810383
Binary11101011001111010011
Octal72147123

Shades and tints

Shades of #3A6753

#3A6753
(58,103,83)
#355E4C
(53,94,76)
#305545
(48,85,69)
#2B4C3E
(43,76,62)
#264337
(38,67,55)
#213A30
(33,58,48)
#1C3129
(28,49,41)
#172822
(23,40,34)
#121F1B
(18,31,27)
#0D1614
(13,22,20)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #3A6753

#3A6753
(58,103,83)
#4B7462
(75,116,98)
#5C8171
(92,129,113)
#6D8E80
(109,142,128)
#7E9B8F
(126,155,143)
#8FA89E
(143,168,158)
#A0B5AD
(160,181,173)
#B1C2BC
(177,194,188)
#C2CFCB
(194,207,203)
#D3DCDA
(211,220,218)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6753 color. Also use rgb(58,103,83) instead hex code.

Text Font Color

.myTextColor { color: #3A6753; }

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

This text font color is #3A6753.


Background Color

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

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

This div background color is #3A6753.


Border color

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

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

This div border color is #3A6753.


Opacity

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

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

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

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

This text has shadow with #3A6753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6753 on black background.


Color preview on white background

This text has color #3A6753 on white background.



Black color preview on #3A6753 background

This text has black color on #3A6753 background.


White color preview on #3A6753 background

This text has white color on #3A6753 background.