COLOR #38533F

HEX: #38533F
RGB: (56,83,63)

Color info

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

RGB color model

#38533F color RGB value is (56,83,63).

  • red value is 56;
  • green value is 83;
  • blue value is 63.
RGB:
(56,83,63)
(22%,33%,25%)

RGB channels and saturation

R 56 of 255 = 22%
G 83 of 255 = 33%
B 63 of 255 = 25%

56
83
63

R + G + B ~ 27%. #38533F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 83 + 63 = 202 (100%)
R 56 of 202 ~ 27.72%
G 83 of 202 ~ 41.09%
B 63 of 202 ~ 31.19%

%27.72
%41.09
%31.19

CMYK color model

#38533F color CMYK value is (33,0,24,67).

  • cyan value is 32.53%
  • magenta value is 0.00%
  • yellow value is 24.10%
  • key color value is 67.45%
CMYK:
(33,0,24,67)
C33M0Y24K67 
(33%,0%,24%,67%)
(0.33/0.00/0.24/0.67)	

CMYK percentages

%32.53
%0
%24.1
%67.45

Codes

Color #38533F in popluar color models

38533F
RGB568363
HSL136°19.42%27.25%
HSB/HSV136°32.53%32.55%
CMYK32.53%0.00%24.10%
67.45%

Color #38533F in popluar number systems.

HEX38533F
Decimal568363
Binary1110001010011111111
Octal7012377

Shades and tints

Shades of #38533F

#38533F
(56,83,63)
#334C3A
(51,76,58)
#2E4535
(46,69,53)
#293E30
(41,62,48)
#24372B
(36,55,43)
#1F3026
(31,48,38)
#1A2921
(26,41,33)
#15221C
(21,34,28)
#101B17
(16,27,23)
#0B1412
(11,20,18)
#060D0D
(6,13,13)
#000000
(0,0,0)

Tints of #38533F

#38533F
(56,83,63)
#4A6250
(74,98,80)
#5C7161
(92,113,97)
#6E8072
(110,128,114)
#808F83
(128,143,131)
#929E94
(146,158,148)
#A4ADA5
(164,173,165)
#B6BCB6
(182,188,182)
#C8CBC7
(200,203,199)
#DADAD8
(218,218,216)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38533F color. Also use rgb(56,83,63) instead hex code.

Text Font Color

.myTextColor { color: #38533F; }

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

This text font color is #38533F.


Background Color

.myBgColor { background-color: #38533F; }

<div style="background-color:#38533F">Inner text</div>

This div background color is #38533F.


Border color

.myBorderColor { border: 1px solid #38533F; }

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

This div border color is #38533F.


Opacity

.myOpacity80 { color: #38533F; opacity: 0.8; }

<p style="color:#38533F;opacity:0.8;">80%</p>

Text with #38533F 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 #38533F;}

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

This text has shadow with #38533F color.

.textShadow {text-shadow: 3px 3px 1px #38533F, 3px 3px 1px red;}

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

This text has shadow with #38533F primary color and red secondary color.


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

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

This text has shadow with #38533F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38533F on black background.


Color preview on white background

This text has color #38533F on white background.



Black color preview on #38533F background

This text has black color on #38533F background.


White color preview on #38533F background

This text has white color on #38533F background.