COLOR #38583C

HEX: #38583C
RGB: (56,88,60)

Color info

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

RGB color model

#38583C color RGB value is (56,88,60).

  • red value is 56;
  • green value is 88;
  • blue value is 60.
RGB:
(56,88,60)
(22%,35%,24%)

RGB channels and saturation

R 56 of 255 = 22%
G 88 of 255 = 35%
B 60 of 255 = 24%

56
88
60

R + G + B ~ 27%. #38583C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 88 + 60 = 204 (100%)
R 56 of 204 ~ 27.45%
G 88 of 204 ~ 43.14%
B 60 of 204 ~ 29.41%

%27.45
%43.14
%29.41

CMYK color model

#38583C color CMYK value is (36,0,32,65).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 65.49%
CMYK:
(36,0,32,65)
C36M0Y32K65 
(36%,0%,32%,65%)
(0.36/0.00/0.32/0.65)	

CMYK percentages

%36.36
%0
%31.82
%65.49

Codes

Color #38583C in popluar color models

38583C
RGB568860
HSL128°22.22%28.24%
HSB/HSV128°36.36%34.51%
CMYK36.36%0.00%31.82%
65.49%

Color #38583C in popluar number systems.

HEX38583C
Decimal568860
Binary1110001011000111100
Octal7013074

Shades and tints

Shades of #38583C

#38583C
(56,88,60)
#335037
(51,80,55)
#2E4832
(46,72,50)
#29402D
(41,64,45)
#243828
(36,56,40)
#1F3023
(31,48,35)
#1A281E
(26,40,30)
#152019
(21,32,25)
#101814
(16,24,20)
#0B100F
(11,16,15)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #38583C

#38583C
(56,88,60)
#4A674D
(74,103,77)
#5C765E
(92,118,94)
#6E856F
(110,133,111)
#809480
(128,148,128)
#92A391
(146,163,145)
#A4B2A2
(164,178,162)
#B6C1B3
(182,193,179)
#C8D0C4
(200,208,196)
#DADFD5
(218,223,213)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38583C color. Also use rgb(56,88,60) instead hex code.

Text Font Color

.myTextColor { color: #38583C; }

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

This text font color is #38583C.


Background Color

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

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

This div background color is #38583C.


Border color

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

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

This div border color is #38583C.


Opacity

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

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

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

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

This text has shadow with #38583C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38583C on black background.


Color preview on white background

This text has color #38583C on white background.



Black color preview on #38583C background

This text has black color on #38583C background.


White color preview on #38583C background

This text has white color on #38583C background.