COLOR #38590C

HEX: #38590C
RGB: (56,89,12)

Color info

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

RGB color model

#38590C color RGB value is (56,89,12).

  • red value is 56;
  • green value is 89;
  • blue value is 12.
RGB:
(56,89,12)
(22%,35%,5%)

RGB channels and saturation

R 56 of 255 = 22%
G 89 of 255 = 35%
B 12 of 255 = 5%

56
89
12

R + G + B ~ 21%. #38590C is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 89 + 12 = 157 (100%)
R 56 of 157 ~ 35.67%
G 89 of 157 ~ 56.69%
B 12 of 157 ~ 7.64%

%35.67
%56.69

CMYK color model

#38590C color CMYK value is (37,0,87,65).

  • cyan value is 37.08%
  • magenta value is 0.00%
  • yellow value is 86.52%
  • key color value is 65.10%
CMYK:
(37,0,87,65)
C37M0Y87K65 
(37%,0%,87%,65%)
(0.37/0.00/0.87/0.65)	

CMYK percentages

%37.08
%0
%86.52
%65.1

Codes

Color #38590C in popluar color models

38590C
RGB568912
HSL86°76.24%19.80%
HSB/HSV86°86.52%34.90%
CMYK37.08%0.00%86.52%
65.10%

Color #38590C in popluar number systems.

HEX38590C
Decimal568912
Binary11100010110011100
Octal7013114

Shades and tints

Shades of #38590C

#38590C
(56,89,12)
#33510B
(51,81,11)
#2E490A
(46,73,10)
#294109
(41,65,9)
#243908
(36,57,8)
#1F3107
(31,49,7)
#1A2906
(26,41,6)
#152105
(21,33,5)
#101904
(16,25,4)
#0B1103
(11,17,3)
#060902
(6,9,2)
#000000
(0,0,0)

Tints of #38590C

#38590C
(56,89,12)
#4A6822
(74,104,34)
#5C7738
(92,119,56)
#6E864E
(110,134,78)
#809564
(128,149,100)
#92A47A
(146,164,122)
#A4B390
(164,179,144)
#B6C2A6
(182,194,166)
#C8D1BC
(200,209,188)
#DAE0D2
(218,224,210)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38590C color. Also use rgb(56,89,12) instead hex code.

Text Font Color

.myTextColor { color: #38590C; }

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

This text font color is #38590C.


Background Color

.myBgColor { background-color: #38590C; }

<div style="background-color:#38590C">Inner text</div>

This div background color is #38590C.


Border color

.myBorderColor { border: 1px solid #38590C; }

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

This div border color is #38590C.


Opacity

.myOpacity80 { color: #38590C; opacity: 0.8; }

<p style="color:#38590C;opacity:0.8;">80%</p>

Text with #38590C 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 #38590C;}

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

This text has shadow with #38590C color.

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

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

This text has shadow with #38590C primary color and red secondary color.


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

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

This text has shadow with #38590C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38590C on black background.


Color preview on white background

This text has color #38590C on white background.



Black color preview on #38590C background

This text has black color on #38590C background.


White color preview on #38590C background

This text has white color on #38590C background.