Color Hex Logo

#38423b Color Hex

#38423B
(56,66,59)
0 Favorites   0 Comments

Color spaces of #38423b

RGB 566659
HSL0.380.080.24
HSV138°15°26°
CMYK 0.150.000.11   0.74
XYZ4.36855.05294.8827
Yxy5.05290.30540.3532
Hunter Lab22.4787-4.64802.8564
CIE-Lab26.8849-5.74662.8842

#38423b color RGB value is (56,66,59).

#38423b hex color red value is 56, green value is 66 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #38423b hue: 0.38 , saturation: 0.08 and the lightness value of 38423b is 0.24.

The process color (four color CMYK) of #38423b color hex is 0.15, 0.00, 0.11, 0.74. Web safe color of #38423b is #333333. Color #38423b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000010 00111011
Octal 70 102 73
Decimal 56 66 59
Hex 38 42 3B

RGB Percentages of Color #38423b

%30.94
%36.46
%32.60

CMYK Percentages of Color #38423b

%15
%0
%11
%74

Triadic Colors of #38423b

#38423b #3b3842 #423b38

Analogous Colors of #38423b

#38423b #384240 #3a4238

Monochromatic Colors of #38423b

#38423b

Complementary Color

#38423b #42383f

#38423b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38423b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38423b Color CSS Codes

.mybgcolor {background-color:#38423b; } 
.myforecolor {color:#38423b; }
.mybordercolor {border:3px solid #38423b; }

#38423b Text Font Color

<p style="color:#38423b">Text here</p>

This sample text font color is #38423b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#38423b Background Color

<div style="background-color:#38423b">
Div content here</div>

This div background color is #38423b


#38423b Border Color

<div style="border:3px solid #38423b">
Div here</div>

This div border color is #38423b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,66,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38423b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38423b;
  -webkit-box-shadow: 1px 1px 3px 2px #38423b;
  box-shadow:         1px 1px 3px 2px #38423b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,66,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #38423b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #38423b;
  -webkit-box-shadow: 1px 1px 3px 2px #38423b;
  box-shadow:         1px 1px 3px 2px #38423b;">
Div content here</div>

This div box has shadow with color #38423b


Comments

No comments written yet.

Please login to write comment.