Color Hex Logo

#28823d Color Hex

#28823D
(40,130,61)
0 Favorites   0 Comments

Color spaces of #28823d

RGB 4013061
HSL0.370.530.33
HSV134°69°51°
CMYK 0.690.000.53   0.49
XYZ9.700016.75337.1373
Yxy16.75330.28880.4987
Hunter Lab40.9308-29.327018.3129
CIE-Lab47.9477-41.978329.6139

#28823d color RGB value is (40,130,61).

#28823d hex color red value is 40, green value is 130 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #28823d hue: 0.37 , saturation: 0.53 and the lightness value of 28823d is 0.33.

The process color (four color CMYK) of #28823d color hex is 0.69, 0.00, 0.53, 0.49. Web safe color of #28823d is #339933. Color #28823d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10000010 00111101
Octal 50 202 75
Decimal 40 130 61
Hex 28 82 3D

RGB Percentages of Color #28823d

%17.32
%56.28
%26.41

CMYK Percentages of Color #28823d

%69
%0
%53
%49

Triadic Colors of #28823d

#28823d #3d2882 #823d28

Analogous Colors of #28823d

#28823d #28826a #408228

Monochromatic Colors of #28823d

#28823d

Complementary Color

#28823d #82286d

#28823d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28823d Color Preview on White Background

Lorem ipsum dolor sit amet.

#28823d Color CSS Codes

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

#28823d Text Font Color

<p style="color:#28823d">Text here</p>

This sample text font color is #28823d
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.


#28823d Background Color

<div style="background-color:#28823d">
Div content here</div>

This div background color is #28823d


#28823d Border Color

<div style="border:3px solid #28823d">
Div here</div>

This div border color is #28823d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,130,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28823d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28823d;
  -webkit-box-shadow: 1px 1px 3px 2px #28823d;
  box-shadow:         1px 1px 3px 2px #28823d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,130,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28823d


Comments

No comments written yet.

Please login to write comment.