COLOR #38663A

HEX: #38663A
RGB: (56,102,58)

Color info

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

RGB color model

#38663A color RGB value is (56,102,58).

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

RGB channels and saturation

R 56 of 255 = 22%
G 102 of 255 = 40%
B 58 of 255 = 23%

56
102
58

R + G + B ~ 28%. #38663A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 102 + 58 = 216 (100%)
R 56 of 216 ~ 25.93%
G 102 of 216 ~ 47.22%
B 58 of 216 ~ 26.85%

%25.93
%47.22
%26.85

CMYK color model

#38663A color CMYK value is (45,0,43,60).

  • cyan value is 45.10%
  • magenta value is 0.00%
  • yellow value is 43.14%
  • key color value is 60.00%
CMYK:
(45,0,43,60)
C45M0Y43K60 
(45%,0%,43%,60%)
(0.45/0.00/0.43/0.60)	

CMYK percentages

%45.1
%0
%43.14
%60

Codes

Color #38663A in popluar color models

38663A
RGB5610258
HSL123°29.11%30.98%
HSB/HSV123°45.10%40.00%
CMYK45.10%0.00%43.14%
60.00%

Color #38663A in popluar number systems.

HEX38663A
Decimal5610258
Binary1110001100110111010
Octal7014672

Shades and tints

Shades of #38663A

#38663A
(56,102,58)
#335D35
(51,93,53)
#2E5430
(46,84,48)
#294B2B
(41,75,43)
#244226
(36,66,38)
#1F3921
(31,57,33)
#1A301C
(26,48,28)
#152717
(21,39,23)
#101E12
(16,30,18)
#0B150D
(11,21,13)
#060C08
(6,12,8)
#000000
(0,0,0)

Tints of #38663A

#38663A
(56,102,58)
#4A734B
(74,115,75)
#5C805C
(92,128,92)
#6E8D6D
(110,141,109)
#809A7E
(128,154,126)
#92A78F
(146,167,143)
#A4B4A0
(164,180,160)
#B6C1B1
(182,193,177)
#C8CEC2
(200,206,194)
#DADBD3
(218,219,211)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38663A; }

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

This text font color is #38663A.


Background Color

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

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

This div background color is #38663A.


Border color

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

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

This div border color is #38663A.


Opacity

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

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

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

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

This text has shadow with #38663A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38663A on black background.


Color preview on white background

This text has color #38663A on white background.



Black color preview on #38663A background

This text has black color on #38663A background.


White color preview on #38663A background

This text has white color on #38663A background.