COLOR #38523B

HEX: #38523B RGB: (56,82,59)

Color info

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

RGB color model

#38523B color RGB value is (56,82,59).

RGB: (56,82,59) (22%, 32%, 23%)

RGB channels and saturation

R 56 of 255 = 22%
G 82 of 255 = 32%
B 59 of 255 = 23%

56
82
59

R + G + B ~ 26%. #38523B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 82 + 59 = 197 (100%)
R 56 of 197 ~ 28.43%
G 82 of 197 ~ 41.62%
B 59 of 197 ~ 29.95'%

%28.43
%41.62
%29.95

CMYK color model

#38523B color CMYK value is (32,0,28,68).

  • cyan value is 31.71%
  • magenta value is 0.00%
  • yellow value is 28.05%
  • key color value is 67.84%

CMYK: (32,0,28,68)
C32M0Y28K68 (32%, 0%, 28%, 68%)
(0.32 / 0.00 / 0.28 / 0.68)

CMYK percentages

%31.71
%0
%28.05
%67.84

Codes

Color #38523B in popluar color models

38 52 3B
RGB 56 82 59
HSL 127° 18.84% 27.06%
HSB/HSV 127° 31.71% 32.16%
CMYK 31.71% 0.00% 28.05%
67.84%

Color #38523B in popluar number systems.

HEX 38 52 3B
Decimal 56 82 59
Binary 111000 1010010 111011
Octal 70 122 73

Shades and tints

Shades of #38523B

#38523B
(56,82,59)
#334B36
(51,75,54)
#2E4431
(46,68,49)
#293D2C
(41,61,44)
#243627
(36,54,39)
#1F2F22
(31,47,34)
#1A281D
(26,40,29)
#152118
(21,33,24)
#101A13
(16,26,19)
#0B130E
(11,19,14)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #38523B

#38523B
(56,82,59)
#4A614C
(74,97,76)
#5C705D
(92,112,93)
#6E7F6E
(110,127,110)
#808E7F
(128,142,127)
#929D90
(146,157,144)
#A4ACA1
(164,172,161)
#B6BBB2
(182,187,178)
#C8CAC3
(200,202,195)
#DAD9D4
(218,217,212)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38523B color. Also use rgb(56,82,59) instead hex code.

Text Font Color

.myTextColor { color: #38523B; }

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

This text font color is #38523B.

Background Color

.myBgColor { background-color: #38523B; }

<div style="background-color:#38523B">Inner text</div>

This div background color is #38523B.

Border color

.myBorderColor { border: 1px solid #38523B; }

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

This div border color is #38523B.

Opacity

.myOpacity80 { color: #38523B; opacity: 0.8; }

<p style="color:#38523B;opacity:0.8;">80%</p>

Text with #38523B 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 #38523B;}

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

This text has shadow with #38523B color.


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

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

This text has shadow with #38523B primary color and red secondary color.


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

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

This text has shadow with #38523B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #38523B.

Preview

Color preview on black background

This text has color #38523B on black background.


Color preview on white background

This text has color #38523B on white background.


Black color preview on #38523B background

This text has black color on #38523B background.


White color preview on #38523B background

This text has white color on #38523B background.


Related colors

Complementary color

Complementary color for #hex is #C7ADC4.


I love getcolorcode.com

Triadic colors

1 #3B3852 and #523B38 with #38523B are triadic colors.

2 #3B5238 and #52383B with #38523B are triadic colors.