COLOR #3A6F3B

HEX: #3A6F3B RGB: (58,111,59)

Color info

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

RGB color model

#3A6F3B color RGB value is (58,111,59).

RGB: (58,111,59) (23%, 44%, 23%)

RGB channels and saturation

R 58 of 255 = 23%
G 111 of 255 = 44%
B 59 of 255 = 23%

58
111
59

R + G + B ~ 30%. #3A6F3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 111 + 59 = 228 (100%)
R 58 of 228 ~ 25.44%
G 111 of 228 ~ 48.68%
B 59 of 228 ~ 25.88'%

%25.44
%48.68
%25.88

CMYK color model

#3A6F3B color CMYK value is (48,0,47,56).

  • cyan value is 47.75%
  • magenta value is 0.00%
  • yellow value is 46.85%
  • key color value is 56.47%

CMYK: (48,0,47,56)
C48M0Y47K56 (48%, 0%, 47%, 56%)
(0.48 / 0.00 / 0.47 / 0.56)

CMYK percentages

%47.75
%0
%46.85
%56.47

Codes

Color #3A6F3B in popluar color models

3A 6F 3B
RGB 58 111 59
HSL 121° 31.36% 33.14%
HSB/HSV 121° 47.75% 43.53%
CMYK 47.75% 0.00% 46.85%
56.47%

Color #3A6F3B in popluar number systems.

HEX 3A 6F 3B
Decimal 58 111 59
Binary 111010 1101111 111011
Octal 72 157 73

Shades and tints

Shades of #3A6F3B

#3A6F3B
(58,111,59)
#356536
(53,101,54)
#305B31
(48,91,49)
#2B512C
(43,81,44)
#264727
(38,71,39)
#213D22
(33,61,34)
#1C331D
(28,51,29)
#172918
(23,41,24)
#121F13
(18,31,19)
#0D150E
(13,21,14)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #3A6F3B

#3A6F3B
(58,111,59)
#4B7C4C
(75,124,76)
#5C895D
(92,137,93)
#6D966E
(109,150,110)
#7EA37F
(126,163,127)
#8FB090
(143,176,144)
#A0BDA1
(160,189,161)
#B1CAB2
(177,202,178)
#C2D7C3
(194,215,195)
#D3E4D4
(211,228,212)
#E4F1E5
(228,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6F3B color. Also use rgb(58,111,59) instead hex code.

Text Font Color

.myTextColor { color: #3A6F3B; }

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

This text font color is #3A6F3B.

Background Color

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

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

This div background color is #3A6F3B.

Border color

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

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

This div border color is #3A6F3B.

Opacity

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

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

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

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

This text has shadow with #3A6F3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A6F3B.

Preview

Color preview on black background

This text has color #3A6F3B on black background.


Color preview on white background

This text has color #3A6F3B on white background.


Black color preview on #3A6F3B background

This text has black color on #3A6F3B background.


White color preview on #3A6F3B background

This text has white color on #3A6F3B background.


Related colors

Complementary color

Complementary color for #hex is #C590C4.


I love getcolorcode.com

Triadic colors

1 #3B3A6F and #6F3B3A with #3A6F3B are triadic colors.

2 #3B6F3A and #6F3A3B with #3A6F3B are triadic colors.