COLOR #3C4B02

HEX: #3C4B02 RGB: (60,75,2)

Color info

#3C4B02 contains mainly red and green colors. Web safe color of #3C4B02 is #333300 (or #330).

RGB color model

#3C4B02 color RGB value is (60,75,2).

RGB: (60,75,2) (24%, 29%, 1%)

RGB channels and saturation

R 60 of 255 = 24%
G 75 of 255 = 29%
B 2 of 255 = 1%

60
75
2

R + G + B ~ 18%. #3C4B02 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 75 + 2 = 137 (100%)
R 60 of 137 ~ 43.8%
G 75 of 137 ~ 54.74%
B 2 of 137 ~ 1.46'%

%43.8
%54.74

CMYK color model

#3C4B02 color CMYK value is (20,0,97,71).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 97.33%
  • key color value is 70.59%

CMYK: (20,0,97,71)
C20M0Y97K71 (20%, 0%, 97%, 71%)
(0.20 / 0.00 / 0.97 / 0.71)

CMYK percentages

%20
%0
%97.33
%70.59

Codes

Color #3C4B02 in popluar color models

3C 4B 02
RGB 60 75 2
HSL 72° 94.81% 15.10%
HSB/HSV 72° 97.33% 29.41%
CMYK 20.00% 0.00% 97.33%
70.59%

Color #3C4B02 in popluar number systems.

HEX 3C 4B 02
Decimal 60 75 2
Binary 111100 1001011 10
Octal 74 113 2

Shades and tints

Shades of #3C4B02

#3C4B02
(60,75,2)
#374502
(55,69,2)
#323F02
(50,63,2)
#2D3902
(45,57,2)
#283302
(40,51,2)
#232D02
(35,45,2)
#1E2702
(30,39,2)
#192102
(25,33,2)
#141B02
(20,27,2)
#0F1502
(15,21,2)
#0A0F02
(10,15,2)
#000000
(0,0,0)

Tints of #3C4B02

#3C4B02
(60,75,2)
#4D5B19
(77,91,25)
#5E6B30
(94,107,48)
#6F7B47
(111,123,71)
#808B5E
(128,139,94)
#919B75
(145,155,117)
#A2AB8C
(162,171,140)
#B3BBA3
(179,187,163)
#C4CBBA
(196,203,186)
#D5DBD1
(213,219,209)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4B02 color. Also use rgb(60,75,2) instead hex code.

Text Font Color

.myTextColor { color: #3C4B02; }

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

This text font color is #3C4B02.

Background Color

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

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

This div background color is #3C4B02.

Border color

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

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

This div border color is #3C4B02.

Opacity

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

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

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

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

This text has shadow with #3C4B02 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4B02.

Preview

Color preview on black background

This text has color #3C4B02 on black background.


Color preview on white background

This text has color #3C4B02 on white background.


Black color preview on #3C4B02 background

This text has black color on #3C4B02 background.


White color preview on #3C4B02 background

This text has white color on #3C4B02 background.


Related colors

Complementary color

Complementary color for #hex is #C3B4FD.


I love getcolorcode.com

Triadic colors

1 #023C4B and #4B023C with #3C4B02 are triadic colors.

2 #024B3C and #4B3C02 with #3C4B02 are triadic colors.