COLOR #3A7651

HEX: #3A7651
RGB: (58,118,81)

Color info

#3A7651 contains mainly green and blue colors. Web safe color of #3A7651 is #336666 (or #366).

RGB color model

#3A7651 color RGB value is (58,118,81).

  • red value is 58;
  • green value is 118;
  • blue value is 81.
RGB:
(58,118,81)
(23%,46%,32%)

RGB channels and saturation

R 58 of 255 = 23%
G 118 of 255 = 46%
B 81 of 255 = 32%

58
118
81

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

Portions of RGB colors in percentages

R + G + B =
58 + 118 + 81 = 257 (100%)
R 58 of 257 ~ 22.57%
G 118 of 257 ~ 45.91%
B 81 of 257 ~ 31.52%

%22.57
%45.91
%31.52

CMYK color model

#3A7651 color CMYK value is (51,0,31,54).

  • cyan value is 50.85%
  • magenta value is 0.00%
  • yellow value is 31.36%
  • key color value is 53.73%
CMYK:
(51,0,31,54)
C51M0Y31K54 
(51%,0%,31%,54%)
(0.51/0.00/0.31/0.54)	

CMYK percentages

%50.85
%0
%31.36
%53.73

Codes

Color #3A7651 in popluar color models

3A7651
RGB5811881
HSL143°34.09%34.51%
HSB/HSV143°50.85%46.27%
CMYK50.85%0.00%31.36%
53.73%

Color #3A7651 in popluar number systems.

HEX3A7651
Decimal5811881
Binary11101011101101010001
Octal72166121

Shades and tints

Shades of #3A7651

#3A7651
(58,118,81)
#356C4A
(53,108,74)
#306243
(48,98,67)
#2B583C
(43,88,60)
#264E35
(38,78,53)
#21442E
(33,68,46)
#1C3A27
(28,58,39)
#173020
(23,48,32)
#122619
(18,38,25)
#0D1C12
(13,28,18)
#08120B
(8,18,11)
#000000
(0,0,0)

Tints of #3A7651

#3A7651
(58,118,81)
#4B8260
(75,130,96)
#5C8E6F
(92,142,111)
#6D9A7E
(109,154,126)
#7EA68D
(126,166,141)
#8FB29C
(143,178,156)
#A0BEAB
(160,190,171)
#B1CABA
(177,202,186)
#C2D6C9
(194,214,201)
#D3E2D8
(211,226,216)
#E4EEE7
(228,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7651 color. Also use rgb(58,118,81) instead hex code.

Text Font Color

.myTextColor { color: #3A7651; }

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

This text font color is #3A7651.


Background Color

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

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

This div background color is #3A7651.


Border color

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

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

This div border color is #3A7651.


Opacity

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

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

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

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

This text has shadow with #3A7651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7651 on black background.


Color preview on white background

This text has color #3A7651 on white background.



Black color preview on #3A7651 background

This text has black color on #3A7651 background.


White color preview on #3A7651 background

This text has white color on #3A7651 background.