Color Hex Logo

#0b823d Color Hex

#0B823D
(11,130,61)
0 Favorites   0 Comments

Color spaces of #0b823d

RGB 1113061
HSL0.400.840.28
HSV145°92°51°
CMYK 0.920.000.53   0.49
XYZ8.962916.37337.1029
Yxy16.37330.27630.5047
Hunter Lab40.4639-31.273517.9172
CIE-Lab47.4605-45.953528.9036

#0b823d color RGB value is (11,130,61).

#0b823d hex color red value is 11, green value is 130 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #0b823d hue: 0.40 , saturation: 0.84 and the lightness value of 0b823d is 0.28.

The process color (four color CMYK) of #0b823d color hex is 0.92, 0.00, 0.53, 0.49. Web safe color of #0b823d is #009933. Color #0b823d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10000010 00111101
Octal 13 202 75
Decimal 11 130 61
Hex B 82 3D

RGB Percentages of Color #0b823d

%5.45
%64.36
%30.20

CMYK Percentages of Color #0b823d

%92
%0
%53
%49

Triadic Colors of #0b823d

#0b823d #3d0b82 #823d0b

Analogous Colors of #0b823d

#0b823d #0b8279 #15820b

Monochromatic Colors of #0b823d

#0b823d

Complementary Color

#0b823d #820b50

#0b823d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b823d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b823d Color CSS Codes

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

#0b823d Text Font Color

<p style="color:#0b823d">Text here</p>

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


#0b823d Background Color

<div style="background-color:#0b823d">
Div content here</div>

This div background color is #0b823d


#0b823d Border Color

<div style="border:3px solid #0b823d">
Div here</div>

This div border color is #0b823d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,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 #0b823d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b823d


Comments

No comments written yet.

Please login to write comment.