COLOR #38823C

HEX: #38823C RGB: (56,130,60)

Color info

#38823C contains mainly green color. Web safe color of #38823C is #339933 (or #393).

RGB color model

#38823C color RGB value is (56,130,60).

RGB: (56,130,60) (22%, 51%, 24%)

RGB channels and saturation

R 56 of 255 = 22%
G 130 of 255 = 51%
B 60 of 255 = 24%

56
130
60

R + G + B ~ 32%. #38823C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 130 + 60 = 246 (100%)
R 56 of 246 ~ 22.76%
G 130 of 246 ~ 52.85%
B 60 of 246 ~ 24.39'%

%22.76
%52.85
%24.39

CMYK color model

#38823C color CMYK value is (57,0,54,49).

  • cyan value is 56.92%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 49.02%
CMYK: (57,0,54,49) C57M0Y54K49 (57%,0%,54%,49%) (0.57/0.00/0.54/0.49) 

CMYK percentages

%56.92
%0
%53.85
%49.02

Codes

Color #38823C in popluar color models

38 82 3C
RGB 56 130 60
HSL 123° 39.78% 36.47%
HSB/HSV 123° 56.92% 50.98%
CMYK 56.92% 0.00% 53.85%
49.02%

Color #38823C in popluar number systems.

HEX 38 82 3C
Decimal 56 130 60
Binary 111000 10000010 111100
Octal 70 202 74

Shades and tints

Shades of #38823C

#38823C
(56,130,60)
#337737
(51,119,55)
#2E6C32
(46,108,50)
#29612D
(41,97,45)
#245628
(36,86,40)
#1F4B23
(31,75,35)
#1A401E
(26,64,30)
#153519
(21,53,25)
#102A14
(16,42,20)
#0B1F0F
(11,31,15)
#06140A
(6,20,10)
#000000
(0,0,0)

Tints of #38823C

#38823C
(56,130,60)
#4A8D4D
(74,141,77)
#5C985E
(92,152,94)
#6EA36F
(110,163,111)
#80AE80
(128,174,128)
#92B991
(146,185,145)
#A4C4A2
(164,196,162)
#B6CFB3
(182,207,179)
#C8DAC4
(200,218,196)
#DAE5D5
(218,229,213)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38823C; }

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

This text font color is #38823C.

Background Color

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

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

This div background color is #38823C.

Border color

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

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

This div border color is #38823C.

Opacity

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

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

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

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

This text has shadow with #38823C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38823C.

Preview

Color preview on black background

This text has color #38823C on black background.


Color preview on white background

This text has color #38823C on white background.


Black color preview on #38823C background

This text has black color on #38823C background.


White color preview on #38823C background

This text has white color on #38823C background.


Related colors

Complementary color

Complementary color for #hex is #C77DC3.


I love getcolorcode.com

Triadic colors

1 #3C3882 and #823C38 with #38823C are triadic colors.

2 #3C8238 and #82383C with #38823C are triadic colors.