COLOR #3C530B

HEX: #3C530B RGB: (60,83,11)

Color info

#3C530B contains mainly red and green colors. Web safe color of #3C530B is #336600 (or #360).

RGB color model

#3C530B color RGB value is (60,83,11).

RGB: (60,83,11) (24%, 33%, 4%)

RGB channels and saturation

R 60 of 255 = 24%
G 83 of 255 = 33%
B 11 of 255 = 4%

60
83
11

R + G + B ~ 20%. #3C530B is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 83 + 11 = 154 (100%)
R 60 of 154 ~ 38.96%
G 83 of 154 ~ 53.9%
B 11 of 154 ~ 7.14'%

%38.96
%53.9

CMYK color model

#3C530B color CMYK value is (28,0,87,67).

  • cyan value is 27.71%
  • magenta value is 0.00%
  • yellow value is 86.75%
  • key color value is 67.45%

CMYK: (28,0,87,67)
C28M0Y87K67 (28%, 0%, 87%, 67%)
(0.28 / 0.00 / 0.87 / 0.67)

CMYK percentages

%27.71
%0
%86.75
%67.45

Codes

Color #3C530B in popluar color models

3C 53 0B
RGB 60 83 11
HSL 79° 76.60% 18.43%
HSB/HSV 79° 86.75% 32.55%
CMYK 27.71% 0.00% 86.75%
67.45%

Color #3C530B in popluar number systems.

HEX 3C 53 0B
Decimal 60 83 11
Binary 111100 1010011 1011
Octal 74 123 13

Shades and tints

Shades of #3C530B

#3C530B
(60,83,11)
#374C0A
(55,76,10)
#324509
(50,69,9)
#2D3E08
(45,62,8)
#283707
(40,55,7)
#233006
(35,48,6)
#1E2905
(30,41,5)
#192204
(25,34,4)
#141B03
(20,27,3)
#0F1402
(15,20,2)
#0A0D01
(10,13,1)
#000000
(0,0,0)

Tints of #3C530B

#3C530B
(60,83,11)
#4D6221
(77,98,33)
#5E7137
(94,113,55)
#6F804D
(111,128,77)
#808F63
(128,143,99)
#919E79
(145,158,121)
#A2AD8F
(162,173,143)
#B3BCA5
(179,188,165)
#C4CBBB
(196,203,187)
#D5DAD1
(213,218,209)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C530B color. Also use rgb(60,83,11) instead hex code.

Text Font Color

.myTextColor { color: #3C530B; }

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

This text font color is #3C530B.

Background Color

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

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

This div background color is #3C530B.

Border color

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

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

This div border color is #3C530B.

Opacity

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

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

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

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

This text has shadow with #3C530B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C530B.

Preview

Color preview on black background

This text has color #3C530B on black background.


Color preview on white background

This text has color #3C530B on white background.


Black color preview on #3C530B background

This text has black color on #3C530B background.


White color preview on #3C530B background

This text has white color on #3C530B background.


Related colors

Complementary color

Complementary color for #hex is #C3ACF4.


I love getcolorcode.com

Triadic colors

1 #0B3C53 and #530B3C with #3C530B are triadic colors.

2 #0B533C and #533C0B with #3C530B are triadic colors.