Color Hex Logo

#0b674f Color Hex

#0B674F
(11,103,79)
0 Favorites   0 Comments

Color spaces of #0b674f

RGB 1110379
HSL0.460.810.22
HSV164°89°40°
CMYK 0.890.000.23   0.60
XYZ6.399510.33629.0549
Yxy10.33620.24810.4008
Hunter Lab32.1500-20.73175.8062
CIE-Lab38.4392-31.24156.5626

#0b674f color RGB value is (11,103,79).

#0b674f hex color red value is 11, green value is 103 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #0b674f hue: 0.46 , saturation: 0.81 and the lightness value of 0b674f is 0.22.

The process color (four color CMYK) of #0b674f color hex is 0.89, 0.00, 0.23, 0.60. Web safe color of #0b674f is #006666. Color #0b674f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01100111 01001111
Octal 13 147 117
Decimal 11 103 79
Hex B 67 4F

RGB Percentages of Color #0b674f

%5.70
%53.37
%40.93

CMYK Percentages of Color #0b674f

%89
%0
%23
%60

Triadic Colors of #0b674f

#0b674f #4f0b67 #674f0b

Analogous Colors of #0b674f

#0b674f #0b5167 #0b6721

Monochromatic Colors of #0b674f

#0b674f

Complementary Color

#0b674f #670b23

#0b674f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b674f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b674f Color CSS Codes

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

#0b674f Text Font Color

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

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


#0b674f Background Color

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

This div background color is #0b674f


#0b674f Border Color

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

This div border color is #0b674f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,103,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b674f


Comments

No comments written yet.

Please login to write comment.