COLOR #38553A

HEX: #38553A
RGB: (56,85,58)

Color info

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

RGB color model

#38553A color RGB value is (56,85,58).

  • red value is 56;
  • green value is 85;
  • blue value is 58.
RGB:
(56,85,58)
(22%,33%,23%)

RGB channels and saturation

R 56 of 255 = 22%
G 85 of 255 = 33%
B 58 of 255 = 23%

56
85
58

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

Portions of RGB colors in percentages

R + G + B =
56 + 85 + 58 = 199 (100%)
R 56 of 199 ~ 28.14%
G 85 of 199 ~ 42.71%
B 58 of 199 ~ 29.15%

%28.14
%42.71
%29.15

CMYK color model

#38553A color CMYK value is (34,0,32,67).

  • cyan value is 34.12%
  • magenta value is 0.00%
  • yellow value is 31.76%
  • key color value is 66.67%
CMYK:
(34,0,32,67)
C34M0Y32K67 
(34%,0%,32%,67%)
(0.34/0.00/0.32/0.67)	

CMYK percentages

%34.12
%0
%31.76
%66.67

Codes

Color #38553A in popluar color models

38553A
RGB568558
HSL124°20.57%27.65%
HSB/HSV124°34.12%33.33%
CMYK34.12%0.00%31.76%
66.67%

Color #38553A in popluar number systems.

HEX38553A
Decimal568558
Binary1110001010101111010
Octal7012572

Shades and tints

Shades of #38553A

#38553A
(56,85,58)
#334E35
(51,78,53)
#2E4730
(46,71,48)
#29402B
(41,64,43)
#243926
(36,57,38)
#1F3221
(31,50,33)
#1A2B1C
(26,43,28)
#152417
(21,36,23)
#101D12
(16,29,18)
#0B160D
(11,22,13)
#060F08
(6,15,8)
#000000
(0,0,0)

Tints of #38553A

#38553A
(56,85,58)
#4A644B
(74,100,75)
#5C735C
(92,115,92)
#6E826D
(110,130,109)
#80917E
(128,145,126)
#92A08F
(146,160,143)
#A4AFA0
(164,175,160)
#B6BEB1
(182,190,177)
#C8CDC2
(200,205,194)
#DADCD3
(218,220,211)
#ECEBE4
(236,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38553A color. Also use rgb(56,85,58) instead hex code.

Text Font Color

.myTextColor { color: #38553A; }

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

This text font color is #38553A.


Background Color

.myBgColor { background-color: #38553A; }

<div style="background-color:#38553A">Inner text</div>

This div background color is #38553A.


Border color

.myBorderColor { border: 1px solid #38553A; }

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

This div border color is #38553A.


Opacity

.myOpacity80 { color: #38553A; opacity: 0.8; }

<p style="color:#38553A;opacity:0.8;">80%</p>

Text with #38553A 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 #38553A;}

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

This text has shadow with #38553A color.

.textShadow {text-shadow: 3px 3px 1px #38553A, 3px 3px 1px red;}

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

This text has shadow with #38553A primary color and red secondary color.


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

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

This text has shadow with #38553A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38553A on black background.


Color preview on white background

This text has color #38553A on white background.



Black color preview on #38553A background

This text has black color on #38553A background.


White color preview on #38553A background

This text has white color on #38553A background.