COLOR #3A714B

HEX: #3A714B
RGB: (58,113,75)

Color info

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

RGB color model

#3A714B color RGB value is (58,113,75).

  • red value is 58;
  • green value is 113;
  • blue value is 75.
RGB:
(58,113,75)
(23%,44%,29%)

RGB channels and saturation

R 58 of 255 = 23%
G 113 of 255 = 44%
B 75 of 255 = 29%

58
113
75

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

Portions of RGB colors in percentages

R + G + B =
58 + 113 + 75 = 246 (100%)
R 58 of 246 ~ 23.58%
G 113 of 246 ~ 45.93%
B 75 of 246 ~ 30.49%

%23.58
%45.93
%30.49

CMYK color model

#3A714B color CMYK value is (49,0,34,56).

  • cyan value is 48.67%
  • magenta value is 0.00%
  • yellow value is 33.63%
  • key color value is 55.69%
CMYK:
(49,0,34,56)
C49M0Y34K56 
(49%,0%,34%,56%)
(0.49/0.00/0.34/0.56)	

CMYK percentages

%48.67
%0
%33.63
%55.69

Codes

Color #3A714B in popluar color models

3A714B
RGB5811375
HSL139°32.16%33.53%
HSB/HSV139°48.67%44.31%
CMYK48.67%0.00%33.63%
55.69%

Color #3A714B in popluar number systems.

HEX3A714B
Decimal5811375
Binary11101011100011001011
Octal72161113

Shades and tints

Shades of #3A714B

#3A714B
(58,113,75)
#356745
(53,103,69)
#305D3F
(48,93,63)
#2B5339
(43,83,57)
#264933
(38,73,51)
#213F2D
(33,63,45)
#1C3527
(28,53,39)
#172B21
(23,43,33)
#12211B
(18,33,27)
#0D1715
(13,23,21)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #3A714B

#3A714B
(58,113,75)
#4B7D5B
(75,125,91)
#5C896B
(92,137,107)
#6D957B
(109,149,123)
#7EA18B
(126,161,139)
#8FAD9B
(143,173,155)
#A0B9AB
(160,185,171)
#B1C5BB
(177,197,187)
#C2D1CB
(194,209,203)
#D3DDDB
(211,221,219)
#E4E9EB
(228,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A714B color. Also use rgb(58,113,75) instead hex code.

Text Font Color

.myTextColor { color: #3A714B; }

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

This text font color is #3A714B.


Background Color

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

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

This div background color is #3A714B.


Border color

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

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

This div border color is #3A714B.


Opacity

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

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

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

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

This text has shadow with #3A714B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A714B on black background.


Color preview on white background

This text has color #3A714B on white background.



Black color preview on #3A714B background

This text has black color on #3A714B background.


White color preview on #3A714B background

This text has white color on #3A714B background.