COLOR #3C590E

HEX: #3C590E RGB: (60,89,14)

Color info

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

RGB color model

#3C590E color RGB value is (60,89,14).

RGB: (60,89,14) (24%, 35%, 5%)

RGB channels and saturation

R 60 of 255 = 24%
G 89 of 255 = 35%
B 14 of 255 = 5%

60
89
14

R + G + B ~ 21%. #3C590E is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 89 + 14 = 163 (100%)
R 60 of 163 ~ 36.81%
G 89 of 163 ~ 54.6%
B 14 of 163 ~ 8.59'%

%36.81
%54.6

CMYK color model

#3C590E color CMYK value is (33,0,84,65).

  • cyan value is 32.58%
  • magenta value is 0.00%
  • yellow value is 84.27%
  • key color value is 65.10%

CMYK: (33,0,84,65)
C33M0Y84K65 (33%, 0%, 84%, 65%)
(0.33 / 0.00 / 0.84 / 0.65)

CMYK percentages

%32.58
%0
%84.27
%65.1

Codes

Color #3C590E in popluar color models

3C 59 0E
RGB 60 89 14
HSL 83° 72.82% 20.20%
HSB/HSV 83° 84.27% 34.90%
CMYK 32.58% 0.00% 84.27%
65.10%

Color #3C590E in popluar number systems.

HEX 3C 59 0E
Decimal 60 89 14
Binary 111100 1011001 1110
Octal 74 131 16

Shades and tints

Shades of #3C590E

#3C590E
(60,89,14)
#37510D
(55,81,13)
#32490C
(50,73,12)
#2D410B
(45,65,11)
#28390A
(40,57,10)
#233109
(35,49,9)
#1E2908
(30,41,8)
#192107
(25,33,7)
#141906
(20,25,6)
#0F1105
(15,17,5)
#0A0904
(10,9,4)
#000000
(0,0,0)

Tints of #3C590E

#3C590E
(60,89,14)
#4D6823
(77,104,35)
#5E7738
(94,119,56)
#6F864D
(111,134,77)
#809562
(128,149,98)
#91A477
(145,164,119)
#A2B38C
(162,179,140)
#B3C2A1
(179,194,161)
#C4D1B6
(196,209,182)
#D5E0CB
(213,224,203)
#E6EFE0
(230,239,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C590E color. Also use rgb(60,89,14) instead hex code.

Text Font Color

.myTextColor { color: #3C590E; }

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

This text font color is #3C590E.

Background Color

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

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

This div background color is #3C590E.

Border color

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

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

This div border color is #3C590E.

Opacity

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

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

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

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

This text has shadow with #3C590E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C590E.

Preview

Color preview on black background

This text has color #3C590E on black background.


Color preview on white background

This text has color #3C590E on white background.


Black color preview on #3C590E background

This text has black color on #3C590E background.


White color preview on #3C590E background

This text has white color on #3C590E background.


Related colors

Complementary color

Complementary color for #hex is #C3A6F1.


I love getcolorcode.com

Triadic colors

1 #0E3C59 and #590E3C with #3C590E are triadic colors.

2 #0E593C and #593C0E with #3C590E are triadic colors.